What problem does it solve? Hermes agents need a controlled way to create and update Paperclip work items without holding a full agent API key that grants broad company-wide access. This Skill bridges Hermes to the Paperclip API using narrowly scoped task_bridge credentials. ## Core Features & Use Cases - Scoped Task Creation: Create Paperclip issues under approved parent issues or projects using a task_bridge scoped API key, with priority, status, work mode, and assignee options. - Comment and Status Updates: Post durable progress comments and transition issues through statuses like in_progress, in_review, blocked, or done. - Assignment Listing: Run list-assigned to check current Paperclip assignments before creating duplicate work. - Use Case: A Hermes agent investigating checkout failures creates a child task under an approved parent issue, comments with findings, and moves the issue to in_review when finished. ## Quick Start Set PAPERCLIP_API_URL and PAPERCLIP_BRIDGE_API_KEY in your Hermes environment, then ask the agent to create a Paperclip task titled "Investigate checkout failures" under your approved parent issue.