crewly 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/dist/backend/backend/src/services/agent/agent-heartbeat-monitor.service.js +1 -1
  2. package/dist/backend/backend/src/services/agent/agent-registration.service.d.ts.map +1 -1
  3. package/dist/backend/backend/src/services/agent/agent-registration.service.js +9 -3
  4. package/dist/backend/backend/src/services/agent/agent-registration.service.js.map +1 -1
  5. package/dist/backend/backend/src/services/marketplace/marketplace-installer.service.d.ts +28 -4
  6. package/dist/backend/backend/src/services/marketplace/marketplace-installer.service.d.ts.map +1 -1
  7. package/dist/backend/backend/src/services/marketplace/marketplace-installer.service.js +74 -7
  8. package/dist/backend/backend/src/services/marketplace/marketplace-installer.service.js.map +1 -1
  9. package/dist/backend/backend/src/services/orchestrator/orchestrator-heartbeat-monitor.service.js +1 -1
  10. package/dist/backend/backend/src/services/session/pty/pty-terminal-buffer.d.ts.map +1 -1
  11. package/dist/backend/backend/src/services/session/pty/pty-terminal-buffer.js +2 -1
  12. package/dist/backend/backend/src/services/session/pty/pty-terminal-buffer.js.map +1 -1
  13. package/dist/backend/backend/src/services/skill/skill-catalog.service.d.ts +11 -0
  14. package/dist/backend/backend/src/services/skill/skill-catalog.service.d.ts.map +1 -1
  15. package/dist/backend/backend/src/services/skill/skill-catalog.service.js +46 -3
  16. package/dist/backend/backend/src/services/skill/skill-catalog.service.js.map +1 -1
  17. package/dist/backend/backend/src/services/slack/slack.service.d.ts.map +1 -1
  18. package/dist/backend/backend/src/services/slack/slack.service.js +4 -2
  19. package/dist/backend/backend/src/services/slack/slack.service.js.map +1 -1
  20. package/dist/cli/cli/src/commands/install.d.ts +23 -0
  21. package/dist/cli/cli/src/commands/install.d.ts.map +1 -0
  22. package/dist/cli/cli/src/commands/install.js +113 -0
  23. package/dist/cli/cli/src/commands/install.js.map +1 -0
  24. package/dist/cli/cli/src/commands/search.d.ts +23 -0
  25. package/dist/cli/cli/src/commands/search.d.ts.map +1 -0
  26. package/dist/cli/cli/src/commands/search.js +85 -0
  27. package/dist/cli/cli/src/commands/search.js.map +1 -0
  28. package/dist/cli/cli/src/commands/start.d.ts.map +1 -1
  29. package/dist/cli/cli/src/commands/start.js +11 -0
  30. package/dist/cli/cli/src/commands/start.js.map +1 -1
  31. package/dist/cli/cli/src/index.js +12 -0
  32. package/dist/cli/cli/src/index.js.map +1 -1
  33. package/dist/cli/cli/src/utils/marketplace.d.ts +111 -0
  34. package/dist/cli/cli/src/utils/marketplace.d.ts.map +1 -0
  35. package/dist/cli/cli/src/utils/marketplace.js +209 -0
  36. package/dist/cli/cli/src/utils/marketplace.js.map +1 -0
  37. package/package.json +4 -1
  38. package/config/skills/agent/_common/lib.sh +0 -4
  39. package/config/skills/agent/accept-task/execute.sh +0 -21
  40. package/config/skills/agent/accept-task/instructions.md +0 -20
  41. package/config/skills/agent/accept-task/skill.json +0 -20
  42. package/config/skills/agent/block-task/execute.sh +0 -26
  43. package/config/skills/agent/block-task/instructions.md +0 -22
  44. package/config/skills/agent/block-task/skill.json +0 -20
  45. package/config/skills/agent/check-quality-gates/execute.sh +0 -20
  46. package/config/skills/agent/check-quality-gates/instructions.md +0 -23
  47. package/config/skills/agent/check-quality-gates/skill.json +0 -20
  48. package/config/skills/agent/complete-task/execute.sh +0 -26
  49. package/config/skills/agent/complete-task/instructions.md +0 -22
  50. package/config/skills/agent/complete-task/skill.json +0 -20
  51. package/config/skills/agent/computer-use/execute.sh +0 -151
  52. package/config/skills/agent/computer-use/instructions.md +0 -60
  53. package/config/skills/agent/computer-use/skill.json +0 -22
  54. package/config/skills/agent/get-my-context/execute.sh +0 -23
  55. package/config/skills/agent/get-my-context/instructions.md +0 -21
  56. package/config/skills/agent/get-my-context/skill.json +0 -20
  57. package/config/skills/agent/get-sops/execute.sh +0 -24
  58. package/config/skills/agent/get-sops/instructions.md +0 -21
  59. package/config/skills/agent/get-sops/skill.json +0 -20
  60. package/config/skills/agent/get-team-status/execute.sh +0 -8
  61. package/config/skills/agent/get-team-status/instructions.md +0 -17
  62. package/config/skills/agent/get-team-status/skill.json +0 -20
  63. package/config/skills/agent/heartbeat/execute.sh +0 -22
  64. package/config/skills/agent/heartbeat/instructions.md +0 -23
  65. package/config/skills/agent/heartbeat/skill.json +0 -20
  66. package/config/skills/agent/manage-knowledge/execute.sh +0 -60
  67. package/config/skills/agent/manage-knowledge/instructions.md +0 -46
  68. package/config/skills/agent/nano-banana-image/generate.sh +0 -73
  69. package/config/skills/agent/nano-banana-image/instructions.md +0 -50
  70. package/config/skills/agent/nano-banana-image/skill.json +0 -39
  71. package/config/skills/agent/query-knowledge/execute.sh +0 -30
  72. package/config/skills/agent/query-knowledge/instructions.md +0 -47
  73. package/config/skills/agent/query-knowledge/skill.json +0 -20
  74. package/config/skills/agent/read-task/execute.sh +0 -15
  75. package/config/skills/agent/read-task/instructions.md +0 -19
  76. package/config/skills/agent/read-task/skill.json +0 -20
  77. package/config/skills/agent/recall/execute.sh +0 -24
  78. package/config/skills/agent/recall/instructions.md +0 -23
  79. package/config/skills/agent/recall/skill.json +0 -20
  80. package/config/skills/agent/record-learning/execute.sh +0 -29
  81. package/config/skills/agent/record-learning/instructions.md +0 -24
  82. package/config/skills/agent/record-learning/skill.json +0 -20
  83. package/config/skills/agent/register-self/execute.sh +0 -28
  84. package/config/skills/agent/register-self/instructions.md +0 -18
  85. package/config/skills/agent/register-self/skill.json +0 -20
  86. package/config/skills/agent/remember/execute.sh +0 -29
  87. package/config/skills/agent/remember/instructions.md +0 -24
  88. package/config/skills/agent/remember/skill.json +0 -20
  89. package/config/skills/agent/report-progress/execute.sh +0 -28
  90. package/config/skills/agent/report-progress/instructions.md +0 -25
  91. package/config/skills/agent/report-progress/skill.json +0 -20
  92. package/config/skills/agent/report-status/execute.sh +0 -35
  93. package/config/skills/agent/report-status/instructions.md +0 -36
  94. package/config/skills/agent/report-status/skill.json +0 -20
  95. package/config/skills/agent/send-chat-response/execute.sh +0 -26
  96. package/config/skills/agent/send-chat-response/instructions.md +0 -22
  97. package/config/skills/agent/send-chat-response/skill.json +0 -20
  98. package/config/skills/agent/send-message/execute.sh +0 -17
  99. package/config/skills/agent/send-message/instructions.md +0 -20
  100. package/config/skills/agent/send-message/skill.json +0 -20
  101. package/config/skills/agent/send-pdf-to-slack/execute.sh +0 -182
  102. package/config/skills/agent/send-pdf-to-slack/instructions.md +0 -49
  103. package/config/skills/agent/send-pdf-to-slack/skill.json +0 -20
@@ -1,49 +0,0 @@
1
- # Send PDF to Slack
2
-
3
- Converts a markdown file to PDF using `weasyprint` (Python) and uploads it to a Slack channel via the `/api/slack/upload-file` endpoint.
4
-
5
- ## Prerequisites
6
-
7
- - **python3** must be installed (comes with macOS, or `brew install python3`)
8
- - On first run, a virtual environment is created at `~/.crewly/venv/pdf-tools/` with `weasyprint` and `markdown` packages installed automatically
9
-
10
- ## Usage
11
-
12
- ```bash
13
- bash config/skills/agent/send-pdf-to-slack/execute.sh --channel C0123ABC --file /path/to/document.md --title "Weekly Report"
14
- ```
15
-
16
- ## Parameters
17
-
18
- | Parameter | Required | Description |
19
- |-----------|----------|-------------|
20
- | `--channel`, `-c` | Yes | Slack channel ID to upload the PDF to |
21
- | `--file`, `-f` | Yes | Path to the markdown file to convert |
22
- | `--title`, `-T` | No | Title for the uploaded PDF (defaults to filename) |
23
- | `--text`, `-t` | No | Initial comment to include with the upload |
24
- | `--thread`, `-r` | No | Slack thread timestamp for threaded upload |
25
-
26
- ## Examples
27
-
28
- ```bash
29
- # Basic upload
30
- bash execute.sh --channel C0123ABC --file report.md
31
-
32
- # Upload with title and comment
33
- bash execute.sh --channel C0123ABC --file report.md --title "Q4 Report" --text "Here is the quarterly report"
34
-
35
- # Upload in a thread
36
- bash execute.sh --channel C0123ABC --file notes.md --thread 1707123456.789000
37
- ```
38
-
39
- ## Output
40
-
41
- JSON response from the upload API with `fileId` on success. Also emits a `[NOTIFY]` block for chat service integration.
42
-
43
- ## Error Handling
44
-
45
- - Exits with error if `python3` is not installed (includes install instructions)
46
- - Auto-installs weasyprint/markdown into a persistent venv on first run
47
- - Exits with error if the markdown file does not exist
48
- - Exits with error if PDF conversion fails
49
- - Temp PDF files are cleaned up after upload (stored in `~/.crewly/tmp/slack-pdfs/`)
@@ -1,20 +0,0 @@
1
- {
2
- "id": "agent-send-pdf-to-slack",
3
- "name": "Send PDF to Slack",
4
- "description": "Convert a markdown file to PDF and upload it to a Slack channel.",
5
- "category": "communication",
6
- "skillType": "claude-skill",
7
- "promptFile": "instructions.md",
8
- "execution": {
9
- "type": "script",
10
- "script": {
11
- "file": "execute.sh",
12
- "interpreter": "bash",
13
- "timeoutMs": 60000
14
- }
15
- },
16
- "assignableRoles": ["developer", "qa", "tpm", "designer", "frontend-developer", "backend-developer", "fullstack-dev", "qa-engineer", "product-manager", "architect", "generalist", "sales", "support"],
17
- "triggers": ["send pdf", "pdf to slack", "markdown to pdf", "export pdf"],
18
- "tags": ["communication", "slack", "pdf", "markdown", "export"],
19
- "version": "1.0.0"
20
- }