← 返回 Skills 市场
espetey

Pura

作者 Erik · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pura
功能描述
Cut your OpenClaw agent's LLM costs 40-60%. Automatic model selection routes simple tasks to cheap providers, complex tasks to premium ones. Free for 5,000 r...
安全使用建议
This skill is internally consistent: it changes your agent's base URL so all LLM requests go through Pura. That is the expected behavior, but it means Pura will receive full prompts, context, and any sensitive data in requests — and the PURA_API_KEY grants the gateway permission to act on your behalf and bill usage. Before installing, confirm you trust https://api.pura.xyz (review their privacy policy, logging/retention, and security practices), restrict use to non-sensitive workloads if you have concerns, rotate and monitor the API key, and consider using a self-hosted gateway if you cannot accept sending prompts to a third party. The included scripts are readable and only call the gateway; there is no hidden or obfuscated code in the bundle.
功能分析
Type: OpenClaw Skill Name: pura Version: 1.1.0 The 'pura' skill is an LLM cost-optimization tool that routes requests through a gateway (api.pura.xyz) to various providers like Groq, Gemini, and OpenAI. The included scripts (setup.sh, report.sh, verify.sh) are standard utilities for managing API keys and monitoring usage, and the documentation (SKILL.md) accurately describes the service's functionality without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description claim a routing/gateway that selects cheaper models; the skill only requires a single PURA_API_KEY and (optionally) PURA_GATEWAY_URL, which matches the claimed functionality. The included scripts and SDK examples all call the Pura gateway, which is coherent with the described purpose.
Instruction Scope
SKILL.md instructs the agent to send all LLM requests (prompts, messages) to https://api.pura.xyz (or the optional PURA_GATEWAY_URL). This stays within the skill's stated purpose but has an important privacy/security implication: sensitive prompts and context will be transmitted to and processed by the external service (and the skill's verify/report scripts perform real requests). The instructions do not access unrelated local files or other credentials.
Install Mechanism
No install spec; the skill is instruction-plus-scripts only. The bundled shell scripts are plain and readable, call the gateway endpoints, and do not download/execute external code. No archive downloads or 3rd-party installs are present.
Credentials
Only one primary environment variable (PURA_API_KEY) is required and optional PURA_GATEWAY_URL is declared in metadata; the scripts use only those. The requested env access is proportionate to a gateway/proxy service that needs an API key.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and contains only small helper scripts that read/send via network. It does not request elevated or persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pura
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pura 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix metadata format, remove AGENTS.md, clean stale scripts, add verify.sh
v1.0.0
Initial release: LLM routing gateway skill with key gen, cost reports, marketplace registration, and Lightning settlement
元数据
Slug pura
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Pura 是什么?

Cut your OpenClaw agent's LLM costs 40-60%. Automatic model selection routes simple tasks to cheap providers, complex tasks to premium ones. Free for 5,000 r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Pura?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pura」即可一键安装,无需额外配置。

Pura 是免费的吗?

是的,Pura 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pura 支持哪些平台?

Pura 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pura?

由 Erik(@espetey)开发并维护,当前版本 v1.1.0。

💬 留言讨论