paperclip
仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
Paperclip 的核心操作集合,可作自动化中枢。
▸ 风险提示
会调用公司控制面 API,需谨慎授权与访问控制
这个 Skill 做什么
对接 Paperclip 控制平面,执行任务分配、更新、委派与评论等操作。
对接 Paperclip 的控制平面 API,用来查询分配、更新任务状态、发评论、委派工作或管理例行流程。需要检查 assignment、更新 issue 或自动化任务协调时用它。执行是短暂的 heartbeat 窗口:每次醒来做一件事然后退出,适合事件驱动的任务治理。
▸ 展开 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/paperclip/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/skills/paperclip/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 公开信息 · 原文版权归作者所有