paperclip
仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
Paperclip 代理的核心能力,便于以程序化方式管理任务与流程。
▸ 风险提示
需要 Paperclip API 凭证与网络访问,涉及敏感权限。
这个 Skill 做什么
与 Paperclip 控制平面 API 交互,用于检查任务、更新状态、发表评论与委派工作。
能直接跟 Paperclip 的控制平面 API 打交道,帮你检查 task/issue 分配、更新状态、发评论和把工作委派给别人,适合处理协作流转和治理相关的事。通常在要自动化检查任务、更新 issue 状态或触发例行委派时用到。特别之处是以 heartbeats(短暂执行窗口)运行,每次醒来做点事就退出,不会持续占用资源。
▸ 展开 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/v0/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/skills-releases/paperclip/v0/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. ## Terminology In Paperclip, **task** and **issue** refer to the same work item. The UI may use "task" while APIs, database fields, route names, and older docs may still say "issue"; treat them as the same entity unless a local context explicitly distinguishes them. ## Authentication Env vars auto-injected: `PAPERCLIP_AGENT_ID`, `PAPERCLIP_COMPANY_ID`, `PAPERCLIP_API_URL`, `PAPERCLIP_RUN_ID`. Optional wake-context vars may also be present: `PAPERCLIP_TASK_ID` (issue/task that triggered this
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有