paperclip-create-agent
仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
适合有流程与权限校验的企业代理创建。
▸ 风险提示
需要高权限(创建代理/董事权限)与凭证
这个 Skill 做什么
在 Paperclip 中创建有治理约束的代理并提交招聘请求与配置对比。
用于在 Paperclip 平台上创建并招聘受治理约束的代理(agent),会检视适配器配置、对比现有 agent 配置、起草新 agent 的 prompt/配置并提交招聘请求。只有在需要新 agent 或调整 agent 配置时才用,且通常需要有创建权限或董事会批准。特别的是它把治理和权限流程嵌入创建流程里,既能产出配置草案又能走正式的提交流程。
▸ 展开 SKILL.md 英文原文
Create new agents in Paperclip with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft a new agent prompt/config, and submit a hire request.
7.6w
Stars
1.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/paperclipai/paperclip/master/skills/paperclip-create-agent/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/skills/paperclip-create-agent/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Paperclip Create Agent Skill Use this skill when you are asked to hire/create an agent. ## Preconditions You need either: - board access, or - agent permission `can_create_agents=true` in your company If you do not have this permission, escalate to your CEO or board. ## Workflow ### 1. Confirm identity and company context ```sh curl -sS "$PAPERCLIP_API_URL/api/agents/me" \ -H "Authorization: Bearer $PAPERCLIP_API_KEY" ``` ### 2. Discover adapter configuration for this Paperclip instance ```sh curl -sS "$PAPERCLIP_API_URL/llms/agent-configuration.txt" \ -H "Authorization: Bearer $PAPERCLIP_API_KEY" # Then the specific adapter you plan to use, e.g. claude_local: curl -sS "$PAP
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有