← Back to Skills Marketplace
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ouyi
Description
使用欧亿(ouyi)API 进行对话分析的 ACP skill。当用户要求使用 ouyi 模型、 欧亿模型、分析黄金、投资、技术问题等需要 AI 推理的任务时使用此 skill。 该 skill 通过本地 Node.js 脚本直接调用 ouyi API, 解决 OpenClaw 的 openai-completi...
Usage Guidance
This skill is coherent with its stated purpose (calling the Ouyi chat API) but take a few precautions before installing: 1) Provide your Ouyi API key via the OUYI_API_KEY environment variable rather than editing the script; update metadata to reflect this. 2) Review and confirm the endpoint (https://api.rcouyi.com) is the intended service and that you trust it — the skill will send the user's prompt to that remote service. 3) Avoid sending sensitive secrets or PII in prompts since they are forwarded externally. 4) Note the small documentation mismatch (SKILL.md suggests editing the script while the script reads from env); correct that to avoid accidental credential leakage. 5) The static scan flagged a possible 'system prompt' override pattern; although the script simply sets the message's system role, review SKILL.md and the script yourself to be comfortable that nothing in the skill attempts to override local agent/system prompts or perform unexpected actions.
Capability Analysis
Type: OpenClaw Skill
Name: ouyi
Version: 1.0.0
The 'ouyi' skill is a functional wrapper for a third-party AI API (api.rcouyi.com). The core logic in 'scripts/ouyi-api.js' is a straightforward Node.js script that uses the built-in 'https' module to forward user prompts to an OpenAI-compatible endpoint and return the response. It does not exhibit any malicious behaviors such as data exfiltration, persistence, or unauthorized execution. While the model name ('gpt-5-nano-2025-08-07') and metadata dates appear futuristic or fictional, the code is transparent, lacks obfuscation, and its behavior aligns perfectly with the documentation in 'SKILL.md'.
Capability Assessment
Purpose & Capability
Name/description state the skill will call the Ouyi chat API. The included Node.js script (scripts/ouyi-api.js) performs exactly that: it issues an HTTPS POST to api.rcouyi.com/v1/chat/completions and returns a JSON result. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to read and exec the local Node.js script and parse its JSON output — that is consistent with the stated purpose. The script only constructs and sends the chat request and prints returned JSON; it does not access other files or external endpoints beyond api.rcouyi.com. Note: the SKILL.md suggests editing the script to replace an API key, while the script actually reads OUYI_API_KEY from the environment; this documentation mismatch should be resolved to avoid accidental credential handling mistakes.
Install Mechanism
There is no install spec and no external downloads; the skill is instruction + small local script files. This is the lower-risk model (nothing is fetched from arbitrary URLs or binaries installed). The package requires Node.js (declared in _meta.json).
Credentials
The script expects an API key via process.env.OUYI_API_KEY (or a placeholder in-code string). The registry metadata declared no required env vars / no primary credential, which is inconsistent with the script. The only credential involved is the Ouyi API key — that is proportional to the skill's purpose, but the metadata should declare OUYI_API_KEY so users know what will be needed and can supply it via env rather than editing source.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide config. It will run a local Node.js script when invoked, which is expected for this skill type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ouyi - After installation, invoke the skill by name or use
/ouyi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Ouyi API Tool?
使用欧亿(ouyi)API 进行对话分析的 ACP skill。当用户要求使用 ouyi 模型、 欧亿模型、分析黄金、投资、技术问题等需要 AI 推理的任务时使用此 skill。 该 skill 通过本地 Node.js 脚本直接调用 ouyi API, 解决 OpenClaw 的 openai-completi... It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Ouyi API Tool?
Run "/install ouyi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ouyi API Tool free?
Yes, Ouyi API Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ouyi API Tool support?
Ouyi API Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ouyi API Tool?
It is built and maintained by dlsjzj (@dlsjzj); the current version is v1.0.0.
More Skills