← Back to Skills Marketplace
YYClaw
by
GeniusTimee
· GitHub ↗
· v1.0.0
· MIT-0
217
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yyclaw
Description
Access and call 50+ AI models via YYClaw API with on-chain stablecoin payments; check balance, usage, models, and make API calls using one API key.
Usage Guidance
This skill appears to do what it says (wrap YYClaw API calls), but note the registry metadata omission: SKILL.md requires YYCLAW_API_KEY (and optionally YYCLAW_BASE_URL) even though the manifest lists no env vars. Before installing: 1) Verify the service domain (https://crypto.yyclaw.cc) and its reputation and TLS certificate; 2) Be aware the skill will read YYCLAW_API_KEY from your environment and send it to that external endpoint — do not paste private keys or long-lived wallet keys into the agent/chat; 3) Because payments are on‑chain, prefer minimum/ephemeral allowances or low test balances and monitor on‑chain approvals/transactions; 4) Consider setting YYCLAW_BASE_URL only to a trusted endpoint (avoid overriding to untrusted URLs); 5) If you need higher assurance, ask the publisher for provenance (homepage, owner contact, audit) or request the registry metadata be updated to declare YYCLAW_API_KEY as a required credential. If you don’t trust the external payment/gateway provider, do not provide the API key.
Capability Analysis
Type: OpenClaw Skill
Name: yyclaw
Version: 1.0.0
The skill is a standard API integration for the YYClaw AI gateway (crypto.yyclaw.cc), providing functionality to check balances, usage, and call AI models. The instructions in SKILL.md and the provided code snippets are consistent with the stated purpose and do not exhibit any signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The SKILL.md describes a gateway that requires a YYCLAW_API_KEY to call models and check balance — this is consistent with the skill's description. However, the registry metadata lists no required environment variables or primary credential, which is an inconsistency (the skill clearly needs an API key).
Instruction Scope
The runtime instructions are narrowly scoped to interacting with https://crypto.yyclaw.cc: reading the YYCLAW_API_KEY, calling /v1/balance, /v1/usage, /v1/models, and /v1/chat/completions. The instructions do not request unrelated system files, secrets, or network exfiltration beyond the gateway endpoint.
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is written to disk or downloaded by the skill itself, which minimizes install-time risk.
Credentials
The skill requires a single service API key (YYCLAW_API_KEY) and optionally YYCLAW_BASE_URL — both are proportionate to the described functionality. The concern is that the registry metadata does not declare this required credential, so users relying on metadata may not realize an API key (and therefore tokens/approval on-chain) will be used/sent to an external service.
Persistence & Privilege
always is false and the skill is user-invocable. There is no install behavior or configuration changes, so it does not request elevated persistence or system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yyclaw - After installation, invoke the skill by name or use
/yyclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: pay-per-call AI gateway skill with balance check, usage logs, model listing, and OpenAI-compatible API calls
Metadata
Frequently Asked Questions
What is YYClaw?
Access and call 50+ AI models via YYClaw API with on-chain stablecoin payments; check balance, usage, models, and make API calls using one API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.
How do I install YYClaw?
Run "/install yyclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YYClaw free?
Yes, YYClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does YYClaw support?
YYClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YYClaw?
It is built and maintained by GeniusTimee (@geniustimee); the current version is v1.0.0.
More Skills