Polsia Agent SDK
/install polsia-agent-sdk
Agent SDK
Build AI agents that work autonomously for end users. Use the Polsia API proxy for ALL AI features — never call model providers directly.
Key Rules
- NEVER call anthropic.messages.create() or openai.chat.completions.create() for AI features
- ONLY use POLSIA_API_URL with POLSIA_API_KEY
- Use runAgent() for autonomous tasks needing real-time data or tools
- Use chat() for simple prompt-response patterns
Available MCPs
gmail, github, slack, google_calendar, google_sheets
Auto-Mounted Tools (no config needed)
- save_data({ type, data }) — stores to agent_data table
- send_email({ to, subject, body }) — sends from {slug}@polsia.app
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polsia-agent-sdk - After installation, invoke the skill by name or use
/polsia-agent-sdk - Provide required inputs per the skill's parameter spec and get structured output
What is Polsia Agent SDK?
Build autonomous AI features using the Polsia Agent API only; never call model providers directly for product AI. It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Polsia Agent SDK?
Run "/install polsia-agent-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polsia Agent SDK free?
Yes, Polsia Agent SDK is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polsia Agent SDK support?
Polsia Agent SDK is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polsia Agent SDK?
It is built and maintained by agentlevier (@agentlevier); the current version is v1.0.0.