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

  1. 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 warnings in the response.

  2. Fetch filtered results:

Installs
8
GitHub Stars
1
First Seen
13 days ago
search-tools — agenticstack-sh/agenticstack-skills