← Back to Skills Marketplace
agentlevier

Polsia Agent SDK

by agentlevier · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polsia-agent-sdk
Description
Build autonomous AI features using the Polsia Agent API only; never call model providers directly for product AI.
README (SKILL.md)

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
Usage Guidance
Before installing, confirm you trust Polsia as an API proxy and limit the POLSIA_API_KEY and connected Gmail, GitHub, Slack, Calendar, or Sheets permissions to the minimum needed. Treat send_email and save_data as real side-effecting capabilities and require user approval in workflows that send messages or store sensitive user data.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is to build autonomous AI features through the Polsia API proxy, and the instructions consistently point users to POLSIA_API_URL, POLSIA_API_KEY, runAgent(), chat(), and listed integrations. The integrations include sensitive services such as Gmail, GitHub, Slack, Calendar, and Sheets, but they are disclosed and coherent with an agent SDK.
Instruction Scope
The skill is brief and instructs agents to use Polsia rather than direct model-provider calls. It discloses available tools including save_data and send_email, but does not provide detailed consent, scoping, or approval guidance for high-impact actions such as sending email.
Install Mechanism
The artifact contains only a SKILL.md markdown file with no executable scripts, package installation steps, shell commands, or hidden installer behavior.
Credentials
Use of a Polsia API key and external API endpoint is proportionate to the stated SDK purpose. No local filesystem access, broad indexing, local credential scraping, or host mutation is requested.
Persistence & Privilege
The skill mentions save_data storing to an agent_data table and send_email sending from a Polsia address. These are disclosed service capabilities, not local persistence or privilege escalation, but users should configure them with appropriate access controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polsia-agent-sdk
  3. After installation, invoke the skill by name or use /polsia-agent-sdk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug polsia-agent-sdk
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments