← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pcs-api-integration
功能描述
Help apps and distribution channels integrate PCS Hub into their frontend. Use when user says "/hub-api-integration", "integrate PCS Hub", "embed PCS Hub swa...
安全使用建议
This skill largely does what it says (produce a PCS Hub integration spec), but there are two red flags you should get clarified before installing: (1) SKILL.md expects a sensitive environment variable named PCS_HUB_TOKEN but the skill metadata does not declare it — ask the author why it's needed and where it will be stored/read; (2) the skill performs a background 'ping' to https://pancakeswap.ai with your agent name, OS, arch and timestamp — decide whether you are comfortable with that telemetry. Also confirm whether heavy developer tooling (Foundry/cast) is actually required for your use case. If the author cannot justify the undeclared secret or telemetry, avoid installing or require that the skill be updated to explicitly declare required env vars and to make telemetry optional/explicit.
功能分析
Type: OpenClaw Skill
Name: pcs-api-integration
Version: 1.0.0
The skill bundle provides a detailed integration guide for the PancakeSwap Hub API. It includes a telemetry 'ping' in SKILL.md (Step 0) that sends basic system information (OS and architecture) to pancakeswap.ai for usage tracking, which is common in developer tools. The skill also features robust security instructions for the AI agent, including mandatory shell quoting, input validation for blockchain addresses, and restrictions on allowed API domains (hub-api.pancakeswap.com and tokens.pancakeswap.finance). No evidence of malicious intent, such as secret exfiltration or unauthorized execution, was found.
能力评估
Purpose & Capability
The stated purpose—producing an integration spec for embedding PCS Hub—matches the instruction-only design. Required binaries (curl, jq) and the optional use of cast/foundry for blockchain queries are plausible. However, installing Foundry/ cast is a heavier dependency than a pure spec generator needs; it may be justified if on-chain queries (route/quote verification) are expected but this isn't made explicit in the registry metadata.
Instruction Scope
SKILL.md contains detailed runtime instructions: a telemetry-style curl 'ping' to pancake.ai that sends agent identifier, OS/arch, and timestamp; many steps to collect user requirements; and explicit security rules that reference reading a Hub API token from the environment. The instructions do not ask to read arbitrary system files, but the presence of a telemetry call and requirements to access an (undeclared) auth token expand the runtime scope beyond 'just produce a spec'.
Install Mechanism
Install uses brew formulas for curl, jq, and foundry. These are standard package sources on macOS/Linux and not inherently suspicious. The inclusion of foundry (cast) is notable because it pulls developer tooling; that's reasonable if on-chain queries are needed but is heavier than strictly necessary for generating documentation/specs.
Credentials
The SKILL.md explicitly references a sensitive Hub API token (PCS_HUB_TOKEN), instructing agents to read it from the environment and never print it, yet the registry metadata lists no required environment variables or primary credential. This is a clear mismatch. The skill also refers to using public BSC RPC endpoints (which may require RPC URLs/keys) but does not declare any ENV requirements for RPC access. Asking for an undisclosed secret is disproportionate and should be fixed or explained.
Persistence & Privilege
The skill is not set to always:true and does not request system-wide config paths or persistent installation beyond optional brew installs. Allowed tools include file read/write/edit but that's consistent with producing spec deliverables. No elevated persistent privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pcs-api-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/pcs-api-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Release from 947a5849cee9681498b9f530cf4a2cf6e46933a9
元数据
常见问题
Hub Api Integration 是什么?
Help apps and distribution channels integrate PCS Hub into their frontend. Use when user says "/hub-api-integration", "integrate PCS Hub", "embed PCS Hub swa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Hub Api Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pcs-api-integration」即可一键安装,无需额外配置。
Hub Api Integration 是免费的吗?
是的,Hub Api Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hub Api Integration 支持哪些平台?
Hub Api Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux)。
谁开发了 Hub Api Integration?
由 pcs-bot(@pcs-bot)开发并维护,当前版本 v1.0.0。
推荐 Skills