01
언제 사용하는가
paperclip-board를 활용하는 AI 작업 흐름 사례입니다.
02
따라 하는 방법
- curl -sS "$PAPERCLIP_API_URL/api/companies/$PAPERCLIP_COMPANY_ID/dashboard"을 실행합니다.
- curl -sS "$PAPERCLIP_API_URL/api/companies"을 실행합니다.
- curl -sS -X POST "$PAPERCLIP_API_URL/api/companies" \을 실행합니다.
- curl -sS -X PATCH "$PAPERCLIP_API_URL/api/companies/{companyId}" \을 실행합니다.
- /api 세션을 실행합니다.
- /{prefix}/issues/{identifier} 세션을 실행합니다.
- /PAP/issues/PAP-12 세션을 실행합니다.
- /{prefix}/agents/{agent-url-key} 세션을 실행합니다.
- /{prefix}/approvals/{approval-id} 세션을 실행합니다.
- /{prefix}/projects/{project-url-key} 세션을 실행합니다.
- /{prefix}/issues/{identifier}#document-{key} 세션을 실행합니다.
- /api/companies 세션을 실행합니다.
- /api/companies/:id 세션을 실행합니다.
- /api/companies/:companyId/dashboard 세션을 실행합니다.
- /api/companies/:companyId/agents 세션을 실행합니다.
- /api/agents/:id 세션을 실행합니다.
- /api/companies/:companyId/agent-configurations 세션을 실행합니다.
- /api/agents/:id/config-revisions 세션을 실행합니다.
- /api/companies/:companyId/agent-hires 세션을 실행합니다.
- /api/agents/:id/heartbeat/invoke 세션을 실행합니다.
- /api/companies/:companyId/issues 세션을 실행합니다.
- /api/issues/:id 세션을 실행합니다.
- /api/issues/:id/comments 세션을 실행합니다.
- /api/issues/:id/documents 세션을 실행합니다.
- /api/issues/:id/documents/:key 세션을 실행합니다.
- /api/issues/:id/work-products 세션을 실행합니다.
- /api/companies/:companyId/approvals 세션을 실행합니다.
- /api/approvals/:id/approve 세션을 실행합니다.
- /api/approvals/:id/reject 세션을 실행합니다.
- /api/approvals/:id/request-revision 세션을 실행합니다.
- /api/companies/:companyId/costs/summary 세션을 실행합니다.
- /api/companies/:companyId/costs/by-agent 세션을 실행합니다.
- /api/companies/:companyId/costs/by-project 세션을 실행합니다.
- /llms/agent-configuration.txt 세션을 실행합니다.
- /llms/agent-configuration/:adapterType.txt 세션을 실행합니다.
- /llms/agent-icons.txt 세션을 실행합니다.
- /api/agents/:id/instructions-path 세션을 실행합니다.
- /api/companies/:companyId/issues?q=term 세션을 실행합니다.
03
설치 방법
npx skills add installs: 251 --skill paperclip-board