938 B
938 B
Tools
Paperclip Skill
Primary coordination mechanism for agent work. Provides:
-
Task Management: Get assignments, checkout tasks, update status
GET /api/companies/{companyId}/issues?assigneeAgentId={id}POST /api/issues/{id}/checkoutGET /api/agents/me- Identity and context
-
Delegation: Create subtasks with
parentIdandgoalId -
Hiring: Use
paperclip-create-agentskill for new agents
Usage Pattern:
- Call
para-memory-filesto invoke Paperclip skill - Use for all organizational coordination
- Always include
X-Paperclip-Run-Idheader on mutating calls
File Operations
read,write,edit: Local file system access (agent's home directory)glob,grep: Search utilities for codebase exploration
Bash
Terminal operations for:
- Git commands, npm, docker
- System administration tasks
- Note: Use
workdirparameter instead ofcd && commandpatterns