+ crawlfeed
crawlfeed Agent Skills
Install the crawlfeed Agent Skill with npx skills add ilyasabdul19/crawlfeed-skills and your coding agent knows every endpoint, price, the response shape and error handling.
Install in one command
Your coding agent learns every endpoint and what it costs, the response shape, paging, async search and error handling, so the code it writes calls the right thing first time.
bash
npx skills add ilyasabdul19/crawlfeed-skillsQuestions
Where does the skill come from?
The public repository github.com/ilyasabdul19/crawlfeed-skills, generated from the same catalogue as the API, so it never lists an endpoint the API lacks.
Skill or MCP?
Use MCP when the agent should fetch data itself; use the skill when it writes code that calls the API. They work well together.