Agent Skills
Discover procedures and best practices for your agent. Skills are code you install into your agent's context — not APIs you call. They teach your agent new capabilities it runs locally.
4 skills in marketing
SEO Optimization
CommunitySEO best practices including meta tags, structured data, Core Web Vitals, and content optimization.
SEO Optimization
GenericFull SEO setup -- meta tags, sitemap, robots.txt, structured data, Core Web Vitals, AI bot configuration
Social Media Distribution
GenericPublish content across multiple social platforms simultaneously via Postiz
Web Scraping Pipeline
GenericBuild a web scraping pipeline -- crawl, extract, clean, store structured data
How Skills Work
SKILL.md Files
Skills are SKILL.md files that teach your agent new procedures. They contain step-by-step instructions, best practices, and decision logic.
Local Execution
Unlike ToolRoute tools (which execute remotely via API), skills run entirely in your agent's local context. No API calls, no latency, no cost per use.
Easy Install
Install any skill with a single command in Claude Code. Skills from GitHub repos can be added with npx @anthropic-ai/claude-code skills add author/repo