Skip to content

polyvia-ai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyvia-ai/skills

Agent skills for Polyvia AI platform

Install

Claude Code / Cursor — one command installs skills + wires up the MCP server:

/plugin add polyvia-ai/skills

Skills only (all agent clients):

npx skills add polyvia-ai/skills

Or install a specific skill:

npx skills add polyvia-ai/skills@polyvia
npx skills add polyvia-ai/skills@polyvia-mcp

Set POLYVIA_API_KEY=poly_... in your environment before installing so the MCP server connects automatically. Get a key at app.polyvia.ai → API.


What's included

Plugin (/plugin add)

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)

Skills

polyvia

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.

polyvia-mcp

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.


Links

About

Multimodal Retrieval API for AI agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors