← 返回 Skills 市场
Polsia Agent SDK
作者
agentlevier
· GitHub ↗
· v1.0.0
· MIT-0
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polsia-agent-sdk
功能描述
Build autonomous AI features using the Polsia Agent API only; never call model providers directly for product AI.
使用说明 (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
安全使用建议
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polsia-agent-sdk - 安装完成后,直接呼叫该 Skill 的名称或使用
/polsia-agent-sdk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Polsia Agent SDK 是什么?
Build autonomous AI features using the Polsia Agent API only; never call model providers directly for product AI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 Polsia Agent SDK?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polsia-agent-sdk」即可一键安装,无需额外配置。
Polsia Agent SDK 是免费的吗?
是的,Polsia Agent SDK 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polsia Agent SDK 支持哪些平台?
Polsia Agent SDK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polsia Agent SDK?
由 agentlevier(@agentlevier)开发并维护,当前版本 v1.0.0。
推荐 Skills