← 返回 Skills 市场
Paperclip Orchestration
作者
ihebsilence
· GitHub ↗
· v0.1.0
· MIT-0
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paperclip-orchestration
功能描述
Connect OpenClaw Gateway to Paperclip, diagnose onboarding and reachability failures, claim and store Paperclip API keys, install the Paperclip skill, and or...
安全使用建议
This skill appears to do what it says (onboard OpenClaw to Paperclip), but before installing or allowing autonomous use: 1) Inspect SKILL.md in full and confirm you trust the skill's source — it will read ~/.openclaw/openclaw.json to extract gateway.auth.token and will save a claimed Paperclip API key to ~/.openclaw/workspace/paperclip-claimed-api-key.json. 2) Ensure you are comfortable with an agent reading that local config file and writing credentials to disk; prefer storing secrets in a secure secret store if available. 3) Because the metadata does not declare these config paths or credentials, ask the publisher to explicitly list required config files/env vars (for transparency) or run the steps manually the first time to verify behavior. 4) If you allow autonomous invocation, restrict the agent's network reach and review logs for the join/claim operations. 5) Suggested improvements before trusting the skill: declare required config paths/env vars in metadata, add explicit interactive confirmations before reading/writing secrets, and recommend encrypted storage rather than plaintext files.
功能分析
Type: OpenClaw Skill
Name: paperclip-orchestration
Version: 0.1.0
The skill automates the integration between OpenClaw and an external 'Paperclip' service, which involves reading sensitive gateway tokens from `~/.openclaw/openclaw.json` and transmitting them to external endpoints. A high-risk instruction in `SKILL.md` directs the agent to automatically approve the latest pending device pairing (`openclaw devices approve --latest`) without manual verification of the device identity, which could be exploited to grant unauthorized access. While these actions are aligned with the stated purpose of orchestration, the automated handling of credentials and device approvals constitutes a significant security risk.
能力标签
能力评估
Purpose & Capability
The name and description claim to connect OpenClaw to Paperclip, perform reachability tests, submit join requests, claim API keys, and operate agents — the SKILL.md contains step-by-step instructions for exactly those tasks, so purpose and capability are aligned.
Instruction Scope
The runtime instructions instruct the agent/operator to read the local OpenClaw config (~/.openclaw/openclaw.json -> gateway.auth.token), call Paperclip endpoints, and write a claimed API key file (~/.openclaw/workspace/paperclip-claimed-api-key.json). The skill metadata declares no required config paths or environment variables, so the SKILL.md references files and secrets that were not declared — this mismatch is a scope and transparency concern.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk by an installer. That lowers the static install risk.
Credentials
The actions (reading OpenClaw's local gateway token, exercising Paperclip API endpoints, and storing a Paperclip API key) are coherent for the stated purpose. However, the skill asks the operator to persist a sensitive API key to disk and later load PAPERCLIP_API_KEY/PAPERCLIP_API_URL from that file — sensitive operations which should be declared and made explicit in metadata. The metadata currently lists no required credentials or config paths, which is inconsistent with the instructions.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It instructs saving credentials to a user-local path under ~/.openclaw, which is normal for this workflow, but because the skill can be invoked by the agent, confirm that any automatic runs are expected before enabling autonomous invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paperclip-orchestration - 安装完成后,直接呼叫该 Skill 的名称或使用
/paperclip-orchestration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publication: OpenClaw to Paperclip onboarding, troubleshooting, and operations workflow.
元数据
常见问题
Paperclip Orchestration 是什么?
Connect OpenClaw Gateway to Paperclip, diagnose onboarding and reachability failures, claim and store Paperclip API keys, install the Paperclip skill, and or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Paperclip Orchestration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paperclip-orchestration」即可一键安装,无需额外配置。
Paperclip Orchestration 是免费的吗?
是的,Paperclip Orchestration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paperclip Orchestration 支持哪些平台?
Paperclip Orchestration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paperclip Orchestration?
由 ihebsilence(@ihebsilence)开发并维护,当前版本 v0.1.0。
推荐 Skills