Agent skills for Polyvia AI platform
Claude Code / Cursor — one command installs skills + wires up the MCP server:
/plugin add polyvia-ai/skillsSkills only (all agent clients):
npx skills add polyvia-ai/skillsOr install a specific skill:
npx skills add polyvia-ai/skills@polyvia
npx skills add polyvia-ai/skills@polyvia-mcpSet
POLYVIA_API_KEY=poly_...in your environment before installing so the MCP server connects automatically. Get a key at app.polyvia.ai → API.
Installing via /plugin add bundles everything:
- ✅ Both skills loaded into context
- ✅ Polyvia MCP server configured at
https://app.polyvia.ai/mcp - ✅ All 10 Polyvia tools available immediately (ingest, query, groups, documents)
Use when writing code to ingest documents, query a knowledge base, or manage document groups using the Python SDK.
pip install polyvia
export POLYVIA_API_KEY=poly_...Covers: single and batch ingestion, status polling, natural-language queries (scoped to document / group / workspace), group management, document updates and deletion, usage monitoring.
Use when connecting an AI client to the Polyvia hosted MCP server
(https://app.polyvia.ai/mcp). No code needed — the MCP server exposes all
10 Polyvia tools directly to Claude Desktop, the Anthropic beta MCP client,
OpenAI Responses API, or the OpenAI Agents SDK.