一键导入
paperclip
Use the FFmemes repo-local Paperclip CLI wrapper for task coordination, issue comments, status updates, and other Paperclip control-plane work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use the FFmemes repo-local Paperclip CLI wrapper for task coordination, issue comments, status updates, and other Paperclip control-plane work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | paperclip |
| description | Use the FFmemes repo-local Paperclip CLI wrapper for task coordination, issue comments, status updates, and other Paperclip control-plane work. |
Use this skill only for Paperclip coordination: issue context, comments, status updates, child issues, approvals, and runtime/task inspection. Do not use it for the domain implementation itself.
Run Paperclip through the repo-local wrapper:
.codex/paperclip-tools/paperclipai-ffmemes.sh
Pass normal Paperclip CLI arguments after the wrapper. For manual local CLI setup, use:
.codex/paperclip-tools/paperclipai-ffmemes.sh agent local-cli <agent-id-or-shortname> --company-id <company-id>
The wrapper keeps Paperclip access task-scoped for this repository and avoids enabling the Paperclip MCP server globally.
It sources .codex/paperclip-tools/paperclip.env when present, normalizes
PAPERCLIP_URL to PAPERCLIP_API_URL, sets PAPERCLIP_CONTEXT, and defaults
PAPERCLIP_COMPANY_ID to the FFmemes company. Do not print paperclip.env.
Useful read-only commands:
.codex/paperclip-tools/paperclipai-ffmemes.sh --version
.codex/paperclip-tools/paperclipai-ffmemes.sh company list --json
.codex/paperclip-tools/paperclipai-ffmemes.sh dashboard get -C 96ee7b2e-6df2-43c8-bbe3-53e19297308a --json
.codex/paperclip-tools/paperclipai-ffmemes.sh issue list -C 96ee7b2e-6df2-43c8-bbe3-53e19297308a --status todo,in_progress,blocked,done --json
.codex/paperclip-tools/paperclipai-ffmemes.sh issue get FFM-1250 --json
PAPERCLIP_WAKE_PAYLOAD_JSON first when it is present.X-Paperclip-Run-Id: $PAPERCLIP_RUN_ID on all modifying API calls.done, in_review,
blocked, delegated child issues, or a real continuation path.done only when the requested work is complete and verified.in_review only when there is a real reviewer, approval, interaction,
or monitor path.blocked only with a named owner/action, and prefer first-class
blockedByIssueIds when another issue is the blocker.If the CLI is unavailable but heartbeat environment variables are present, use the Paperclip HTTP API directly:
curl -fsS \
-H "Authorization: Bearer $PAPERCLIP_API_KEY" \
-H "X-Paperclip-Run-Id: $PAPERCLIP_RUN_ID" \
"$PAPERCLIP_API_URL/api/issues/$PAPERCLIP_TASK_ID"
Never print secret values or commit local runtime credentials.