← 返回 Skills 市场
dlsjzj

Ouyi API Tool

作者 dlsjzj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ouyi
功能描述
使用欧亿(ouyi)API 进行对话分析的 ACP skill。当用户要求使用 ouyi 模型、 欧亿模型、分析黄金、投资、技术问题等需要 AI 推理的任务时使用此 skill。 该 skill 通过本地 Node.js 脚本直接调用 ouyi API, 解决 OpenClaw 的 openai-completi...
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ouyi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ouyi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug ouyi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ouyi API Tool 是什么?

使用欧亿(ouyi)API 进行对话分析的 ACP skill。当用户要求使用 ouyi 模型、 欧亿模型、分析黄金、投资、技术问题等需要 AI 推理的任务时使用此 skill。 该 skill 通过本地 Node.js 脚本直接调用 ouyi API, 解决 OpenClaw 的 openai-completi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 Ouyi API Tool?

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

Ouyi API Tool 是免费的吗?

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

Ouyi API Tool 支持哪些平台?

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

谁开发了 Ouyi API Tool?

由 dlsjzj(@dlsjzj)开发并维护,当前版本 v1.0.0。

💬 留言讨论