What problem does it solve? Hermes agents need a controlled way to create and update Todero work items without holding a full agent API key that grants broad company-wide access. This Skill bridges Hermes to the Todero API using a narrowly scoped task_bridge key, so external runtimes can only operate within approved task boundaries. ## Core Features & Use Cases - Scoped Task Creation: Create Todero issues under approved parent issues or projects, with priority, status, work mode, and assignee controls. - Progress Updates: Post comments and transition issue statuses (todo, in_progress, in_review, done, blocked, cancelled) with optional resume/reopen flags. - Assignment Listing: List tasks currently assigned to the authenticated Hermes agent to avoid 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 environment, then ask the agent to create a Todero task titled "Investigate checkout failures" under your approved parent issue.