
Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.
Dynamically load and manage skills from the SWAL registry. Use when you need to access a specific skill (like astro, nextjs, tailwindcss) or when you want to list available skills. The skill provider fetches skills from raw GitHub URLs or serves them from local cache. Perfect for agents that need skills on-the-fly without pre-installation.
--- name: astro description: Deploy multilingual static websites for free on Cloudflare using Astro framework with markdown source files. Use when: (1) Creating new static sites or blogs, (2) Setting up multilingual (i18n) content, (3) Deploying to Cloudflare Pages, (4) Converting markdown to static websites, (5) Setting up free hosting infrastructure. license: MIT metadata: author: swal version: "1.0.0" --- # Astro Static Site Generator Deploy multilingual static websites for free on Clou
Qwen Coder CLI integration for SWAL code generation
--- name: web-research description: Use for all web research tasks - market research, competitor analysis, deep research on topics, finding information about leads/prospects, technology trends, and any inquiry requiring current web information. license: MIT metadata: author: swal version: "1.0.0" { "openclaw": { "emoji": "🔍", "requires": {} } } --- # Web Research Skill Unified web search using multiple providers for comprehensive research. ## Providers ### 1. MiniMax MCP (Primar
Curador de contenido para WorldExams. Se encarga del control de calidad, formato y alineación pedagógica de los bundles generados.
Validador automático para WorldExams. Verifica integridad técnica y calidad pedagógica, activando regeneración automática si es necesario.
--- name: web-design-guidelines description: Review UI code for compliance with web interface best practices. Audits your code for 100+ rules covering accessibility, performance, and UX. Use when: "Review my UI", "Check accessibility", "Audit design", "Review UX", "Check my site against best practices". license: MIT metadata: author: swal version: "1.0.0" --- # Web Design Guidelines Comprehensive UI audit skill for accessibility, performance, and UX best practices. Inspired by Vercel's web
--- name: deploy-anywhere description: Deploy applications to any hosting platform — Cloudflare Pages, Vercel, Railway, Render, Fly.io, Netlify, and more. Use when: "Deploy my app", "Deploy to production", "Push this live", "Host this website". license: MIT metadata: author: swal version: "1.0.0" --- # Deploy Anywhere Universal deployment skill for static sites and full-stack applications. Supports all major hosting platforms with zero-configuration defaults. ## When to Use Trigger on th
前端开发专家 - React/Vue/Angular、UI 实现、性能优化
Diagnose and fix common frontend issues — white screen, JS errors, resource loading failures, React/Vue hydration, browser extension popup, and CSS layout bugs.
Jules is SWAL's autonomous coding agent from Google. Use via Jules CLI or GitHub issues with `jules` label. Jules works ONLY in iberi22/* repos. Updated 2026-04-15.
Configurar MiniMax M2.7 con MCP tools (web_search, understand_image) y Groq Whisper para audio. Ideal para agentes que necesitan búsqueda web, análisis de imágenes y transcripción de audio.
--- name: NextJS slug: nextjs version: 1.1.0 homepage: https://clawic.com/skills/nextjs license: MIT metadata: author: swal version: "1.1.0" description: Build Next.js 15 apps with App Router, server components, caching, auth, and production patterns. metadata: {"clawdbot":{"emoji":"⚡","requires":{"bins":[]},"os":["linux","darwin","win32"]}} --- ## Setup On first use, read `setup.md` for project integration. ## When to Use User needs Next.js expertise — routing, data fetching, caching, a
--- name: Rust slug: rust version: 1.0.1 description: Write idiomatic Rust avoiding ownership pitfalls, lifetime confusion, and common borrow checker battles. license: MIT metadata: author: swal version: "1.0.1" metadata: {"clawdbot":{"emoji":"🦀","requires":{"bins":["rustc","cargo"]},"os":["linux","darwin","win32"]}} --- ## Quick Reference | Topic | File | Key Trap | |-------|------|----------| | Ownership & Borrowing | `ownership-borrowing.md` | Move semantics catch everyone | | Strings
Automatically inject skill context into subagent spawning. Use this skill when launching any subagent to ensure they have the right skills loaded for their task. This skill provides the launching protocol and skill context injection.
Write Tailwind utility classes with proper responsive design, dark mode, and configuration.
Configure and optimize Vite for development, production builds, and library bundling.
Generador de bundles de preguntas ICFES Colombia (Matemáticas, Lectura Crítica, Ciencias, Sociales, Inglés) para grados 6, 9 y 11 usando MiniMax MCP.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Xavier2 as the central context engine for SWAL - intelligent memory, decision-making, and context orchestration. Xavier2 is the CEO brain that stores memories, coordinates agents, and maintains project state.
Codex CLI integration for SWAL code generation and review
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
Gemini CLI for one-shot Q&A, summaries, and generation.
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.