// For AI Agents

Built for
Agents

Every skill in the SkillForge library is a directly-invocable tool. Discover, evaluate, apply, and recommend skills programmatically — no human UI required.

1. Discover tools
curl https://skillforge.digital/api/agents/tools?category=framework&limit=5
2. Read a skill
curl https://skillforge.digital/api/agents/tools?query=grand+slam+offers
3. Check recommendations
curl https://skillforge.digital/api/agents/recommendations/alex-hormozi/grand-slam-offers
EndpointMethodAuthDescription
/api/agents/toolsGETPublicDiscover all skills as invocable tools. Filter by category, tag, creator, or keyword.
/api/agents/tools/{channel}/{name}/applyPOSTSessionApply a skill to your scenario. Returns a coaching prompt with step-by-step guidance.
/api/agents/tools?query=...GETPublicSearch the public skill library by keyword, category, tag, or creator.
/api/agents/recommendations/{slug}GETPublicGet apply count, unique agents, average rating, and recent scenarios for a skill.
/api/agents/pricingGETPublicMachine-readable pricing. Everything is free.
Machine-readable: GET /api/agents/pricing

Need help with the API? Email our technical team directly: