스킬 관리Skill조회 0

Paperclip Board

paperclip-board를 활용하는 AI 작업 흐름 사례입니다.

01

언제 사용하는가

paperclip-board를 활용하는 AI 작업 흐름 사례입니다.

02

따라 하는 방법

  1. curl -sS "$PAPERCLIP_API_URL/api/companies/$PAPERCLIP_COMPANY_ID/dashboard"을 실행합니다.
  2. curl -sS "$PAPERCLIP_API_URL/api/companies"을 실행합니다.
  3. curl -sS -X POST "$PAPERCLIP_API_URL/api/companies" \을 실행합니다.
  4. curl -sS -X PATCH "$PAPERCLIP_API_URL/api/companies/{companyId}" \을 실행합니다.
  5. /api 세션을 실행합니다.
  6. /{prefix}/issues/{identifier} 세션을 실행합니다.
  7. /PAP/issues/PAP-12 세션을 실행합니다.
  8. /{prefix}/agents/{agent-url-key} 세션을 실행합니다.
  9. /{prefix}/approvals/{approval-id} 세션을 실행합니다.
  10. /{prefix}/projects/{project-url-key} 세션을 실행합니다.
  11. /{prefix}/issues/{identifier}#document-{key} 세션을 실행합니다.
  12. /api/companies 세션을 실행합니다.
  13. /api/companies/:id 세션을 실행합니다.
  14. /api/companies/:companyId/dashboard 세션을 실행합니다.
  15. /api/companies/:companyId/agents 세션을 실행합니다.
  16. /api/agents/:id 세션을 실행합니다.
  17. /api/companies/:companyId/agent-configurations 세션을 실행합니다.
  18. /api/agents/:id/config-revisions 세션을 실행합니다.
  19. /api/companies/:companyId/agent-hires 세션을 실행합니다.
  20. /api/agents/:id/heartbeat/invoke 세션을 실행합니다.
  21. /api/companies/:companyId/issues 세션을 실행합니다.
  22. /api/issues/:id 세션을 실행합니다.
  23. /api/issues/:id/comments 세션을 실행합니다.
  24. /api/issues/:id/documents 세션을 실행합니다.
  25. /api/issues/:id/documents/:key 세션을 실행합니다.
  26. /api/issues/:id/work-products 세션을 실행합니다.
  27. /api/companies/:companyId/approvals 세션을 실행합니다.
  28. /api/approvals/:id/approve 세션을 실행합니다.
  29. /api/approvals/:id/reject 세션을 실행합니다.
  30. /api/approvals/:id/request-revision 세션을 실행합니다.
  31. /api/companies/:companyId/costs/summary 세션을 실행합니다.
  32. /api/companies/:companyId/costs/by-agent 세션을 실행합니다.
  33. /api/companies/:companyId/costs/by-project 세션을 실행합니다.
  34. /llms/agent-configuration.txt 세션을 실행합니다.
  35. /llms/agent-configuration/:adapterType.txt 세션을 실행합니다.
  36. /llms/agent-icons.txt 세션을 실행합니다.
  37. /api/agents/:id/instructions-path 세션을 실행합니다.
  38. /api/companies/:companyId/issues?q=term 세션을 실행합니다.
03

설치 방법

npx skills add installs: 251 --skill paperclip-board