skills/skill-provider/SKILL.md
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.
npx skillsauth add iberi22/swal-skills skill-providerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Dynamic skill loader for all coding agents. Access any skill on-demand.
node "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" list
node "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" list --public
node "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" list --private
node "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" recipes
node "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" get <skill-id>
Examples:
node ... get astro - Get Astro framework skillnode ... get nextjs - Get Next.js 15 skillnode ... get tailwindcss - Get Tailwind CSS skillnode "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" recipe <recipe-id>
Examples:
node ... recipe ai-engineer - Get AI Engineer recipenode ... recipe frontend-developer - Get Frontend Developer recipenode ... recipe content-creator - Get Content Creator recipenode "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" install <skill-id>
This installs the skill to C:\Users\belal\clawd\skills\<skill-id>
node "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" search <query>
Examples:
node ... search react - Find React-related skillsnode ... search frontend - Find frontend skillsnode "E:\scripts-python\agents-flows-recipes\_registry\skill-provider.js" sync
| Skill ID | Name | Description | Agents | |----------|------|-------------|--------| | astro | Astro Framework | Static sites with Cloudflare deployment | all | | nextjs | Next.js 15 | App Router, server components, caching | all | | tailwindcss | Tailwind CSS | Utility-first CSS with dark mode | all | | vite | Vite | Build tool and dev server | all | | react | React | Component patterns and hooks | all | | rust | Rust | Systems programming patterns | all | | python | Python | Python best practices | all |
| Skill ID | Name | Description | Agents | |----------|------|-------------|--------| | sales-pro | Sales Pro | RFIs, proposals, prospect research | openclaw | | src-generator | SRC Generator | IEEE 830 document generation | openclaw |
| Skill ID | Name | Description | |----------|------|-------------| | github | GitHub CLI | Issues, PRs, CI via gh | | web-research | Web Research | Tavily, Brave search | | frontend-agent | Frontend Agent | Full frontend development | | frontend-doctor | Frontend Doctor | UI debugging with DevTools | | gemini | Gemini CLI | Summaries and Q&A | | codex | Codex CLI | Code generation | | qwen | Qwen Coder | Code generation |
| Recipe ID | Department | Name | |----------|------------|------| | ai-engineer | engineering | AI Engineer | | frontend-developer | engineering | Frontend Developer | | backend-architect | engineering | Backend Architect | | test-writer-fixer | engineering | Test Writer/Fixer | | rapid-prototyper | engineering | Rapid Prototyper | | content-creator | marketing | Content Creator | | growth-hacker | marketing | Growth Hacker | | studio-coach | bonus | Studio Coach |
1. Load the framework skill: node ... get nextjs
2. Load CSS skill: node ... get tailwindcss
3. Read the skill content to understand best practices
1. Load frontend-doctor: node ... get frontend-doctor
2. Follow the debugging workflow in the skill
1. Load web-research: node ... get web-research
2. Use the research tools described
1. List recipes: node ... recipes
2. Get a recipe: node ... recipe frontend-developer
3. Follow the POML workflow
For agents that can fetch URLs directly:
agents-flows-recipes/
├── _registry/
│ ├── manifest.yaml # Central registry of all skills
│ └── skill-provider.js # CLI tool for skill management
├── skills/ # Skills source files
│ ├── astro/
│ ├── nextjs/
│ ├── tailwindcss/
│ └── ... (more skills)
└── poml/ # POML recipe files
├── engineering/
├── marketing/
└── ...
C:\Users\belal\clawd\skills\ or fetch raw URLsC:\Users\belal\.codex\config.toml to point to shared skillstesting
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.
tools
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.
testing
Validador automático para WorldExams. Verifica integridad técnica y calidad pedagógica, activando regeneración automática si es necesario.
tools
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.