SERPHouseSERPHouse

Agent Skills

Official AI agent skills for the SERPHouse ecosystem → teach AI agents how to use the REST API, MCP server, and Node.js SDK.

Official AI agent skills for the SERPHouse ecosystem. Teach AI agents how to use the SERPHouse REST API, MCP server, and Node.js SDK with accurate, grounded knowledge.

Available Skills

SkillPurpose
SearchRoutes questions to the correct SERPHouse skill
APIComplete REST API reference
MCPComplete MCP tool reference
Node.jsFull SDK documentation

Installation

Install only the skill(s) you need.

Search (Router)

Routes SERPHouse questions to the correct skill doc. Always install this first.

npx skills add https://github.com/SERPHouse/agent-skills --skill serphouse-search
Manual setupoptional
mkdir -p .skills/serphouse-search
curl -o .skills/serphouse-search/SKILL.md https://raw.githubusercontent.com/SERPHouse/agent-skills/master/skills/search/SKILL.md

API (REST)

REST API reference: endpoints, auth, parameters, rate limits, credit costs, and cURL examples.

npx skills add https://github.com/SERPHouse/agent-skills --skill serphouse-api
Manual setupoptional
mkdir -p .skills/serphouse-api
curl -o .skills/serphouse-api/SKILL.md https://raw.githubusercontent.com/SERPHouse/agent-skills/master/skills/api/SKILL.md

MCP (Model Context Protocol)

Every MCP tool, parameter, and input format for MCP-compatible clients.

npx skills add https://github.com/SERPHouse/agent-skills --skill serphouse-mcp
Manual setupoptional
mkdir -p .skills/serphouse-mcp
curl -o .skills/serphouse-mcp/SKILL.md https://raw.githubusercontent.com/SERPHouse/agent-skills/master/skills/mcp/SKILL.md

Node.js (SDK)

Full @serphouse/serphouse-nodejs SDK docs: imports, types, methods, error handling.

npx skills add https://github.com/SERPHouse/agent-skills --skill serphouse-nodejs
Manual setupoptional
mkdir -p .skills/serphouse-nodejs
curl -o .skills/serphouse-nodejs/SKILL.md https://raw.githubusercontent.com/SERPHouse/agent-skills/master/skills/nodejs/SKILL.md

Authentication

Your API key must be set as an environment variable for the skills to authenticate with SERPHouse.

export SERPHOUSE_API_KEY="your_api_key"

Last updated on

How is this guide?

On this page