search-tools
Installation
SKILL.md
Search Tools
You are helping the user find developer tools that match specific criteria. Use the AgenticStack filtering API to narrow results.
Steps
-
Parse the user's requirements into filters:
- "Python auth tools" →
?category=auth&language=python - "open-source CMS with GraphQL" →
?category=cms&open_source=true&graphql_api=true - "hosting with MCP support" →
?category=hosting&mcp_hosting=true - "anything with MCP" →
?feature=mcp(cross-category alias) - "tools with LangChain integration" →
?framework=langchain - "self-hosted observability" →
?category=observability&self_hosted=true
If you're unsure which feature keys are valid, the API will tell you — use any key and check the
warningsin the response. - "Python auth tools" →
-
Fetch filtered results: