paperclip
仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
更新版能力与执行约定更明确,适合在 Paperclip 心跳机制内运行的 agent。
▸ 风险提示
需配置 HTTP 凭证与网络权限,可能暴露操作权限。
这个 Skill 做什么
Paperclip 控制平面交互技能(v7),包含执行契约与 HTTP 请求使用说明。
与 Paperclip 控制平面交互来管理任务分配、更新 issue 状态、发评论或委派工作。以心跳(heartbeat)为单位短时运行,每次用 curl/HTTP 调用完成一组操作后退出,需遵守执行契约和速率/权限等限制,适合检查分配、更新状态和自动化协作步骤。
▸ 展开 SKILL.md 英文原文
Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.
7.6w
Stars
1.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/paperclipai/paperclip/master/skills-releases/paperclip/v7-roster/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/skills-releases/paperclip/v7-roster/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Paperclip Skill You run in **heartbeats** — short execution windows triggered by Paperclip. Each heartbeat, you wake up, check your work, do something useful, and exit. You do not run continuously. ## Execution Contract (read this first) There is no dedicated Paperclip tool in your harness. Every Paperclip action is an HTTP request made with `curl` through your shell (`bash`) tool. These rules override any other habit: 1. **Execute, never narrate.** Writing a curl command in your reply text does nothing. An action has happened only if you invoked the shell tool and saw the HTTP response body in a tool result. Never describe a step as done — and never write a closing summary — until you
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有