← 返回 Skills 市场
OneABC
作者
Xingfan0828
· GitHub ↗
· v1.0.0
· MIT-0
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oneabc
功能描述
Access OpenAI-, Claude-, DeepSeek-, Sora-, Midjourney-, and Suno-compatible models through the oneabc.io API. Use when the user asks to call OneABC models fr...
安全使用建议
This skill is a small Node wrapper that contacts https://api.oneabc.org (BASE_URL) using an API key. Before installing: (1) Be aware the script will use ONEABC_API_KEY if set — but if ONEABC_API_KEY is missing it will use OPENAI_API_KEY (the script's fallback). If you already have OPENAI_API_KEY in your environment, that key would be sent to the third-party API (potential key exposure). (2) The registry metadata does not list required env vars even though the skill needs a key — treat the SKILL.md and script as authoritative. (3) If you want to use this, explicitly set ONEABC_API_KEY to a dedicated key (and unset OPENAI_API_KEY in the environment while running), verify the BASE_URL is the endpoint you expect, and review the script source. (4) If you cannot trust the destination or don't want potential leakage of existing credentials, do not install/use the skill.
能力评估
Purpose & Capability
The script and SKILL.md implement a simple wrapper to call oneabc APIs (chat, image, video, music, models), which matches the stated purpose. However the registry metadata claims no required env vars while SKILL.md and the script require an API key (ONEABC_API_KEY or OPENAI_API_KEY). That mismatch is incoherent and should be fixed.
Instruction Scope
Runtime instructions are narrow (run node scripts/oneabc.js with commands). But they tell the agent to accept OPENAI_API_KEY as an alternative key; instructions do not explicitly warn that an existing OPENAI_API_KEY in the environment will be reused and sent to a third party. The script only uses environment variables and network calls to BASE_URL, which is within scope, but the fallback to OPENAI_API_KEY expands the scope in a risky way.
Install Mechanism
No install spec and only a small Node script are included. There are no downloads or extracted archives. Required binary is only node. This is a low-risk install mechanism.
Credentials
The skill needs an API key, which is reasonable, but the registry metadata does not declare any required env vars while the SKILL.md and script require ONEABC_API_KEY (or fallback to OPENAI_API_KEY). Using OPENAI_API_KEY as a fallback means a user's OpenAI credential could be sent to api.oneabc.org unintentionally. This is disproportionate/risky unless explicitly intended and documented.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills or system configs. It runs only when invoked and uses the node script included in the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oneabc - 安装完成后,直接呼叫该 Skill 的名称或使用
/oneabc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release: env-based OneABC wrapper skill without embedded secrets
元数据
常见问题
OneABC 是什么?
Access OpenAI-, Claude-, DeepSeek-, Sora-, Midjourney-, and Suno-compatible models through the oneabc.io API. Use when the user asks to call OneABC models fr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 OneABC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oneabc」即可一键安装,无需额外配置。
OneABC 是免费的吗?
是的,OneABC 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OneABC 支持哪些平台?
OneABC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OneABC?
由 Xingfan0828(@xingfan0828)开发并维护,当前版本 v1.0.0。
推荐 Skills