← Index

io.github.Shawn5cents/agentskin

io.github.Shawn5cents/agentskin·v4.0.1·Other
Quality Score
84
/100

The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentskin": {
      "command": "npx",
      "args": [
        "-y",
        "agentskin"
      ],
      "env": {
        "BRAVE_SEARCH_API_KEY": "<your-brave_search_api_key>",
        "SERPER_API_KEY": "<your-serper_api_key>",
        "TAVILY_API_KEY": "<your-tavily_api_key>",
        "APILAYER_KEY": "<your-apilayer_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentskin": {
      "command": "npx",
      "args": [
        "-y",
        "agentskin"
      ],
      "env": {
        "BRAVE_SEARCH_API_KEY": "<your-brave_search_api_key>",
        "SERPER_API_KEY": "<your-serper_api_key>",
        "TAVILY_API_KEY": "<your-tavily_api_key>",
        "APILAYER_KEY": "<your-apilayer_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentskin
§02  Environment variables
BRAVE_SEARCH_API_KEY
secret

Brave Search API Key

SERPER_API_KEY
secret

Serper.dev Search API Key

TAVILY_API_KEY
secret

Tavily Search API Key

APILAYER_KEY
secret

MediaStack API Key

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other