View the Agent Skills GitHub repository for the latest skills, installation instructions, and examples.
What are agent skills?
Agent skills are instruction files that extend what a coding agent knows how to do. Each skill has a structured description that the agent loads on demand and follows to set up tools, choose the right approach, and handle edge cases without additional prompting. Without a skill, an agent may default tocurl, Requests, or Playwright – approaches that can struggle with JavaScript-rendered pages or anti-bot systems and may require you to manage proxies yourself. Decodo skills change that default: the agent detects when a plain fetch isn’t suitable and routes the request through the appropriate Decodo tool automatically.
Skills
More workflow skills (e.g. competitive intelligence) are planned.
Install
As a plugin (recommended for Claude Code)
Add the repository as a plugin marketplace and install the Decodo plugin. It bundles all available skills in one step:decodo-skills is the marketplace name, while decodo is the plugin.)
Manual copy
These are Anthropic-format agent skills. Copy a skill into your agent’s skills directory:What the skill expects
- A Web Scraping API Basic Auth token. A free tier with up to 2K requests and no card required is available from the Playground.
- A shell for using the CLI. If no shell is available, the skill automatically routes to the hosted MCP server (
https://mcp.decodo.com/mcp) or the raw HTTP API.
Example prompts
Once you’ve installed a skill, try these prompts with your agent:Repo layout
Related
- CLI – Run Decodo scraping workflows from the command line.
- MCP Server – Connect AI agents and MCP-compatible tools to Decodo.
- TypeScript SDK – Integrate the Web Scraping API into TypeScript and JavaScript projects.
- Python SDK – Integrate the Web Scraping API into Python projects.
- Go SDK – Integrate the Web Scraping API into Go projects.
- GitHub repository – View the Agent Skills latest skills, installation instructions, and examples.
Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.
You can also reach us anytime via email at support@decodo.com.
Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.
Have feedback? Share your thoughts on how we can improve.