← Back to Skills Marketplace
espetey

Pura

by Erik · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pura
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pura
  3. After installation, invoke the skill by name or use /pura
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug pura
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install Pura?

Run "/install pura" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pura free?

Yes, Pura is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pura support?

Pura is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pura?

It is built and maintained by Erik (@espetey); the current version is v1.1.0.

💬 Comments