Install
Available Skills
polyvia
Teaches your agent to use the Polyvia Python SDK — ingesting documents, polling status, querying across the workspace or scoped to a group, and managing documents and groups.
Activated when you ask your agent to ingest files, search documents, or build document-aware workflows in code.
polyvia-mcp
Teaches your agent to connect any AI client to the Polyvia hosted MCP server (https://app.polyvia.ai/mcp) — covering Claude Desktop, the Anthropic beta MCP client, OpenAI Responses API, and the OpenAI Agents SDK.
Activated when you ask your agent to set up an MCP connection or configure a client to use Polyvia tools.
Claude Code & Cursor: plugin install
For Claude Code and Cursor, the Polyvia plugin bundles both skills plus the MCP server connection into a single command — no config files to edit:POLYVIA_API_KEY=poly_... in your environment first. The plugin wires up the MCP server automatically using it, making all 10 Polyvia tools available in your editor immediately.
How skills work
Skills are plain Markdown files (SKILL.md) with a short frontmatter description. Your agent reads the description to decide when to activate a skill, then uses the body as instructions for how to complete the task.
The Polyvia skills live at github.com/polyvia-ai/skills and are installed locally into your project at .agents/skills/ or globally at ~/.agents/skills/.
Next Steps
MCP Integration
Manual MCP setup and all available tools
Python SDK
Build document-aware agents in code
skills.sh
Browse the Agent Skills directory
