@shnitzel/plugscout 0.3.1

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 (201) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +228 -0
  3. package/assets/cli/logo.txt +24 -0
  4. package/config/item-insights.json +316 -0
  5. package/config/providers.json +46 -0
  6. package/config/ranking-policy.json +14 -0
  7. package/config/recommendation-weights.json +7 -0
  8. package/config/registries.json +1423 -0
  9. package/config/security-policy.json +19 -0
  10. package/config/sources.json +30 -0
  11. package/data/catalog/items.json +182109 -0
  12. package/data/catalog/mcps.json +163843 -0
  13. package/data/catalog/skills.json +4768 -0
  14. package/data/catalog/sync-state.json +62 -0
  15. package/data/curated/mcps.json +78 -0
  16. package/data/curated/skills.json +174 -0
  17. package/data/quarantine/quarantined.json +3 -0
  18. package/data/raw/2024-05-15/mcps.json +20 -0
  19. package/data/raw/2024-05-20/skills.json +20 -0
  20. package/data/raw/2024-06-05/mcps.json +20 -0
  21. package/data/raw/2024-06-05/skills.json +29 -0
  22. package/data/security-reports/.gitkeep +0 -0
  23. package/data/security-reports/2026-02-06/report.json +8 -0
  24. package/data/security-reports/2026-02-10/report.json +9 -0
  25. package/data/security-reports/2026-02-11/report.json +9 -0
  26. package/data/security-reports/2026-02-12/report.json +9 -0
  27. package/data/security-reports/2026-02-13/report.json +8 -0
  28. package/data/security-reports/2026-02-14/report.json +8 -0
  29. package/data/security-reports/2026-02-23/report.json +8 -0
  30. package/data/security-reports/2026-02-25/report.json +8 -0
  31. package/data/security-reports/2026-02-26/report.json +8 -0
  32. package/data/security-reports/2026-03-10/report.json +8 -0
  33. package/data/security-reports/audits/.gitkeep +0 -0
  34. package/data/security-reports/audits/2026-02-06T10-17-33-872Z-mcp_remote-browser.json +8 -0
  35. package/data/security-reports/audits/2026-02-06T10-17-33-881Z-mcp_remote-browser.json +8 -0
  36. package/data/security-reports/audits/2026-02-10T20-22-24-474Z-mcp_remote-browser.json +8 -0
  37. package/data/security-reports/audits/2026-02-10T20-22-24-483Z-mcp_remote-browser.json +8 -0
  38. package/data/security-reports/audits/2026-02-10T20-42-12-305Z-mcp_remote-browser.json +8 -0
  39. package/data/security-reports/audits/2026-02-10T20-42-12-319Z-mcp_remote-browser.json +8 -0
  40. package/data/security-reports/audits/2026-02-10T20-43-15-728Z-mcp_remote-browser.json +8 -0
  41. package/data/security-reports/audits/2026-02-10T20-43-15-738Z-mcp_remote-browser.json +8 -0
  42. package/data/security-reports/audits/2026-02-10T21-22-14-047Z-mcp_remote-browser.json +8 -0
  43. package/data/security-reports/audits/2026-02-10T21-22-14-051Z-mcp_remote-browser.json +8 -0
  44. package/data/security-reports/audits/2026-02-10T21-29-59-237Z-mcp_remote-browser.json +8 -0
  45. package/data/security-reports/audits/2026-02-10T21-29-59-243Z-mcp_remote-browser.json +8 -0
  46. package/data/security-reports/audits/2026-02-11T20-21-51-074Z-mcp_remote-browser.json +8 -0
  47. package/data/security-reports/audits/2026-02-11T20-21-51-123Z-mcp_remote-browser.json +8 -0
  48. package/data/security-reports/audits/2026-02-11T20-28-33-021Z-mcp_remote-browser.json +8 -0
  49. package/data/security-reports/audits/2026-02-11T20-28-33-026Z-mcp_remote-browser.json +8 -0
  50. package/data/security-reports/audits/2026-02-11T20-34-43-623Z-mcp_remote-browser.json +8 -0
  51. package/data/security-reports/audits/2026-02-11T20-34-43-625Z-mcp_remote-browser.json +8 -0
  52. package/data/security-reports/audits/2026-02-11T21-06-33-281Z-mcp_remote-browser.json +8 -0
  53. package/data/security-reports/audits/2026-02-11T21-06-33-285Z-mcp_remote-browser.json +8 -0
  54. package/data/security-reports/audits/2026-02-11T21-08-58-836Z-mcp_remote-browser.json +8 -0
  55. package/data/security-reports/audits/2026-02-11T21-08-58-843Z-mcp_remote-browser.json +8 -0
  56. package/data/security-reports/audits/2026-02-12T12-26-07-150Z-mcp_remote-browser.json +8 -0
  57. package/data/security-reports/audits/2026-02-12T12-26-07-159Z-mcp_remote-browser.json +8 -0
  58. package/data/security-reports/audits/2026-02-12T14-37-36-565Z-mcp_remote-browser.json +8 -0
  59. package/data/security-reports/audits/2026-02-12T14-37-36-569Z-mcp_remote-browser.json +8 -0
  60. package/data/security-reports/audits/2026-02-12T14-47-32-103Z-mcp_remote-browser.json +8 -0
  61. package/data/security-reports/audits/2026-02-12T14-47-32-213Z-mcp_remote-browser.json +8 -0
  62. package/data/security-reports/audits/2026-02-12T14-47-47-769Z-mcp_filesystem.json +8 -0
  63. package/data/security-reports/audits/2026-02-12T15-05-49-085Z-mcp_remote-browser.json +8 -0
  64. package/data/security-reports/audits/2026-02-12T15-05-49-087Z-mcp_remote-browser.json +8 -0
  65. package/data/security-reports/audits/2026-02-12T16-37-42-204Z-mcp_remote-browser.json +8 -0
  66. package/data/security-reports/audits/2026-02-12T16-37-42-243Z-mcp_remote-browser.json +8 -0
  67. package/data/security-reports/audits/2026-02-12T16-47-16-589Z-mcp_remote-browser.json +8 -0
  68. package/data/security-reports/audits/2026-02-12T16-47-16-596Z-mcp_remote-browser.json +8 -0
  69. package/data/security-reports/audits/2026-02-12T17-38-24-899Z-mcp_remote-browser.json +8 -0
  70. package/data/security-reports/audits/2026-02-12T17-38-24-905Z-mcp_remote-browser.json +8 -0
  71. package/data/security-reports/audits/2026-02-12T17-56-00-835Z-mcp_remote-browser.json +8 -0
  72. package/data/security-reports/audits/2026-02-12T17-56-00-840Z-mcp_remote-browser.json +8 -0
  73. package/data/security-reports/audits/2026-02-12T18-19-26-005Z-mcp_remote-browser.json +8 -0
  74. package/data/security-reports/audits/2026-02-12T18-19-26-008Z-mcp_remote-browser.json +8 -0
  75. package/data/security-reports/audits/2026-02-12T18-34-38-642Z-mcp_remote-browser.json +8 -0
  76. package/data/security-reports/audits/2026-02-12T18-34-38-645Z-mcp_remote-browser.json +8 -0
  77. package/data/security-reports/audits/2026-02-13T05-44-27-648Z-mcp_remote-browser.json +8 -0
  78. package/data/security-reports/audits/2026-02-13T05-44-27-656Z-mcp_remote-browser.json +8 -0
  79. package/data/security-reports/audits/2026-02-13T05-48-50-827Z-mcp_remote-browser.json +8 -0
  80. package/data/security-reports/audits/2026-02-13T05-48-50-900Z-mcp_remote-browser.json +8 -0
  81. package/data/security-reports/audits/2026-02-13T10-53-33-850Z-mcp_remote-browser.json +8 -0
  82. package/data/security-reports/audits/2026-02-13T10-53-33-853Z-mcp_remote-browser.json +8 -0
  83. package/data/security-reports/audits/2026-02-14T17-51-27-279Z-mcp_remote-browser.json +8 -0
  84. package/data/security-reports/audits/2026-02-14T17-51-27-282Z-mcp_remote-browser.json +8 -0
  85. package/data/security-reports/audits/2026-02-14T19-43-39-991Z-mcp_remote-browser.json +8 -0
  86. package/data/security-reports/audits/2026-02-14T19-43-39-997Z-mcp_remote-browser.json +8 -0
  87. package/data/security-reports/audits/2026-02-23T19-24-43-515Z-mcp_remote-browser.json +8 -0
  88. package/data/security-reports/audits/2026-02-23T19-24-43-518Z-mcp_remote-browser.json +8 -0
  89. package/data/security-reports/audits/2026-02-25T14-45-02-763Z-mcp_remote-browser.json +8 -0
  90. package/data/security-reports/audits/2026-02-25T14-45-02-778Z-mcp_remote-browser.json +8 -0
  91. package/data/security-reports/audits/2026-02-25T14-46-58-957Z-mcp_remote-browser.json +8 -0
  92. package/data/security-reports/audits/2026-02-25T14-46-58-960Z-mcp_remote-browser.json +8 -0
  93. package/data/security-reports/audits/2026-02-25T14-57-37-133Z-mcp_remote-browser.json +8 -0
  94. package/data/security-reports/audits/2026-02-25T14-57-37-139Z-mcp_remote-browser.json +8 -0
  95. package/data/security-reports/audits/2026-02-25T15-03-23-507Z-mcp_remote-browser.json +8 -0
  96. package/data/security-reports/audits/2026-02-25T15-03-23-513Z-mcp_remote-browser.json +8 -0
  97. package/data/security-reports/audits/2026-02-25T15-03-41-157Z-mcp_remote-browser.json +8 -0
  98. package/data/security-reports/audits/2026-02-25T15-03-41-162Z-mcp_remote-browser.json +8 -0
  99. package/data/security-reports/audits/2026-02-25T15-05-18-042Z-mcp_remote-browser.json +8 -0
  100. package/data/security-reports/audits/2026-02-25T15-05-18-048Z-mcp_remote-browser.json +8 -0
  101. package/data/security-reports/audits/2026-02-25T15-39-08-519Z-mcp_remote-browser.json +8 -0
  102. package/data/security-reports/audits/2026-02-25T15-39-08-526Z-mcp_remote-browser.json +8 -0
  103. package/data/security-reports/audits/2026-02-25T18-35-54-463Z-mcp_remote-browser.json +8 -0
  104. package/data/security-reports/audits/2026-02-25T18-35-54-466Z-mcp_remote-browser.json +8 -0
  105. package/data/security-reports/audits/2026-02-26T05-52-21-092Z-mcp_remote-browser.json +8 -0
  106. package/data/security-reports/audits/2026-02-26T05-52-21-093Z-mcp_remote-browser.json +8 -0
  107. package/data/security-reports/audits/2026-02-26T05-52-27-076Z-mcp_remote-browser.json +8 -0
  108. package/data/security-reports/audits/2026-02-26T05-52-27-079Z-mcp_remote-browser.json +8 -0
  109. package/data/security-reports/audits/2026-02-26T05-52-27-084Z-mcp_remote-browser.json +8 -0
  110. package/data/security-reports/audits/2026-02-26T05-52-27-086Z-mcp_remote-browser.json +8 -0
  111. package/data/security-reports/audits/2026-02-26T05-52-37-249Z-mcp_remote-browser.json +8 -0
  112. package/data/security-reports/audits/2026-02-26T05-52-37-258Z-mcp_remote-browser.json +8 -0
  113. package/data/security-reports/audits/2026-02-26T05-52-37-259Z-mcp_remote-browser.json +8 -0
  114. package/data/security-reports/audits/2026-02-26T05-52-37-274Z-mcp_remote-browser.json +8 -0
  115. package/data/security-reports/audits/2026-02-26T05-53-28-389Z-mcp_remote-browser.json +8 -0
  116. package/data/security-reports/audits/2026-02-26T05-53-28-391Z-mcp_remote-browser.json +8 -0
  117. package/data/security-reports/audits/2026-02-26T05-53-33-868Z-mcp_remote-browser.json +8 -0
  118. package/data/security-reports/audits/2026-02-26T05-53-33-880Z-mcp_remote-browser.json +8 -0
  119. package/data/security-reports/audits/2026-02-26T05-53-33-892Z-mcp_remote-browser.json +8 -0
  120. package/data/security-reports/audits/2026-02-26T05-53-33-900Z-mcp_remote-browser.json +8 -0
  121. package/data/security-reports/audits/2026-02-26T05-53-43-064Z-mcp_remote-browser.json +8 -0
  122. package/data/security-reports/audits/2026-02-26T05-53-43-066Z-mcp_remote-browser.json +8 -0
  123. package/data/security-reports/audits/2026-02-26T05-53-43-068Z-mcp_remote-browser.json +8 -0
  124. package/data/security-reports/audits/2026-02-26T14-55-47-466Z-claude-plugin_workspace-ops.json +8 -0
  125. package/data/security-reports/audits/2026-02-26T14-55-47-468Z-copilot-extension_repo-security.json +8 -0
  126. package/data/security-reports/audits/2026-02-26T16-55-59-431Z-mcp_remote-browser.json +8 -0
  127. package/data/security-reports/audits/2026-02-26T16-55-59-432Z-mcp_remote-browser.json +8 -0
  128. package/data/security-reports/audits/2026-02-26T16-55-59-435Z-mcp_remote-browser.json +8 -0
  129. package/data/security-reports/audits/2026-02-26T16-55-59-439Z-mcp_remote-browser.json +8 -0
  130. package/data/security-reports/audits/2026-02-26T16-56-08-566Z-mcp_remote-browser.json +8 -0
  131. package/data/security-reports/audits/2026-02-26T16-56-08-570Z-mcp_remote-browser.json +8 -0
  132. package/data/security-reports/audits/2026-02-26T16-56-08-589Z-mcp_remote-browser.json +8 -0
  133. package/data/security-reports/audits/2026-02-26T16-56-08-591Z-mcp_remote-browser.json +8 -0
  134. package/data/security-reports/audits/2026-02-26T16-56-47-356Z-mcp_remote-browser.json +8 -0
  135. package/data/security-reports/audits/2026-02-26T16-56-47-358Z-mcp_remote-browser.json +8 -0
  136. package/data/security-reports/audits/2026-02-26T16-56-53-607Z-mcp_remote-browser.json +8 -0
  137. package/data/security-reports/audits/2026-02-26T16-56-53-612Z-mcp_remote-browser.json +8 -0
  138. package/data/security-reports/audits/2026-02-26T16-56-53-624Z-mcp_remote-browser.json +8 -0
  139. package/data/security-reports/audits/2026-02-26T16-56-53-628Z-mcp_remote-browser.json +8 -0
  140. package/data/security-reports/audits/2026-02-26T16-57-09-879Z-mcp_remote-browser.json +8 -0
  141. package/data/security-reports/audits/2026-02-26T16-57-09-881Z-mcp_remote-browser.json +8 -0
  142. package/data/security-reports/audits/2026-02-26T16-57-10-846Z-mcp_remote-browser.json +8 -0
  143. package/data/security-reports/audits/2026-02-26T16-57-10-848Z-mcp_remote-browser.json +8 -0
  144. package/data/security-reports/audits/2026-03-10T18-15-05-007Z-claude-plugin_playwright.json +8 -0
  145. package/data/security-reports/audits/2026-03-10T18-36-16-092Z-claude-plugin_playwright.json +8 -0
  146. package/data/whitelist/approved.json +5 -0
  147. package/dist/catalog/adapter.js +39 -0
  148. package/dist/catalog/adapters/claude-code-marketplace-v1.js +260 -0
  149. package/dist/catalog/adapters/claude-connectors-scrape-v1.js +107 -0
  150. package/dist/catalog/adapters/claude-plugins-scrape-v1.js +107 -0
  151. package/dist/catalog/adapters/claude-plugins-v0.1.js +48 -0
  152. package/dist/catalog/adapters/copilot-extensions-v0.1.js +48 -0
  153. package/dist/catalog/adapters/copilot-plugin-marketplace-v1.js +117 -0
  154. package/dist/catalog/adapters/mcp-registry-v0.1.js +211 -0
  155. package/dist/catalog/adapters/openai-skills-github-v1.js +100 -0
  156. package/dist/catalog/adapters/openai-skills-v1.js +48 -0
  157. package/dist/catalog/adapters/shared.js +94 -0
  158. package/dist/catalog/remote-registry.js +196 -0
  159. package/dist/catalog/repository.js +161 -0
  160. package/dist/catalog/sync-state.js +61 -0
  161. package/dist/catalog/sync.js +153 -0
  162. package/dist/cli.js +25 -0
  163. package/dist/commands/ExplainerVideo.js +225 -0
  164. package/dist/commands/ingest.js +11 -0
  165. package/dist/commands/validate-data.js +10 -0
  166. package/dist/config/runtime.js +51 -0
  167. package/dist/config/sources.js +21 -0
  168. package/dist/ingestion/mcps.js +77 -0
  169. package/dist/ingestion/skills.js +76 -0
  170. package/dist/install/dependencies.js +58 -0
  171. package/dist/install/review-state.js +70 -0
  172. package/dist/install/skillsh.js +245 -0
  173. package/dist/interfaces/cli/doctor.js +90 -0
  174. package/dist/interfaces/cli/formatters/colors.js +24 -0
  175. package/dist/interfaces/cli/formatters/csv.js +10 -0
  176. package/dist/interfaces/cli/formatters/json.js +3 -0
  177. package/dist/interfaces/cli/formatters/markdown.js +6 -0
  178. package/dist/interfaces/cli/formatters/table.js +82 -0
  179. package/dist/interfaces/cli/index.js +1277 -0
  180. package/dist/interfaces/cli/options.js +93 -0
  181. package/dist/interfaces/cli/output.js +9 -0
  182. package/dist/interfaces/cli/types.js +1 -0
  183. package/dist/interfaces/cli/ui/home.js +114 -0
  184. package/dist/interfaces/cli/ui/web-report.js +384 -0
  185. package/dist/interfaces/cli/update-check.js +180 -0
  186. package/dist/lib/json.js +11 -0
  187. package/dist/lib/logger.js +13 -0
  188. package/dist/lib/paths.js +18 -0
  189. package/dist/lib/validation/contracts.js +245 -0
  190. package/dist/mcps/normalize.js +38 -0
  191. package/dist/models/records.js +31 -0
  192. package/dist/recommendation/engine.js +135 -0
  193. package/dist/recommendation/project-analysis.js +231 -0
  194. package/dist/recommendation/requirements.js +58 -0
  195. package/dist/security/assessment.js +56 -0
  196. package/dist/security/whitelist.js +70 -0
  197. package/dist/skills/normalize.js +39 -0
  198. package/dist/validation/curated.js +72 -0
  199. package/dist/video/Root.js +6 -0
  200. package/dist/video/index.js +3 -0
  201. package/package.json +102 -0
@@ -0,0 +1,4768 @@
1
+ [
2
+ {
3
+ "id": "skill:agentic-actions-auditor",
4
+ "kind": "skill",
5
+ "name": "agentic-actions-auditor",
6
+ "description": "Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)",
7
+ "provider": "github",
8
+ "capabilities": [
9
+ "automation",
10
+ "security"
11
+ ],
12
+ "compatibility": [
13
+ "claude-code",
14
+ "codex",
15
+ "general",
16
+ "github",
17
+ "node"
18
+ ],
19
+ "source": "trailofbits-skills-marketplace",
20
+ "lastSeenAt": "2026-03-19",
21
+ "install": {
22
+ "kind": "manual",
23
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
24
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/agentic-actions-auditor"
25
+ },
26
+ "adoptionSignal": 58,
27
+ "maintenanceSignal": 78,
28
+ "provenanceSignal": 74,
29
+ "freshnessSignal": 76,
30
+ "securitySignals": {
31
+ "knownVulnerabilities": 0,
32
+ "suspiciousPatterns": 0,
33
+ "injectionFindings": 0,
34
+ "exfiltrationSignals": 0,
35
+ "integrityAlerts": 0
36
+ },
37
+ "metadata": {
38
+ "catalogType": "skill",
39
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
40
+ "marketplaceSource": "github",
41
+ "rawVersion": "1.2.0",
42
+ "sourceConfidence": "vetted-curated",
43
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/agentic-actions-auditor",
44
+ "sourceRegistryId": "trailofbits-skills-marketplace",
45
+ "sourceType": "community-list"
46
+ }
47
+ },
48
+ {
49
+ "id": "skill:algorithmic-art",
50
+ "kind": "skill",
51
+ "name": "algorithmic-art",
52
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
53
+ "provider": "anthropic",
54
+ "capabilities": [
55
+ "automation",
56
+ "guardrails",
57
+ "skills/algorithmic-art",
58
+ "skills/brand-guidelines",
59
+ "skills/canvas-design",
60
+ "skills/doc-coauthoring",
61
+ "skills/frontend-design",
62
+ "skills/internal-comms",
63
+ "skills/mcp-builder",
64
+ "skills/skill-creator",
65
+ "skills/slack-gif-creator",
66
+ "skills/theme-factory",
67
+ "skills/web-artifacts-builder",
68
+ "skills/webapp-testing"
69
+ ],
70
+ "compatibility": [
71
+ "claude-code",
72
+ "codex",
73
+ "general",
74
+ "node"
75
+ ],
76
+ "source": "anthropic-skills",
77
+ "lastSeenAt": "2026-03-19",
78
+ "install": {
79
+ "kind": "manual",
80
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
81
+ "url": "https://github.com/anthropics/skills/tree/main/skills/algorithmic-art"
82
+ },
83
+ "adoptionSignal": 66,
84
+ "maintenanceSignal": 70,
85
+ "provenanceSignal": 88,
86
+ "freshnessSignal": 68,
87
+ "securitySignals": {
88
+ "knownVulnerabilities": 0,
89
+ "suspiciousPatterns": 0,
90
+ "injectionFindings": 0,
91
+ "exfiltrationSignals": 0,
92
+ "integrityAlerts": 0
93
+ },
94
+ "metadata": {
95
+ "catalogType": "skill",
96
+ "marketplacePlugin": "example-skills",
97
+ "marketplaceRegistry": "anthropic-skills",
98
+ "marketplaceSource": "github",
99
+ "rawVersion": "unknown",
100
+ "sourceConfidence": "official",
101
+ "bundledSkillPath": "skills/algorithmic-art",
102
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/algorithmic-art",
103
+ "sourceRegistryId": "anthropic-skills",
104
+ "sourceType": "vendor-feed"
105
+ }
106
+ },
107
+ {
108
+ "id": "skill:ask-questions-if-underspecified",
109
+ "kind": "skill",
110
+ "name": "ask-questions-if-underspecified",
111
+ "description": "Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.",
112
+ "provider": "github",
113
+ "capabilities": [
114
+ "automation"
115
+ ],
116
+ "compatibility": [
117
+ "claude-code",
118
+ "codex",
119
+ "general",
120
+ "node"
121
+ ],
122
+ "source": "trailofbits-skills-marketplace",
123
+ "lastSeenAt": "2026-03-19",
124
+ "install": {
125
+ "kind": "manual",
126
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
127
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/ask-questions-if-underspecified"
128
+ },
129
+ "adoptionSignal": 58,
130
+ "maintenanceSignal": 78,
131
+ "provenanceSignal": 74,
132
+ "freshnessSignal": 76,
133
+ "securitySignals": {
134
+ "knownVulnerabilities": 0,
135
+ "suspiciousPatterns": 0,
136
+ "injectionFindings": 0,
137
+ "exfiltrationSignals": 0,
138
+ "integrityAlerts": 0
139
+ },
140
+ "metadata": {
141
+ "catalogType": "skill",
142
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
143
+ "marketplaceSource": "github",
144
+ "rawVersion": "1.0.1",
145
+ "sourceConfidence": "vetted-curated",
146
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/ask-questions-if-underspecified",
147
+ "sourceRegistryId": "trailofbits-skills-marketplace",
148
+ "sourceType": "community-list"
149
+ }
150
+ },
151
+ {
152
+ "id": "skill:aspnet-core",
153
+ "kind": "skill",
154
+ "name": "Aspnet Core",
155
+ "description": "OpenAI curated Codex skill: aspnet-core.",
156
+ "provider": "openai",
157
+ "capabilities": [
158
+ "automation"
159
+ ],
160
+ "compatibility": [
161
+ "general"
162
+ ],
163
+ "source": "community-skills-index",
164
+ "lastSeenAt": "2026-03-19",
165
+ "install": {
166
+ "kind": "skill.sh",
167
+ "target": "Aspnet Core",
168
+ "args": []
169
+ },
170
+ "adoptionSignal": 72,
171
+ "maintenanceSignal": 82,
172
+ "provenanceSignal": 96,
173
+ "freshnessSignal": 80,
174
+ "securitySignals": {
175
+ "knownVulnerabilities": 0,
176
+ "suspiciousPatterns": 0,
177
+ "injectionFindings": 0,
178
+ "exfiltrationSignals": 0,
179
+ "integrityAlerts": 0
180
+ },
181
+ "metadata": {
182
+ "sourceRegistryId": "openai-skills-curated",
183
+ "sourceType": "vendor-feed",
184
+ "sourceConfidence": "official",
185
+ "githubPath": "skills/.curated/aspnet-core",
186
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/aspnet-core"
187
+ }
188
+ },
189
+ {
190
+ "id": "skill:audit-context-building",
191
+ "kind": "skill",
192
+ "name": "audit-context-building",
193
+ "description": "Build deep architectural context through ultra-granular code analysis before vulnerability hunting",
194
+ "provider": "github",
195
+ "capabilities": [
196
+ "automation",
197
+ "security"
198
+ ],
199
+ "compatibility": [
200
+ "claude-code",
201
+ "codex",
202
+ "general",
203
+ "github",
204
+ "node"
205
+ ],
206
+ "source": "trailofbits-skills-marketplace",
207
+ "lastSeenAt": "2026-03-19",
208
+ "install": {
209
+ "kind": "manual",
210
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
211
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/audit-context-building"
212
+ },
213
+ "adoptionSignal": 58,
214
+ "maintenanceSignal": 78,
215
+ "provenanceSignal": 74,
216
+ "freshnessSignal": 76,
217
+ "securitySignals": {
218
+ "knownVulnerabilities": 0,
219
+ "suspiciousPatterns": 0,
220
+ "injectionFindings": 0,
221
+ "exfiltrationSignals": 0,
222
+ "integrityAlerts": 0
223
+ },
224
+ "metadata": {
225
+ "catalogType": "skill",
226
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
227
+ "marketplaceSource": "github",
228
+ "rawVersion": "1.1.0",
229
+ "sourceConfidence": "vetted-curated",
230
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/audit-context-building",
231
+ "sourceRegistryId": "trailofbits-skills-marketplace",
232
+ "sourceType": "community-list"
233
+ }
234
+ },
235
+ {
236
+ "id": "skill:aws-platform-ops",
237
+ "kind": "skill",
238
+ "name": "AWS Platform Ops",
239
+ "description": "Deploy, review, and troubleshoot AWS application and platform configurations across environments.",
240
+ "provider": "openai",
241
+ "capabilities": [
242
+ "automation",
243
+ "security",
244
+ "search"
245
+ ],
246
+ "compatibility": [
247
+ "aws",
248
+ "cloud",
249
+ "serverless",
250
+ "general"
251
+ ],
252
+ "source": "github-curated-industry-skills",
253
+ "lastSeenAt": "2026-03-19",
254
+ "install": {
255
+ "kind": "skill.sh",
256
+ "target": "aws-platform-ops",
257
+ "args": []
258
+ },
259
+ "adoptionSignal": 87,
260
+ "maintenanceSignal": 82,
261
+ "provenanceSignal": 76,
262
+ "freshnessSignal": 80,
263
+ "securitySignals": {
264
+ "knownVulnerabilities": 0,
265
+ "suspiciousPatterns": 0,
266
+ "injectionFindings": 0,
267
+ "exfiltrationSignals": 0,
268
+ "integrityAlerts": 0
269
+ },
270
+ "metadata": {
271
+ "sourceRegistryId": "github-curated-industry-skills",
272
+ "sourceType": "community-list",
273
+ "sourceConfidence": "vetted-curated"
274
+ }
275
+ },
276
+ {
277
+ "id": "skill:brand-guidelines",
278
+ "kind": "skill",
279
+ "name": "brand-guidelines",
280
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
281
+ "provider": "anthropic",
282
+ "capabilities": [
283
+ "automation",
284
+ "guardrails",
285
+ "skills/algorithmic-art",
286
+ "skills/brand-guidelines",
287
+ "skills/canvas-design",
288
+ "skills/doc-coauthoring",
289
+ "skills/frontend-design",
290
+ "skills/internal-comms",
291
+ "skills/mcp-builder",
292
+ "skills/skill-creator",
293
+ "skills/slack-gif-creator",
294
+ "skills/theme-factory",
295
+ "skills/web-artifacts-builder",
296
+ "skills/webapp-testing"
297
+ ],
298
+ "compatibility": [
299
+ "claude-code",
300
+ "codex",
301
+ "general",
302
+ "node"
303
+ ],
304
+ "source": "anthropic-skills",
305
+ "lastSeenAt": "2026-03-19",
306
+ "install": {
307
+ "kind": "manual",
308
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
309
+ "url": "https://github.com/anthropics/skills/tree/main/skills/brand-guidelines"
310
+ },
311
+ "adoptionSignal": 66,
312
+ "maintenanceSignal": 70,
313
+ "provenanceSignal": 88,
314
+ "freshnessSignal": 68,
315
+ "securitySignals": {
316
+ "knownVulnerabilities": 0,
317
+ "suspiciousPatterns": 0,
318
+ "injectionFindings": 0,
319
+ "exfiltrationSignals": 0,
320
+ "integrityAlerts": 0
321
+ },
322
+ "metadata": {
323
+ "catalogType": "skill",
324
+ "marketplacePlugin": "example-skills",
325
+ "marketplaceRegistry": "anthropic-skills",
326
+ "marketplaceSource": "github",
327
+ "rawVersion": "unknown",
328
+ "sourceConfidence": "official",
329
+ "bundledSkillPath": "skills/brand-guidelines",
330
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/brand-guidelines",
331
+ "sourceRegistryId": "anthropic-skills",
332
+ "sourceType": "vendor-feed"
333
+ }
334
+ },
335
+ {
336
+ "id": "skill:building-secure-contracts",
337
+ "kind": "skill",
338
+ "name": "building-secure-contracts",
339
+ "description": "Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.",
340
+ "provider": "github",
341
+ "capabilities": [
342
+ "automation",
343
+ "security"
344
+ ],
345
+ "compatibility": [
346
+ "claude-code",
347
+ "codex",
348
+ "general",
349
+ "github",
350
+ "node"
351
+ ],
352
+ "source": "trailofbits-skills-marketplace",
353
+ "lastSeenAt": "2026-03-19",
354
+ "install": {
355
+ "kind": "manual",
356
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
357
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/building-secure-contracts"
358
+ },
359
+ "adoptionSignal": 58,
360
+ "maintenanceSignal": 78,
361
+ "provenanceSignal": 74,
362
+ "freshnessSignal": 76,
363
+ "securitySignals": {
364
+ "knownVulnerabilities": 0,
365
+ "suspiciousPatterns": 0,
366
+ "injectionFindings": 0,
367
+ "exfiltrationSignals": 0,
368
+ "integrityAlerts": 0
369
+ },
370
+ "metadata": {
371
+ "catalogType": "skill",
372
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
373
+ "marketplaceSource": "github",
374
+ "rawVersion": "1.0.1",
375
+ "sourceConfidence": "vetted-curated",
376
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/building-secure-contracts",
377
+ "sourceRegistryId": "trailofbits-skills-marketplace",
378
+ "sourceType": "community-list"
379
+ }
380
+ },
381
+ {
382
+ "id": "skill:burpsuite-project-parser",
383
+ "kind": "skill",
384
+ "name": "burpsuite-project-parser",
385
+ "description": "Search and extract data from Burp Suite project files (.burp) for security analysis",
386
+ "provider": "github",
387
+ "capabilities": [
388
+ "security"
389
+ ],
390
+ "compatibility": [
391
+ "claude-code",
392
+ "codex",
393
+ "general",
394
+ "github"
395
+ ],
396
+ "source": "trailofbits-skills-marketplace",
397
+ "lastSeenAt": "2026-03-19",
398
+ "install": {
399
+ "kind": "manual",
400
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
401
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/burpsuite-project-parser"
402
+ },
403
+ "adoptionSignal": 58,
404
+ "maintenanceSignal": 78,
405
+ "provenanceSignal": 74,
406
+ "freshnessSignal": 76,
407
+ "securitySignals": {
408
+ "knownVulnerabilities": 0,
409
+ "suspiciousPatterns": 0,
410
+ "injectionFindings": 0,
411
+ "exfiltrationSignals": 0,
412
+ "integrityAlerts": 0
413
+ },
414
+ "metadata": {
415
+ "catalogType": "skill",
416
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
417
+ "marketplaceSource": "github",
418
+ "rawVersion": "1.0.0",
419
+ "sourceConfidence": "vetted-curated",
420
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/burpsuite-project-parser",
421
+ "sourceRegistryId": "trailofbits-skills-marketplace",
422
+ "sourceType": "community-list"
423
+ }
424
+ },
425
+ {
426
+ "id": "skill:canvas-design",
427
+ "kind": "skill",
428
+ "name": "canvas-design",
429
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
430
+ "provider": "anthropic",
431
+ "capabilities": [
432
+ "automation",
433
+ "guardrails",
434
+ "skills/algorithmic-art",
435
+ "skills/brand-guidelines",
436
+ "skills/canvas-design",
437
+ "skills/doc-coauthoring",
438
+ "skills/frontend-design",
439
+ "skills/internal-comms",
440
+ "skills/mcp-builder",
441
+ "skills/skill-creator",
442
+ "skills/slack-gif-creator",
443
+ "skills/theme-factory",
444
+ "skills/web-artifacts-builder",
445
+ "skills/webapp-testing"
446
+ ],
447
+ "compatibility": [
448
+ "claude-code",
449
+ "codex",
450
+ "general",
451
+ "node"
452
+ ],
453
+ "source": "anthropic-skills",
454
+ "lastSeenAt": "2026-03-19",
455
+ "install": {
456
+ "kind": "manual",
457
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
458
+ "url": "https://github.com/anthropics/skills/tree/main/skills/canvas-design"
459
+ },
460
+ "adoptionSignal": 66,
461
+ "maintenanceSignal": 70,
462
+ "provenanceSignal": 88,
463
+ "freshnessSignal": 68,
464
+ "securitySignals": {
465
+ "knownVulnerabilities": 0,
466
+ "suspiciousPatterns": 0,
467
+ "injectionFindings": 0,
468
+ "exfiltrationSignals": 0,
469
+ "integrityAlerts": 0
470
+ },
471
+ "metadata": {
472
+ "catalogType": "skill",
473
+ "marketplacePlugin": "example-skills",
474
+ "marketplaceRegistry": "anthropic-skills",
475
+ "marketplaceSource": "github",
476
+ "rawVersion": "unknown",
477
+ "sourceConfidence": "official",
478
+ "bundledSkillPath": "skills/canvas-design",
479
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/canvas-design",
480
+ "sourceRegistryId": "anthropic-skills",
481
+ "sourceType": "vendor-feed"
482
+ }
483
+ },
484
+ {
485
+ "id": "skill:chatgpt-apps",
486
+ "kind": "skill",
487
+ "name": "Chatgpt Apps",
488
+ "description": "OpenAI curated Codex skill: chatgpt-apps.",
489
+ "provider": "openai",
490
+ "capabilities": [
491
+ "automation"
492
+ ],
493
+ "compatibility": [
494
+ "general"
495
+ ],
496
+ "source": "community-skills-index",
497
+ "lastSeenAt": "2026-03-19",
498
+ "install": {
499
+ "kind": "skill.sh",
500
+ "target": "Chatgpt Apps",
501
+ "args": []
502
+ },
503
+ "adoptionSignal": 72,
504
+ "maintenanceSignal": 82,
505
+ "provenanceSignal": 96,
506
+ "freshnessSignal": 80,
507
+ "securitySignals": {
508
+ "knownVulnerabilities": 0,
509
+ "suspiciousPatterns": 0,
510
+ "injectionFindings": 0,
511
+ "exfiltrationSignals": 0,
512
+ "integrityAlerts": 0
513
+ },
514
+ "metadata": {
515
+ "sourceRegistryId": "openai-skills-curated",
516
+ "sourceType": "vendor-feed",
517
+ "sourceConfidence": "official",
518
+ "githubPath": "skills/.curated/chatgpt-apps",
519
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/chatgpt-apps"
520
+ }
521
+ },
522
+ {
523
+ "id": "skill:ci-hardening",
524
+ "kind": "skill",
525
+ "name": "CI Hardening",
526
+ "description": "Best-practice workflow hardening patterns for GitHub Actions and policy gates.",
527
+ "provider": "openai",
528
+ "capabilities": [
529
+ "automation",
530
+ "code-scanning",
531
+ "security"
532
+ ],
533
+ "compatibility": [
534
+ "general",
535
+ "github",
536
+ "node"
537
+ ],
538
+ "source": "community-skills-index",
539
+ "lastSeenAt": "2026-03-19",
540
+ "install": {
541
+ "kind": "skill.sh",
542
+ "target": "ci-hardening",
543
+ "args": []
544
+ },
545
+ "adoptionSignal": 82,
546
+ "maintenanceSignal": 85,
547
+ "provenanceSignal": 72,
548
+ "freshnessSignal": 76,
549
+ "securitySignals": {
550
+ "knownVulnerabilities": 0,
551
+ "suspiciousPatterns": 0,
552
+ "injectionFindings": 0,
553
+ "exfiltrationSignals": 0,
554
+ "integrityAlerts": 0
555
+ },
556
+ "metadata": {
557
+ "sourceRegistryId": "community-skills-index",
558
+ "sourceType": "community-list",
559
+ "sourceConfidence": "vetted-curated"
560
+ }
561
+ },
562
+ {
563
+ "id": "skill:claude-api",
564
+ "kind": "skill",
565
+ "name": "claude-api",
566
+ "description": "Claude API and SDK documentation skill for building LLM-powered applications",
567
+ "provider": "anthropic",
568
+ "capabilities": [
569
+ "automation",
570
+ "docs",
571
+ "skills/claude-api"
572
+ ],
573
+ "compatibility": [
574
+ "claude-code",
575
+ "codex",
576
+ "general",
577
+ "node"
578
+ ],
579
+ "source": "anthropic-skills",
580
+ "lastSeenAt": "2026-03-19",
581
+ "install": {
582
+ "kind": "manual",
583
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
584
+ "url": "https://github.com/anthropics/skills/tree/main/skills/claude-api"
585
+ },
586
+ "adoptionSignal": 66,
587
+ "maintenanceSignal": 70,
588
+ "provenanceSignal": 88,
589
+ "freshnessSignal": 68,
590
+ "securitySignals": {
591
+ "knownVulnerabilities": 0,
592
+ "suspiciousPatterns": 0,
593
+ "injectionFindings": 0,
594
+ "exfiltrationSignals": 0,
595
+ "integrityAlerts": 0
596
+ },
597
+ "metadata": {
598
+ "catalogType": "skill",
599
+ "marketplacePlugin": "claude-api",
600
+ "marketplaceRegistry": "anthropic-skills",
601
+ "marketplaceSource": "github",
602
+ "rawVersion": "unknown",
603
+ "sourceConfidence": "official",
604
+ "bundledSkillPath": "skills/claude-api",
605
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/claude-api",
606
+ "sourceRegistryId": "anthropic-skills",
607
+ "sourceType": "vendor-feed"
608
+ }
609
+ },
610
+ {
611
+ "id": "skill:claude-in-chrome-troubleshooting",
612
+ "kind": "skill",
613
+ "name": "claude-in-chrome-troubleshooting",
614
+ "description": "Diagnose and fix Claude in Chrome MCP extension connectivity issues",
615
+ "provider": "github",
616
+ "capabilities": [
617
+ "automation"
618
+ ],
619
+ "compatibility": [
620
+ "claude-code",
621
+ "codex",
622
+ "general",
623
+ "node"
624
+ ],
625
+ "source": "trailofbits-skills-marketplace",
626
+ "lastSeenAt": "2026-03-19",
627
+ "install": {
628
+ "kind": "manual",
629
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
630
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/claude-in-chrome-troubleshooting"
631
+ },
632
+ "adoptionSignal": 58,
633
+ "maintenanceSignal": 78,
634
+ "provenanceSignal": 74,
635
+ "freshnessSignal": 76,
636
+ "securitySignals": {
637
+ "knownVulnerabilities": 0,
638
+ "suspiciousPatterns": 0,
639
+ "injectionFindings": 0,
640
+ "exfiltrationSignals": 0,
641
+ "integrityAlerts": 0
642
+ },
643
+ "metadata": {
644
+ "catalogType": "skill",
645
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
646
+ "marketplaceSource": "github",
647
+ "rawVersion": "1.0.0",
648
+ "sourceConfidence": "vetted-curated",
649
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/claude-in-chrome-troubleshooting",
650
+ "sourceRegistryId": "trailofbits-skills-marketplace",
651
+ "sourceType": "community-list"
652
+ }
653
+ },
654
+ {
655
+ "id": "skill:cloudflare-deploy",
656
+ "kind": "skill",
657
+ "name": "Cloudflare Deploy",
658
+ "description": "OpenAI curated Codex skill: cloudflare-deploy.",
659
+ "provider": "openai",
660
+ "capabilities": [
661
+ "automation"
662
+ ],
663
+ "compatibility": [
664
+ "general"
665
+ ],
666
+ "source": "community-skills-index",
667
+ "lastSeenAt": "2026-03-19",
668
+ "install": {
669
+ "kind": "skill.sh",
670
+ "target": "Cloudflare Deploy",
671
+ "args": []
672
+ },
673
+ "adoptionSignal": 72,
674
+ "maintenanceSignal": 82,
675
+ "provenanceSignal": 96,
676
+ "freshnessSignal": 80,
677
+ "securitySignals": {
678
+ "knownVulnerabilities": 0,
679
+ "suspiciousPatterns": 0,
680
+ "injectionFindings": 0,
681
+ "exfiltrationSignals": 0,
682
+ "integrityAlerts": 0
683
+ },
684
+ "metadata": {
685
+ "sourceRegistryId": "openai-skills-curated",
686
+ "sourceType": "vendor-feed",
687
+ "sourceConfidence": "official",
688
+ "githubPath": "skills/.curated/cloudflare-deploy",
689
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/cloudflare-deploy"
690
+ }
691
+ },
692
+ {
693
+ "id": "skill:code-operations-skills",
694
+ "kind": "skill",
695
+ "name": "code-operations-skills",
696
+ "description": "High-precision code manipulation operations including line-based insertion, bulk refactoring, and file analysis - converted from code-copy-mcp",
697
+ "provider": "github",
698
+ "capabilities": [
699
+ "automation"
700
+ ],
701
+ "compatibility": [
702
+ "claude-code",
703
+ "codex",
704
+ "general",
705
+ "node"
706
+ ],
707
+ "source": "github-mhattingpete-claude-skills",
708
+ "lastSeenAt": "2026-03-19",
709
+ "install": {
710
+ "kind": "manual",
711
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
712
+ "url": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/code-operations-plugin"
713
+ },
714
+ "adoptionSignal": 58,
715
+ "maintenanceSignal": 78,
716
+ "provenanceSignal": 74,
717
+ "freshnessSignal": 76,
718
+ "securitySignals": {
719
+ "knownVulnerabilities": 0,
720
+ "suspiciousPatterns": 0,
721
+ "injectionFindings": 0,
722
+ "exfiltrationSignals": 0,
723
+ "integrityAlerts": 0
724
+ },
725
+ "metadata": {
726
+ "catalogType": "skill",
727
+ "marketplaceRegistry": "github-mhattingpete-claude-skills",
728
+ "marketplaceSource": "github",
729
+ "rawVersion": "1.0.0",
730
+ "sourceConfidence": "vetted-curated",
731
+ "githubUrl": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/code-operations-plugin",
732
+ "sourceRegistryId": "github-mhattingpete-claude-skills",
733
+ "sourceType": "community-list"
734
+ }
735
+ },
736
+ {
737
+ "id": "skill:constant-time-analysis",
738
+ "kind": "skill",
739
+ "name": "constant-time-analysis",
740
+ "description": "Detect compiler-induced timing side-channels in cryptographic code",
741
+ "provider": "github",
742
+ "capabilities": [
743
+ "automation"
744
+ ],
745
+ "compatibility": [
746
+ "claude-code",
747
+ "codex",
748
+ "general",
749
+ "node"
750
+ ],
751
+ "source": "trailofbits-skills-marketplace",
752
+ "lastSeenAt": "2026-03-19",
753
+ "install": {
754
+ "kind": "manual",
755
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
756
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/constant-time-analysis"
757
+ },
758
+ "adoptionSignal": 58,
759
+ "maintenanceSignal": 78,
760
+ "provenanceSignal": 74,
761
+ "freshnessSignal": 76,
762
+ "securitySignals": {
763
+ "knownVulnerabilities": 0,
764
+ "suspiciousPatterns": 0,
765
+ "injectionFindings": 0,
766
+ "exfiltrationSignals": 0,
767
+ "integrityAlerts": 0
768
+ },
769
+ "metadata": {
770
+ "catalogType": "skill",
771
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
772
+ "marketplaceSource": "github",
773
+ "rawVersion": "0.1.0",
774
+ "sourceConfidence": "vetted-curated",
775
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/constant-time-analysis",
776
+ "sourceRegistryId": "trailofbits-skills-marketplace",
777
+ "sourceType": "community-list"
778
+ }
779
+ },
780
+ {
781
+ "id": "skill:culture-index",
782
+ "kind": "skill",
783
+ "name": "culture-index",
784
+ "description": "Interprets Culture Index survey results for individuals and teams",
785
+ "provider": "github",
786
+ "capabilities": [
787
+ "automation"
788
+ ],
789
+ "compatibility": [
790
+ "claude-code",
791
+ "codex",
792
+ "general",
793
+ "node"
794
+ ],
795
+ "source": "trailofbits-skills-marketplace",
796
+ "lastSeenAt": "2026-03-19",
797
+ "install": {
798
+ "kind": "manual",
799
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
800
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/culture-index"
801
+ },
802
+ "adoptionSignal": 58,
803
+ "maintenanceSignal": 78,
804
+ "provenanceSignal": 74,
805
+ "freshnessSignal": 76,
806
+ "securitySignals": {
807
+ "knownVulnerabilities": 0,
808
+ "suspiciousPatterns": 0,
809
+ "injectionFindings": 0,
810
+ "exfiltrationSignals": 0,
811
+ "integrityAlerts": 0
812
+ },
813
+ "metadata": {
814
+ "catalogType": "skill",
815
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
816
+ "marketplaceSource": "github",
817
+ "rawVersion": "1.1.0",
818
+ "sourceConfidence": "vetted-curated",
819
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/culture-index",
820
+ "sourceRegistryId": "trailofbits-skills-marketplace",
821
+ "sourceType": "community-list"
822
+ }
823
+ },
824
+ {
825
+ "id": "skill:debug-buttercup",
826
+ "kind": "skill",
827
+ "name": "debug-buttercup",
828
+ "description": "Debug Buttercup Kubernetes deployments",
829
+ "provider": "github",
830
+ "capabilities": [
831
+ "automation"
832
+ ],
833
+ "compatibility": [
834
+ "claude-code",
835
+ "codex",
836
+ "general",
837
+ "node"
838
+ ],
839
+ "source": "trailofbits-skills-marketplace",
840
+ "lastSeenAt": "2026-03-19",
841
+ "install": {
842
+ "kind": "manual",
843
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
844
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/debug-buttercup"
845
+ },
846
+ "adoptionSignal": 58,
847
+ "maintenanceSignal": 78,
848
+ "provenanceSignal": 74,
849
+ "freshnessSignal": 76,
850
+ "securitySignals": {
851
+ "knownVulnerabilities": 0,
852
+ "suspiciousPatterns": 0,
853
+ "injectionFindings": 0,
854
+ "exfiltrationSignals": 0,
855
+ "integrityAlerts": 0
856
+ },
857
+ "metadata": {
858
+ "catalogType": "skill",
859
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
860
+ "marketplaceSource": "github",
861
+ "rawVersion": "1.0.0",
862
+ "sourceConfidence": "vetted-curated",
863
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/debug-buttercup",
864
+ "sourceRegistryId": "trailofbits-skills-marketplace",
865
+ "sourceType": "community-list"
866
+ }
867
+ },
868
+ {
869
+ "id": "skill:dev-browser",
870
+ "kind": "skill",
871
+ "name": "dev-browser",
872
+ "description": "Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows.",
873
+ "provider": "github",
874
+ "capabilities": [
875
+ "automation",
876
+ "browser-control"
877
+ ],
878
+ "compatibility": [
879
+ "claude-code",
880
+ "codex",
881
+ "general",
882
+ "node"
883
+ ],
884
+ "source": "github-n-skills-marketplace",
885
+ "lastSeenAt": "2026-03-19",
886
+ "install": {
887
+ "kind": "manual",
888
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
889
+ "url": "https://github.com/numman-ali/n-skills/tree/main/skills/automation/dev-browser"
890
+ },
891
+ "adoptionSignal": 58,
892
+ "maintenanceSignal": 70,
893
+ "provenanceSignal": 74,
894
+ "freshnessSignal": 68,
895
+ "securitySignals": {
896
+ "knownVulnerabilities": 0,
897
+ "suspiciousPatterns": 0,
898
+ "injectionFindings": 0,
899
+ "exfiltrationSignals": 0,
900
+ "integrityAlerts": 0
901
+ },
902
+ "metadata": {
903
+ "catalogType": "skill",
904
+ "marketplaceRegistry": "github-n-skills-marketplace",
905
+ "marketplaceSource": "github",
906
+ "rawVersion": "unknown",
907
+ "sourceConfidence": "vetted-curated",
908
+ "githubUrl": "https://github.com/numman-ali/n-skills/tree/main/skills/automation/dev-browser",
909
+ "sourceRegistryId": "github-n-skills-marketplace",
910
+ "sourceType": "community-list"
911
+ }
912
+ },
913
+ {
914
+ "id": "skill:devcontainer-setup",
915
+ "kind": "skill",
916
+ "name": "devcontainer-setup",
917
+ "description": "Create pre-configured devcontainers with Claude Code and language-specific tooling",
918
+ "provider": "github",
919
+ "capabilities": [
920
+ "automation"
921
+ ],
922
+ "compatibility": [
923
+ "claude-code",
924
+ "codex",
925
+ "general",
926
+ "node"
927
+ ],
928
+ "source": "trailofbits-skills-marketplace",
929
+ "lastSeenAt": "2026-03-19",
930
+ "install": {
931
+ "kind": "manual",
932
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
933
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/devcontainer-setup"
934
+ },
935
+ "adoptionSignal": 58,
936
+ "maintenanceSignal": 78,
937
+ "provenanceSignal": 74,
938
+ "freshnessSignal": 76,
939
+ "securitySignals": {
940
+ "knownVulnerabilities": 0,
941
+ "suspiciousPatterns": 0,
942
+ "injectionFindings": 0,
943
+ "exfiltrationSignals": 0,
944
+ "integrityAlerts": 0
945
+ },
946
+ "metadata": {
947
+ "catalogType": "skill",
948
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
949
+ "marketplaceSource": "github",
950
+ "rawVersion": "0.1.0",
951
+ "sourceConfidence": "vetted-curated",
952
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/devcontainer-setup",
953
+ "sourceRegistryId": "trailofbits-skills-marketplace",
954
+ "sourceType": "community-list"
955
+ }
956
+ },
957
+ {
958
+ "id": "skill:develop-web-game",
959
+ "kind": "skill",
960
+ "name": "Develop Web Game",
961
+ "description": "OpenAI curated Codex skill: develop-web-game.",
962
+ "provider": "openai",
963
+ "capabilities": [
964
+ "browser-control"
965
+ ],
966
+ "compatibility": [
967
+ "general",
968
+ "node"
969
+ ],
970
+ "source": "community-skills-index",
971
+ "lastSeenAt": "2026-03-19",
972
+ "install": {
973
+ "kind": "skill.sh",
974
+ "target": "Develop Web Game",
975
+ "args": []
976
+ },
977
+ "adoptionSignal": 72,
978
+ "maintenanceSignal": 82,
979
+ "provenanceSignal": 96,
980
+ "freshnessSignal": 80,
981
+ "securitySignals": {
982
+ "knownVulnerabilities": 0,
983
+ "suspiciousPatterns": 0,
984
+ "injectionFindings": 0,
985
+ "exfiltrationSignals": 0,
986
+ "integrityAlerts": 0
987
+ },
988
+ "metadata": {
989
+ "sourceRegistryId": "openai-skills-curated",
990
+ "sourceType": "vendor-feed",
991
+ "sourceConfidence": "official",
992
+ "githubPath": "skills/.curated/develop-web-game",
993
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/develop-web-game"
994
+ }
995
+ },
996
+ {
997
+ "id": "skill:differential-review",
998
+ "kind": "skill",
999
+ "name": "differential-review",
1000
+ "description": "Security-focused differential review of code changes with git history analysis and blast radius estimation",
1001
+ "provider": "github",
1002
+ "capabilities": [
1003
+ "guardrails",
1004
+ "security"
1005
+ ],
1006
+ "compatibility": [
1007
+ "claude-code",
1008
+ "codex",
1009
+ "general",
1010
+ "github"
1011
+ ],
1012
+ "source": "trailofbits-skills-marketplace",
1013
+ "lastSeenAt": "2026-03-19",
1014
+ "install": {
1015
+ "kind": "manual",
1016
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1017
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/differential-review"
1018
+ },
1019
+ "adoptionSignal": 58,
1020
+ "maintenanceSignal": 78,
1021
+ "provenanceSignal": 74,
1022
+ "freshnessSignal": 76,
1023
+ "securitySignals": {
1024
+ "knownVulnerabilities": 0,
1025
+ "suspiciousPatterns": 0,
1026
+ "injectionFindings": 0,
1027
+ "exfiltrationSignals": 0,
1028
+ "integrityAlerts": 0
1029
+ },
1030
+ "metadata": {
1031
+ "catalogType": "skill",
1032
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1033
+ "marketplaceSource": "github",
1034
+ "rawVersion": "1.0.0",
1035
+ "sourceConfidence": "vetted-curated",
1036
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/differential-review",
1037
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1038
+ "sourceType": "community-list"
1039
+ }
1040
+ },
1041
+ {
1042
+ "id": "skill:doc",
1043
+ "kind": "skill",
1044
+ "name": "Doc",
1045
+ "description": "OpenAI curated Codex skill: doc.",
1046
+ "provider": "openai",
1047
+ "capabilities": [
1048
+ "automation"
1049
+ ],
1050
+ "compatibility": [
1051
+ "general"
1052
+ ],
1053
+ "source": "community-skills-index",
1054
+ "lastSeenAt": "2026-03-19",
1055
+ "install": {
1056
+ "kind": "skill.sh",
1057
+ "target": "Doc",
1058
+ "args": []
1059
+ },
1060
+ "adoptionSignal": 72,
1061
+ "maintenanceSignal": 82,
1062
+ "provenanceSignal": 96,
1063
+ "freshnessSignal": 80,
1064
+ "securitySignals": {
1065
+ "knownVulnerabilities": 0,
1066
+ "suspiciousPatterns": 0,
1067
+ "injectionFindings": 0,
1068
+ "exfiltrationSignals": 0,
1069
+ "integrityAlerts": 0
1070
+ },
1071
+ "metadata": {
1072
+ "sourceRegistryId": "openai-skills-curated",
1073
+ "sourceType": "vendor-feed",
1074
+ "sourceConfidence": "official",
1075
+ "githubPath": "skills/.curated/doc",
1076
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/doc"
1077
+ }
1078
+ },
1079
+ {
1080
+ "id": "skill:doc-coauthoring",
1081
+ "kind": "skill",
1082
+ "name": "doc-coauthoring",
1083
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
1084
+ "provider": "anthropic",
1085
+ "capabilities": [
1086
+ "automation",
1087
+ "guardrails",
1088
+ "security",
1089
+ "skills/algorithmic-art",
1090
+ "skills/brand-guidelines",
1091
+ "skills/canvas-design",
1092
+ "skills/doc-coauthoring",
1093
+ "skills/frontend-design",
1094
+ "skills/internal-comms",
1095
+ "skills/mcp-builder",
1096
+ "skills/skill-creator",
1097
+ "skills/slack-gif-creator",
1098
+ "skills/theme-factory",
1099
+ "skills/web-artifacts-builder",
1100
+ "skills/webapp-testing"
1101
+ ],
1102
+ "compatibility": [
1103
+ "claude-code",
1104
+ "codex",
1105
+ "general",
1106
+ "github",
1107
+ "node"
1108
+ ],
1109
+ "source": "anthropic-skills",
1110
+ "lastSeenAt": "2026-03-19",
1111
+ "install": {
1112
+ "kind": "manual",
1113
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1114
+ "url": "https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring"
1115
+ },
1116
+ "adoptionSignal": 66,
1117
+ "maintenanceSignal": 70,
1118
+ "provenanceSignal": 88,
1119
+ "freshnessSignal": 68,
1120
+ "securitySignals": {
1121
+ "knownVulnerabilities": 0,
1122
+ "suspiciousPatterns": 0,
1123
+ "injectionFindings": 0,
1124
+ "exfiltrationSignals": 0,
1125
+ "integrityAlerts": 0
1126
+ },
1127
+ "metadata": {
1128
+ "catalogType": "skill",
1129
+ "marketplacePlugin": "example-skills",
1130
+ "marketplaceRegistry": "anthropic-skills",
1131
+ "marketplaceSource": "github",
1132
+ "rawVersion": "unknown",
1133
+ "sourceConfidence": "official",
1134
+ "bundledSkillPath": "skills/doc-coauthoring",
1135
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring",
1136
+ "sourceRegistryId": "anthropic-skills",
1137
+ "sourceType": "vendor-feed"
1138
+ }
1139
+ },
1140
+ {
1141
+ "id": "skill:docker-container-ops",
1142
+ "kind": "skill",
1143
+ "name": "Docker Container Ops",
1144
+ "description": "Build, debug, optimize, and harden containerized services for local and CI workflows.",
1145
+ "provider": "openai",
1146
+ "capabilities": [
1147
+ "automation",
1148
+ "security",
1149
+ "guardrails"
1150
+ ],
1151
+ "compatibility": [
1152
+ "container",
1153
+ "node",
1154
+ "python",
1155
+ "general"
1156
+ ],
1157
+ "source": "github-curated-industry-skills",
1158
+ "lastSeenAt": "2026-03-19",
1159
+ "install": {
1160
+ "kind": "skill.sh",
1161
+ "target": "docker-container-ops",
1162
+ "args": []
1163
+ },
1164
+ "adoptionSignal": 88,
1165
+ "maintenanceSignal": 84,
1166
+ "provenanceSignal": 72,
1167
+ "freshnessSignal": 82,
1168
+ "securitySignals": {
1169
+ "knownVulnerabilities": 0,
1170
+ "suspiciousPatterns": 0,
1171
+ "injectionFindings": 0,
1172
+ "exfiltrationSignals": 0,
1173
+ "integrityAlerts": 0
1174
+ },
1175
+ "metadata": {
1176
+ "sourceRegistryId": "github-curated-industry-skills",
1177
+ "sourceType": "community-list",
1178
+ "sourceConfidence": "vetted-curated"
1179
+ }
1180
+ },
1181
+ {
1182
+ "id": "skill:docs-automation",
1183
+ "kind": "skill",
1184
+ "name": "Docs Automation",
1185
+ "description": "Generate and maintain technical docs from code and runtime outputs.",
1186
+ "provider": "openai",
1187
+ "capabilities": [
1188
+ "automation",
1189
+ "prompting",
1190
+ "search"
1191
+ ],
1192
+ "compatibility": [
1193
+ "general",
1194
+ "node",
1195
+ "python"
1196
+ ],
1197
+ "source": "community-skills-index",
1198
+ "lastSeenAt": "2026-03-19",
1199
+ "install": {
1200
+ "kind": "skill.sh",
1201
+ "target": "docs-automation",
1202
+ "args": []
1203
+ },
1204
+ "adoptionSignal": 67,
1205
+ "maintenanceSignal": 76,
1206
+ "provenanceSignal": 60,
1207
+ "freshnessSignal": 69,
1208
+ "securitySignals": {
1209
+ "knownVulnerabilities": 0,
1210
+ "suspiciousPatterns": 0,
1211
+ "injectionFindings": 0,
1212
+ "exfiltrationSignals": 0,
1213
+ "integrityAlerts": 0
1214
+ },
1215
+ "metadata": {
1216
+ "sourceRegistryId": "community-skills-index",
1217
+ "sourceType": "community-list",
1218
+ "sourceConfidence": "vetted-curated"
1219
+ }
1220
+ },
1221
+ {
1222
+ "id": "skill:docx",
1223
+ "kind": "skill",
1224
+ "name": "docx",
1225
+ "description": "Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",
1226
+ "provider": "anthropic",
1227
+ "capabilities": [
1228
+ "automation",
1229
+ "skills/docx",
1230
+ "skills/pdf",
1231
+ "skills/pptx",
1232
+ "skills/xlsx"
1233
+ ],
1234
+ "compatibility": [
1235
+ "claude-code",
1236
+ "codex",
1237
+ "general",
1238
+ "node"
1239
+ ],
1240
+ "source": "anthropic-skills",
1241
+ "lastSeenAt": "2026-03-19",
1242
+ "install": {
1243
+ "kind": "manual",
1244
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1245
+ "url": "https://github.com/anthropics/skills/tree/main/skills/docx"
1246
+ },
1247
+ "adoptionSignal": 66,
1248
+ "maintenanceSignal": 70,
1249
+ "provenanceSignal": 88,
1250
+ "freshnessSignal": 68,
1251
+ "securitySignals": {
1252
+ "knownVulnerabilities": 0,
1253
+ "suspiciousPatterns": 0,
1254
+ "injectionFindings": 0,
1255
+ "exfiltrationSignals": 0,
1256
+ "integrityAlerts": 0
1257
+ },
1258
+ "metadata": {
1259
+ "catalogType": "skill",
1260
+ "marketplacePlugin": "document-skills",
1261
+ "marketplaceRegistry": "anthropic-skills",
1262
+ "marketplaceSource": "github",
1263
+ "rawVersion": "unknown",
1264
+ "sourceConfidence": "official",
1265
+ "bundledSkillPath": "skills/docx",
1266
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/docx",
1267
+ "sourceRegistryId": "anthropic-skills",
1268
+ "sourceType": "vendor-feed"
1269
+ }
1270
+ },
1271
+ {
1272
+ "id": "skill:dwarf-expert",
1273
+ "kind": "skill",
1274
+ "name": "dwarf-expert",
1275
+ "description": "Interact with and understand the DWARF debugging format",
1276
+ "provider": "github",
1277
+ "capabilities": [
1278
+ "automation"
1279
+ ],
1280
+ "compatibility": [
1281
+ "claude-code",
1282
+ "codex",
1283
+ "general",
1284
+ "node"
1285
+ ],
1286
+ "source": "trailofbits-skills-marketplace",
1287
+ "lastSeenAt": "2026-03-19",
1288
+ "install": {
1289
+ "kind": "manual",
1290
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1291
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/dwarf-expert"
1292
+ },
1293
+ "adoptionSignal": 58,
1294
+ "maintenanceSignal": 78,
1295
+ "provenanceSignal": 74,
1296
+ "freshnessSignal": 76,
1297
+ "securitySignals": {
1298
+ "knownVulnerabilities": 0,
1299
+ "suspiciousPatterns": 0,
1300
+ "injectionFindings": 0,
1301
+ "exfiltrationSignals": 0,
1302
+ "integrityAlerts": 0
1303
+ },
1304
+ "metadata": {
1305
+ "catalogType": "skill",
1306
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1307
+ "marketplaceSource": "github",
1308
+ "rawVersion": "1.0.0",
1309
+ "sourceConfidence": "vetted-curated",
1310
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/dwarf-expert",
1311
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1312
+ "sourceType": "community-list"
1313
+ }
1314
+ },
1315
+ {
1316
+ "id": "skill:engineering-workflow-skills",
1317
+ "kind": "skill",
1318
+ "name": "engineering-workflow-skills",
1319
+ "description": "Skills for common software engineering workflows including git operations, test fixing, code review implementation, and feature planning with plan-implementer agent",
1320
+ "provider": "github",
1321
+ "capabilities": [
1322
+ "automation",
1323
+ "guardrails"
1324
+ ],
1325
+ "compatibility": [
1326
+ "claude-code",
1327
+ "codex",
1328
+ "general",
1329
+ "node"
1330
+ ],
1331
+ "source": "github-mhattingpete-claude-skills",
1332
+ "lastSeenAt": "2026-03-19",
1333
+ "install": {
1334
+ "kind": "manual",
1335
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1336
+ "url": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin"
1337
+ },
1338
+ "adoptionSignal": 58,
1339
+ "maintenanceSignal": 78,
1340
+ "provenanceSignal": 74,
1341
+ "freshnessSignal": 76,
1342
+ "securitySignals": {
1343
+ "knownVulnerabilities": 0,
1344
+ "suspiciousPatterns": 0,
1345
+ "injectionFindings": 0,
1346
+ "exfiltrationSignals": 0,
1347
+ "integrityAlerts": 0
1348
+ },
1349
+ "metadata": {
1350
+ "catalogType": "skill",
1351
+ "marketplaceRegistry": "github-mhattingpete-claude-skills",
1352
+ "marketplaceSource": "github",
1353
+ "rawVersion": "1.1.0",
1354
+ "sourceConfidence": "vetted-curated",
1355
+ "githubUrl": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin",
1356
+ "sourceRegistryId": "github-mhattingpete-claude-skills",
1357
+ "sourceType": "community-list"
1358
+ }
1359
+ },
1360
+ {
1361
+ "id": "skill:entry-point-analyzer",
1362
+ "kind": "skill",
1363
+ "name": "entry-point-analyzer",
1364
+ "description": "Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level, and generates structured audit reports.",
1365
+ "provider": "github",
1366
+ "capabilities": [
1367
+ "security"
1368
+ ],
1369
+ "compatibility": [
1370
+ "claude-code",
1371
+ "codex",
1372
+ "general",
1373
+ "github"
1374
+ ],
1375
+ "source": "trailofbits-skills-marketplace",
1376
+ "lastSeenAt": "2026-03-19",
1377
+ "install": {
1378
+ "kind": "manual",
1379
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1380
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/entry-point-analyzer"
1381
+ },
1382
+ "adoptionSignal": 58,
1383
+ "maintenanceSignal": 78,
1384
+ "provenanceSignal": 74,
1385
+ "freshnessSignal": 76,
1386
+ "securitySignals": {
1387
+ "knownVulnerabilities": 0,
1388
+ "suspiciousPatterns": 0,
1389
+ "injectionFindings": 0,
1390
+ "exfiltrationSignals": 0,
1391
+ "integrityAlerts": 0
1392
+ },
1393
+ "metadata": {
1394
+ "catalogType": "skill",
1395
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1396
+ "marketplaceSource": "github",
1397
+ "rawVersion": "1.0.0",
1398
+ "sourceConfidence": "vetted-curated",
1399
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/entry-point-analyzer",
1400
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1401
+ "sourceType": "community-list"
1402
+ }
1403
+ },
1404
+ {
1405
+ "id": "skill:fast-web-scrape",
1406
+ "kind": "skill",
1407
+ "name": "Fast Web Scrape",
1408
+ "description": "High-throughput data extraction helpers for websites.",
1409
+ "provider": "openai",
1410
+ "capabilities": [
1411
+ "automation",
1412
+ "scraping"
1413
+ ],
1414
+ "compatibility": [
1415
+ "node"
1416
+ ],
1417
+ "source": "community-skills-index",
1418
+ "lastSeenAt": "2026-03-19",
1419
+ "install": {
1420
+ "kind": "skill.sh",
1421
+ "target": "fast-web-scrape",
1422
+ "args": []
1423
+ },
1424
+ "adoptionSignal": 62,
1425
+ "maintenanceSignal": 55,
1426
+ "provenanceSignal": 40,
1427
+ "freshnessSignal": 50,
1428
+ "securitySignals": {
1429
+ "knownVulnerabilities": 0,
1430
+ "suspiciousPatterns": 0,
1431
+ "injectionFindings": 0,
1432
+ "exfiltrationSignals": 0,
1433
+ "integrityAlerts": 0
1434
+ },
1435
+ "metadata": {
1436
+ "sourceRegistryId": "community-skills-index",
1437
+ "sourceType": "community-list",
1438
+ "sourceConfidence": "vetted-curated"
1439
+ }
1440
+ },
1441
+ {
1442
+ "id": "skill:figma",
1443
+ "kind": "skill",
1444
+ "name": "Figma",
1445
+ "description": "OpenAI curated Codex skill: figma.",
1446
+ "provider": "openai",
1447
+ "capabilities": [
1448
+ "automation"
1449
+ ],
1450
+ "compatibility": [
1451
+ "general"
1452
+ ],
1453
+ "source": "community-skills-index",
1454
+ "lastSeenAt": "2026-03-19",
1455
+ "install": {
1456
+ "kind": "skill.sh",
1457
+ "target": "Figma",
1458
+ "args": []
1459
+ },
1460
+ "adoptionSignal": 72,
1461
+ "maintenanceSignal": 82,
1462
+ "provenanceSignal": 96,
1463
+ "freshnessSignal": 80,
1464
+ "securitySignals": {
1465
+ "knownVulnerabilities": 0,
1466
+ "suspiciousPatterns": 0,
1467
+ "injectionFindings": 0,
1468
+ "exfiltrationSignals": 0,
1469
+ "integrityAlerts": 0
1470
+ },
1471
+ "metadata": {
1472
+ "sourceRegistryId": "openai-skills-curated",
1473
+ "sourceType": "vendor-feed",
1474
+ "sourceConfidence": "official",
1475
+ "githubPath": "skills/.curated/figma",
1476
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/figma"
1477
+ }
1478
+ },
1479
+ {
1480
+ "id": "skill:figma-implement-design",
1481
+ "kind": "skill",
1482
+ "name": "Figma Implement Design",
1483
+ "description": "OpenAI curated Codex skill: figma-implement-design.",
1484
+ "provider": "openai",
1485
+ "capabilities": [
1486
+ "automation"
1487
+ ],
1488
+ "compatibility": [
1489
+ "general"
1490
+ ],
1491
+ "source": "community-skills-index",
1492
+ "lastSeenAt": "2026-03-19",
1493
+ "install": {
1494
+ "kind": "skill.sh",
1495
+ "target": "Figma Implement Design",
1496
+ "args": []
1497
+ },
1498
+ "adoptionSignal": 72,
1499
+ "maintenanceSignal": 82,
1500
+ "provenanceSignal": 96,
1501
+ "freshnessSignal": 80,
1502
+ "securitySignals": {
1503
+ "knownVulnerabilities": 0,
1504
+ "suspiciousPatterns": 0,
1505
+ "injectionFindings": 0,
1506
+ "exfiltrationSignals": 0,
1507
+ "integrityAlerts": 0
1508
+ },
1509
+ "metadata": {
1510
+ "sourceRegistryId": "openai-skills-curated",
1511
+ "sourceType": "vendor-feed",
1512
+ "sourceConfidence": "official",
1513
+ "githubPath": "skills/.curated/figma-implement-design",
1514
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/figma-implement-design"
1515
+ }
1516
+ },
1517
+ {
1518
+ "id": "skill:firebase-apk-scanner",
1519
+ "kind": "skill",
1520
+ "name": "firebase-apk-scanner",
1521
+ "description": "Scan Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. For authorized security research only.",
1522
+ "provider": "github",
1523
+ "capabilities": [
1524
+ "data",
1525
+ "guardrails",
1526
+ "security"
1527
+ ],
1528
+ "compatibility": [
1529
+ "claude-code",
1530
+ "codex",
1531
+ "database",
1532
+ "general",
1533
+ "github"
1534
+ ],
1535
+ "source": "trailofbits-skills-marketplace",
1536
+ "lastSeenAt": "2026-03-19",
1537
+ "install": {
1538
+ "kind": "manual",
1539
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1540
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/firebase-apk-scanner"
1541
+ },
1542
+ "adoptionSignal": 58,
1543
+ "maintenanceSignal": 78,
1544
+ "provenanceSignal": 74,
1545
+ "freshnessSignal": 76,
1546
+ "securitySignals": {
1547
+ "knownVulnerabilities": 0,
1548
+ "suspiciousPatterns": 0,
1549
+ "injectionFindings": 0,
1550
+ "exfiltrationSignals": 0,
1551
+ "integrityAlerts": 0
1552
+ },
1553
+ "metadata": {
1554
+ "catalogType": "skill",
1555
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1556
+ "marketplaceSource": "github",
1557
+ "rawVersion": "2.1.0",
1558
+ "sourceConfidence": "vetted-curated",
1559
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/firebase-apk-scanner",
1560
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1561
+ "sourceType": "community-list"
1562
+ }
1563
+ },
1564
+ {
1565
+ "id": "skill:fp-check",
1566
+ "kind": "skill",
1567
+ "name": "fp-check",
1568
+ "description": "Systematic false positive verification for security bug analysis with mandatory gate reviews",
1569
+ "provider": "github",
1570
+ "capabilities": [
1571
+ "guardrails",
1572
+ "security"
1573
+ ],
1574
+ "compatibility": [
1575
+ "claude-code",
1576
+ "codex",
1577
+ "general",
1578
+ "github"
1579
+ ],
1580
+ "source": "trailofbits-skills-marketplace",
1581
+ "lastSeenAt": "2026-03-19",
1582
+ "install": {
1583
+ "kind": "manual",
1584
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1585
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/fp-check"
1586
+ },
1587
+ "adoptionSignal": 58,
1588
+ "maintenanceSignal": 78,
1589
+ "provenanceSignal": 74,
1590
+ "freshnessSignal": 76,
1591
+ "securitySignals": {
1592
+ "knownVulnerabilities": 0,
1593
+ "suspiciousPatterns": 0,
1594
+ "injectionFindings": 0,
1595
+ "exfiltrationSignals": 0,
1596
+ "integrityAlerts": 0
1597
+ },
1598
+ "metadata": {
1599
+ "catalogType": "skill",
1600
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1601
+ "marketplaceSource": "github",
1602
+ "rawVersion": "1.0.0",
1603
+ "sourceConfidence": "vetted-curated",
1604
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/fp-check",
1605
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1606
+ "sourceType": "community-list"
1607
+ }
1608
+ },
1609
+ {
1610
+ "id": "skill:frontend-design",
1611
+ "kind": "skill",
1612
+ "name": "frontend-design",
1613
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
1614
+ "provider": "anthropic",
1615
+ "capabilities": [
1616
+ "automation",
1617
+ "guardrails",
1618
+ "skills/algorithmic-art",
1619
+ "skills/brand-guidelines",
1620
+ "skills/canvas-design",
1621
+ "skills/doc-coauthoring",
1622
+ "skills/frontend-design",
1623
+ "skills/internal-comms",
1624
+ "skills/mcp-builder",
1625
+ "skills/skill-creator",
1626
+ "skills/slack-gif-creator",
1627
+ "skills/theme-factory",
1628
+ "skills/web-artifacts-builder",
1629
+ "skills/webapp-testing"
1630
+ ],
1631
+ "compatibility": [
1632
+ "claude-code",
1633
+ "codex",
1634
+ "general",
1635
+ "node"
1636
+ ],
1637
+ "source": "anthropic-skills",
1638
+ "lastSeenAt": "2026-03-19",
1639
+ "install": {
1640
+ "kind": "manual",
1641
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1642
+ "url": "https://github.com/anthropics/skills/tree/main/skills/frontend-design"
1643
+ },
1644
+ "adoptionSignal": 66,
1645
+ "maintenanceSignal": 70,
1646
+ "provenanceSignal": 88,
1647
+ "freshnessSignal": 68,
1648
+ "securitySignals": {
1649
+ "knownVulnerabilities": 0,
1650
+ "suspiciousPatterns": 0,
1651
+ "injectionFindings": 0,
1652
+ "exfiltrationSignals": 0,
1653
+ "integrityAlerts": 0
1654
+ },
1655
+ "metadata": {
1656
+ "catalogType": "skill",
1657
+ "marketplacePlugin": "example-skills",
1658
+ "marketplaceRegistry": "anthropic-skills",
1659
+ "marketplaceSource": "github",
1660
+ "rawVersion": "unknown",
1661
+ "sourceConfidence": "official",
1662
+ "bundledSkillPath": "skills/frontend-design",
1663
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/frontend-design",
1664
+ "sourceRegistryId": "anthropic-skills",
1665
+ "sourceType": "vendor-feed"
1666
+ }
1667
+ },
1668
+ {
1669
+ "id": "skill:gastown",
1670
+ "kind": "skill",
1671
+ "name": "gastown",
1672
+ "description": "Multi-agent orchestrator for Claude Code. Use when user mentions gastown, gas town, gt commands, convoys, polecats, rigs, slinging work, multi-agent coordination.",
1673
+ "provider": "github",
1674
+ "capabilities": [
1675
+ "automation",
1676
+ "tools"
1677
+ ],
1678
+ "compatibility": [
1679
+ "claude-code",
1680
+ "codex",
1681
+ "general",
1682
+ "node"
1683
+ ],
1684
+ "source": "github-n-skills-marketplace",
1685
+ "lastSeenAt": "2026-03-19",
1686
+ "install": {
1687
+ "kind": "manual",
1688
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1689
+ "url": "https://github.com/numman-ali/n-skills/tree/main/skills/tools/gastown"
1690
+ },
1691
+ "adoptionSignal": 58,
1692
+ "maintenanceSignal": 70,
1693
+ "provenanceSignal": 74,
1694
+ "freshnessSignal": 68,
1695
+ "securitySignals": {
1696
+ "knownVulnerabilities": 0,
1697
+ "suspiciousPatterns": 0,
1698
+ "injectionFindings": 0,
1699
+ "exfiltrationSignals": 0,
1700
+ "integrityAlerts": 0
1701
+ },
1702
+ "metadata": {
1703
+ "catalogType": "skill",
1704
+ "marketplaceRegistry": "github-n-skills-marketplace",
1705
+ "marketplaceSource": "github",
1706
+ "rawVersion": "unknown",
1707
+ "sourceConfidence": "vetted-curated",
1708
+ "githubUrl": "https://github.com/numman-ali/n-skills/tree/main/skills/tools/gastown",
1709
+ "sourceRegistryId": "github-n-skills-marketplace",
1710
+ "sourceType": "community-list"
1711
+ }
1712
+ },
1713
+ {
1714
+ "id": "skill:gh-address-comments",
1715
+ "kind": "skill",
1716
+ "name": "Gh Address Comments",
1717
+ "description": "OpenAI curated Codex skill: gh-address-comments.",
1718
+ "provider": "openai",
1719
+ "capabilities": [
1720
+ "automation"
1721
+ ],
1722
+ "compatibility": [
1723
+ "general",
1724
+ "github"
1725
+ ],
1726
+ "source": "community-skills-index",
1727
+ "lastSeenAt": "2026-03-19",
1728
+ "install": {
1729
+ "kind": "skill.sh",
1730
+ "target": "Gh Address Comments",
1731
+ "args": []
1732
+ },
1733
+ "adoptionSignal": 72,
1734
+ "maintenanceSignal": 82,
1735
+ "provenanceSignal": 96,
1736
+ "freshnessSignal": 80,
1737
+ "securitySignals": {
1738
+ "knownVulnerabilities": 0,
1739
+ "suspiciousPatterns": 0,
1740
+ "injectionFindings": 0,
1741
+ "exfiltrationSignals": 0,
1742
+ "integrityAlerts": 0
1743
+ },
1744
+ "metadata": {
1745
+ "sourceRegistryId": "openai-skills-curated",
1746
+ "sourceType": "vendor-feed",
1747
+ "sourceConfidence": "official",
1748
+ "githubPath": "skills/.curated/gh-address-comments",
1749
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments"
1750
+ }
1751
+ },
1752
+ {
1753
+ "id": "skill:gh-cli",
1754
+ "kind": "skill",
1755
+ "name": "gh-cli",
1756
+ "description": "Intercepts GitHub URL fetches and curl/wget commands, redirecting to the authenticated gh CLI.",
1757
+ "provider": "github",
1758
+ "capabilities": [
1759
+ "automation",
1760
+ "security"
1761
+ ],
1762
+ "compatibility": [
1763
+ "claude-code",
1764
+ "codex",
1765
+ "general",
1766
+ "github",
1767
+ "node"
1768
+ ],
1769
+ "source": "trailofbits-skills-marketplace",
1770
+ "lastSeenAt": "2026-03-19",
1771
+ "install": {
1772
+ "kind": "manual",
1773
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1774
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/gh-cli"
1775
+ },
1776
+ "adoptionSignal": 58,
1777
+ "maintenanceSignal": 78,
1778
+ "provenanceSignal": 74,
1779
+ "freshnessSignal": 76,
1780
+ "securitySignals": {
1781
+ "knownVulnerabilities": 0,
1782
+ "suspiciousPatterns": 0,
1783
+ "injectionFindings": 0,
1784
+ "exfiltrationSignals": 0,
1785
+ "integrityAlerts": 0
1786
+ },
1787
+ "metadata": {
1788
+ "catalogType": "skill",
1789
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1790
+ "marketplaceSource": "github",
1791
+ "rawVersion": "1.4.0",
1792
+ "sourceConfidence": "vetted-curated",
1793
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/gh-cli",
1794
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1795
+ "sourceType": "community-list"
1796
+ }
1797
+ },
1798
+ {
1799
+ "id": "skill:gh-fix-ci",
1800
+ "kind": "skill",
1801
+ "name": "Gh Fix Ci",
1802
+ "description": "OpenAI curated Codex skill: gh-fix-ci.",
1803
+ "provider": "openai",
1804
+ "capabilities": [
1805
+ "automation"
1806
+ ],
1807
+ "compatibility": [
1808
+ "general",
1809
+ "github"
1810
+ ],
1811
+ "source": "community-skills-index",
1812
+ "lastSeenAt": "2026-03-19",
1813
+ "install": {
1814
+ "kind": "skill.sh",
1815
+ "target": "Gh Fix Ci",
1816
+ "args": []
1817
+ },
1818
+ "adoptionSignal": 72,
1819
+ "maintenanceSignal": 82,
1820
+ "provenanceSignal": 96,
1821
+ "freshnessSignal": 80,
1822
+ "securitySignals": {
1823
+ "knownVulnerabilities": 0,
1824
+ "suspiciousPatterns": 0,
1825
+ "injectionFindings": 0,
1826
+ "exfiltrationSignals": 0,
1827
+ "integrityAlerts": 0
1828
+ },
1829
+ "metadata": {
1830
+ "sourceRegistryId": "openai-skills-curated",
1831
+ "sourceType": "vendor-feed",
1832
+ "sourceConfidence": "official",
1833
+ "githubPath": "skills/.curated/gh-fix-ci",
1834
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci"
1835
+ }
1836
+ },
1837
+ {
1838
+ "id": "skill:git-cleanup",
1839
+ "kind": "skill",
1840
+ "name": "git-cleanup",
1841
+ "description": "Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work.",
1842
+ "provider": "github",
1843
+ "capabilities": [
1844
+ "automation"
1845
+ ],
1846
+ "compatibility": [
1847
+ "claude-code",
1848
+ "codex",
1849
+ "general",
1850
+ "node"
1851
+ ],
1852
+ "source": "trailofbits-skills-marketplace",
1853
+ "lastSeenAt": "2026-03-19",
1854
+ "install": {
1855
+ "kind": "manual",
1856
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1857
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/git-cleanup"
1858
+ },
1859
+ "adoptionSignal": 58,
1860
+ "maintenanceSignal": 78,
1861
+ "provenanceSignal": 74,
1862
+ "freshnessSignal": 76,
1863
+ "securitySignals": {
1864
+ "knownVulnerabilities": 0,
1865
+ "suspiciousPatterns": 0,
1866
+ "injectionFindings": 0,
1867
+ "exfiltrationSignals": 0,
1868
+ "integrityAlerts": 0
1869
+ },
1870
+ "metadata": {
1871
+ "catalogType": "skill",
1872
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1873
+ "marketplaceSource": "github",
1874
+ "rawVersion": "1.0.0",
1875
+ "sourceConfidence": "vetted-curated",
1876
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/git-cleanup",
1877
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1878
+ "sourceType": "community-list"
1879
+ }
1880
+ },
1881
+ {
1882
+ "id": "skill:imagegen",
1883
+ "kind": "skill",
1884
+ "name": "Imagegen",
1885
+ "description": "OpenAI curated Codex skill: imagegen.",
1886
+ "provider": "openai",
1887
+ "capabilities": [
1888
+ "content"
1889
+ ],
1890
+ "compatibility": [
1891
+ "general"
1892
+ ],
1893
+ "source": "community-skills-index",
1894
+ "lastSeenAt": "2026-03-19",
1895
+ "install": {
1896
+ "kind": "skill.sh",
1897
+ "target": "Imagegen",
1898
+ "args": []
1899
+ },
1900
+ "adoptionSignal": 72,
1901
+ "maintenanceSignal": 82,
1902
+ "provenanceSignal": 96,
1903
+ "freshnessSignal": 80,
1904
+ "securitySignals": {
1905
+ "knownVulnerabilities": 0,
1906
+ "suspiciousPatterns": 0,
1907
+ "injectionFindings": 0,
1908
+ "exfiltrationSignals": 0,
1909
+ "integrityAlerts": 0
1910
+ },
1911
+ "metadata": {
1912
+ "sourceRegistryId": "openai-skills-curated",
1913
+ "sourceType": "vendor-feed",
1914
+ "sourceConfidence": "official",
1915
+ "githubPath": "skills/.curated/imagegen",
1916
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/imagegen"
1917
+ }
1918
+ },
1919
+ {
1920
+ "id": "skill:insecure-defaults",
1921
+ "kind": "skill",
1922
+ "name": "insecure-defaults",
1923
+ "description": "Detects insecure default configurations including hardcoded credentials, fallback secrets, weak authentication defaults, and dangerous values in production",
1924
+ "provider": "github",
1925
+ "capabilities": [
1926
+ "security"
1927
+ ],
1928
+ "compatibility": [
1929
+ "claude-code",
1930
+ "codex",
1931
+ "general",
1932
+ "github"
1933
+ ],
1934
+ "source": "trailofbits-skills-marketplace",
1935
+ "lastSeenAt": "2026-03-19",
1936
+ "install": {
1937
+ "kind": "manual",
1938
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1939
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/insecure-defaults"
1940
+ },
1941
+ "adoptionSignal": 58,
1942
+ "maintenanceSignal": 78,
1943
+ "provenanceSignal": 74,
1944
+ "freshnessSignal": 76,
1945
+ "securitySignals": {
1946
+ "knownVulnerabilities": 0,
1947
+ "suspiciousPatterns": 0,
1948
+ "injectionFindings": 0,
1949
+ "exfiltrationSignals": 0,
1950
+ "integrityAlerts": 0
1951
+ },
1952
+ "metadata": {
1953
+ "catalogType": "skill",
1954
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
1955
+ "marketplaceSource": "github",
1956
+ "rawVersion": "1.0.0",
1957
+ "sourceConfidence": "vetted-curated",
1958
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/insecure-defaults",
1959
+ "sourceRegistryId": "trailofbits-skills-marketplace",
1960
+ "sourceType": "community-list"
1961
+ }
1962
+ },
1963
+ {
1964
+ "id": "skill:internal-comms",
1965
+ "kind": "skill",
1966
+ "name": "internal-comms",
1967
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
1968
+ "provider": "anthropic",
1969
+ "capabilities": [
1970
+ "automation",
1971
+ "guardrails",
1972
+ "skills/algorithmic-art",
1973
+ "skills/brand-guidelines",
1974
+ "skills/canvas-design",
1975
+ "skills/doc-coauthoring",
1976
+ "skills/frontend-design",
1977
+ "skills/internal-comms",
1978
+ "skills/mcp-builder",
1979
+ "skills/skill-creator",
1980
+ "skills/slack-gif-creator",
1981
+ "skills/theme-factory",
1982
+ "skills/web-artifacts-builder",
1983
+ "skills/webapp-testing"
1984
+ ],
1985
+ "compatibility": [
1986
+ "claude-code",
1987
+ "codex",
1988
+ "general",
1989
+ "node"
1990
+ ],
1991
+ "source": "anthropic-skills",
1992
+ "lastSeenAt": "2026-03-19",
1993
+ "install": {
1994
+ "kind": "manual",
1995
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
1996
+ "url": "https://github.com/anthropics/skills/tree/main/skills/internal-comms"
1997
+ },
1998
+ "adoptionSignal": 66,
1999
+ "maintenanceSignal": 70,
2000
+ "provenanceSignal": 88,
2001
+ "freshnessSignal": 68,
2002
+ "securitySignals": {
2003
+ "knownVulnerabilities": 0,
2004
+ "suspiciousPatterns": 0,
2005
+ "injectionFindings": 0,
2006
+ "exfiltrationSignals": 0,
2007
+ "integrityAlerts": 0
2008
+ },
2009
+ "metadata": {
2010
+ "catalogType": "skill",
2011
+ "marketplacePlugin": "example-skills",
2012
+ "marketplaceRegistry": "anthropic-skills",
2013
+ "marketplaceSource": "github",
2014
+ "rawVersion": "unknown",
2015
+ "sourceConfidence": "official",
2016
+ "bundledSkillPath": "skills/internal-comms",
2017
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/internal-comms",
2018
+ "sourceRegistryId": "anthropic-skills",
2019
+ "sourceType": "vendor-feed"
2020
+ }
2021
+ },
2022
+ {
2023
+ "id": "skill:jupyter-notebook",
2024
+ "kind": "skill",
2025
+ "name": "Jupyter Notebook",
2026
+ "description": "OpenAI curated Codex skill: jupyter-notebook.",
2027
+ "provider": "openai",
2028
+ "capabilities": [
2029
+ "automation"
2030
+ ],
2031
+ "compatibility": [
2032
+ "general"
2033
+ ],
2034
+ "source": "community-skills-index",
2035
+ "lastSeenAt": "2026-03-19",
2036
+ "install": {
2037
+ "kind": "skill.sh",
2038
+ "target": "Jupyter Notebook",
2039
+ "args": []
2040
+ },
2041
+ "adoptionSignal": 72,
2042
+ "maintenanceSignal": 82,
2043
+ "provenanceSignal": 96,
2044
+ "freshnessSignal": 80,
2045
+ "securitySignals": {
2046
+ "knownVulnerabilities": 0,
2047
+ "suspiciousPatterns": 0,
2048
+ "injectionFindings": 0,
2049
+ "exfiltrationSignals": 0,
2050
+ "integrityAlerts": 0
2051
+ },
2052
+ "metadata": {
2053
+ "sourceRegistryId": "openai-skills-curated",
2054
+ "sourceType": "vendor-feed",
2055
+ "sourceConfidence": "official",
2056
+ "githubPath": "skills/.curated/jupyter-notebook",
2057
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/jupyter-notebook"
2058
+ }
2059
+ },
2060
+ {
2061
+ "id": "skill:kubernetes-ops",
2062
+ "kind": "skill",
2063
+ "name": "Kubernetes Ops",
2064
+ "description": "Operate, troubleshoot, and secure Kubernetes workloads, manifests, and rollout workflows.",
2065
+ "provider": "openai",
2066
+ "capabilities": [
2067
+ "automation",
2068
+ "guardrails",
2069
+ "security"
2070
+ ],
2071
+ "compatibility": [
2072
+ "container",
2073
+ "kubernetes",
2074
+ "cloud",
2075
+ "general"
2076
+ ],
2077
+ "source": "github-curated-industry-skills",
2078
+ "lastSeenAt": "2026-03-19",
2079
+ "install": {
2080
+ "kind": "skill.sh",
2081
+ "target": "kubernetes-ops",
2082
+ "args": []
2083
+ },
2084
+ "adoptionSignal": 86,
2085
+ "maintenanceSignal": 83,
2086
+ "provenanceSignal": 72,
2087
+ "freshnessSignal": 84,
2088
+ "securitySignals": {
2089
+ "knownVulnerabilities": 0,
2090
+ "suspiciousPatterns": 0,
2091
+ "injectionFindings": 0,
2092
+ "exfiltrationSignals": 0,
2093
+ "integrityAlerts": 0
2094
+ },
2095
+ "metadata": {
2096
+ "sourceRegistryId": "github-curated-industry-skills",
2097
+ "sourceType": "community-list",
2098
+ "sourceConfidence": "vetted-curated"
2099
+ }
2100
+ },
2101
+ {
2102
+ "id": "skill:let-fate-decide",
2103
+ "kind": "skill",
2104
+ "name": "let-fate-decide",
2105
+ "description": "Draws Tarot cards using cryptographic randomness to add entropy to vague or underspecified planning. Interprets the spread to guide next steps. Use when feeling lucky, invoking heart-of-the-cards energy, or when prompts are ambiguous.",
2106
+ "provider": "github",
2107
+ "capabilities": [
2108
+ "automation",
2109
+ "guardrails"
2110
+ ],
2111
+ "compatibility": [
2112
+ "claude-code",
2113
+ "codex",
2114
+ "general",
2115
+ "node"
2116
+ ],
2117
+ "source": "trailofbits-skills-marketplace",
2118
+ "lastSeenAt": "2026-03-19",
2119
+ "install": {
2120
+ "kind": "manual",
2121
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2122
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/let-fate-decide"
2123
+ },
2124
+ "adoptionSignal": 58,
2125
+ "maintenanceSignal": 78,
2126
+ "provenanceSignal": 74,
2127
+ "freshnessSignal": 76,
2128
+ "securitySignals": {
2129
+ "knownVulnerabilities": 0,
2130
+ "suspiciousPatterns": 0,
2131
+ "injectionFindings": 0,
2132
+ "exfiltrationSignals": 0,
2133
+ "integrityAlerts": 0
2134
+ },
2135
+ "metadata": {
2136
+ "catalogType": "skill",
2137
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
2138
+ "marketplaceSource": "github",
2139
+ "rawVersion": "1.0.0",
2140
+ "sourceConfidence": "vetted-curated",
2141
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/let-fate-decide",
2142
+ "sourceRegistryId": "trailofbits-skills-marketplace",
2143
+ "sourceType": "community-list"
2144
+ }
2145
+ },
2146
+ {
2147
+ "id": "skill:linear",
2148
+ "kind": "skill",
2149
+ "name": "Linear",
2150
+ "description": "OpenAI curated Codex skill: linear.",
2151
+ "provider": "openai",
2152
+ "capabilities": [
2153
+ "docs"
2154
+ ],
2155
+ "compatibility": [
2156
+ "general",
2157
+ "linear"
2158
+ ],
2159
+ "source": "community-skills-index",
2160
+ "lastSeenAt": "2026-03-19",
2161
+ "install": {
2162
+ "kind": "skill.sh",
2163
+ "target": "Linear",
2164
+ "args": []
2165
+ },
2166
+ "adoptionSignal": 72,
2167
+ "maintenanceSignal": 82,
2168
+ "provenanceSignal": 96,
2169
+ "freshnessSignal": 80,
2170
+ "securitySignals": {
2171
+ "knownVulnerabilities": 0,
2172
+ "suspiciousPatterns": 0,
2173
+ "injectionFindings": 0,
2174
+ "exfiltrationSignals": 0,
2175
+ "integrityAlerts": 0
2176
+ },
2177
+ "metadata": {
2178
+ "sourceRegistryId": "openai-skills-curated",
2179
+ "sourceType": "vendor-feed",
2180
+ "sourceConfidence": "official",
2181
+ "githubPath": "skills/.curated/linear",
2182
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/linear"
2183
+ }
2184
+ },
2185
+ {
2186
+ "id": "skill:mcp-builder",
2187
+ "kind": "skill",
2188
+ "name": "mcp-builder",
2189
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
2190
+ "provider": "anthropic",
2191
+ "capabilities": [
2192
+ "automation",
2193
+ "guardrails",
2194
+ "skills/algorithmic-art",
2195
+ "skills/brand-guidelines",
2196
+ "skills/canvas-design",
2197
+ "skills/doc-coauthoring",
2198
+ "skills/frontend-design",
2199
+ "skills/internal-comms",
2200
+ "skills/mcp-builder",
2201
+ "skills/skill-creator",
2202
+ "skills/slack-gif-creator",
2203
+ "skills/theme-factory",
2204
+ "skills/web-artifacts-builder",
2205
+ "skills/webapp-testing"
2206
+ ],
2207
+ "compatibility": [
2208
+ "claude-code",
2209
+ "codex",
2210
+ "general",
2211
+ "node"
2212
+ ],
2213
+ "source": "anthropic-skills",
2214
+ "lastSeenAt": "2026-03-19",
2215
+ "install": {
2216
+ "kind": "manual",
2217
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2218
+ "url": "https://github.com/anthropics/skills/tree/main/skills/mcp-builder"
2219
+ },
2220
+ "adoptionSignal": 66,
2221
+ "maintenanceSignal": 70,
2222
+ "provenanceSignal": 88,
2223
+ "freshnessSignal": 68,
2224
+ "securitySignals": {
2225
+ "knownVulnerabilities": 0,
2226
+ "suspiciousPatterns": 0,
2227
+ "injectionFindings": 0,
2228
+ "exfiltrationSignals": 0,
2229
+ "integrityAlerts": 0
2230
+ },
2231
+ "metadata": {
2232
+ "catalogType": "skill",
2233
+ "marketplacePlugin": "example-skills",
2234
+ "marketplaceRegistry": "anthropic-skills",
2235
+ "marketplaceSource": "github",
2236
+ "rawVersion": "unknown",
2237
+ "sourceConfidence": "official",
2238
+ "bundledSkillPath": "skills/mcp-builder",
2239
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/mcp-builder",
2240
+ "sourceRegistryId": "anthropic-skills",
2241
+ "sourceType": "vendor-feed"
2242
+ }
2243
+ },
2244
+ {
2245
+ "id": "skill:modern-python",
2246
+ "kind": "skill",
2247
+ "name": "modern-python",
2248
+ "description": "Modern Python best practices. Use when creating new Python projects, and writing Python scripts, or migrating existing projects from legacy tools.",
2249
+ "provider": "github",
2250
+ "capabilities": [
2251
+ "automation"
2252
+ ],
2253
+ "compatibility": [
2254
+ "claude-code",
2255
+ "codex",
2256
+ "general",
2257
+ "node"
2258
+ ],
2259
+ "source": "trailofbits-skills-marketplace",
2260
+ "lastSeenAt": "2026-03-19",
2261
+ "install": {
2262
+ "kind": "manual",
2263
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2264
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/modern-python"
2265
+ },
2266
+ "adoptionSignal": 58,
2267
+ "maintenanceSignal": 78,
2268
+ "provenanceSignal": 74,
2269
+ "freshnessSignal": 76,
2270
+ "securitySignals": {
2271
+ "knownVulnerabilities": 0,
2272
+ "suspiciousPatterns": 0,
2273
+ "injectionFindings": 0,
2274
+ "exfiltrationSignals": 0,
2275
+ "integrityAlerts": 0
2276
+ },
2277
+ "metadata": {
2278
+ "catalogType": "skill",
2279
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
2280
+ "marketplaceSource": "github",
2281
+ "rawVersion": "1.5.0",
2282
+ "sourceConfidence": "vetted-curated",
2283
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/modern-python",
2284
+ "sourceRegistryId": "trailofbits-skills-marketplace",
2285
+ "sourceType": "community-list"
2286
+ }
2287
+ },
2288
+ {
2289
+ "id": "skill:neon-plugin",
2290
+ "kind": "skill",
2291
+ "name": "neon-plugin",
2292
+ "description": "Neon database development skills including authentication, Drizzle ORM, serverless drivers, and toolkit utilities",
2293
+ "provider": "github",
2294
+ "capabilities": [
2295
+ "auth",
2296
+ "data",
2297
+ "database",
2298
+ "drizzle",
2299
+ "mcp",
2300
+ "neon",
2301
+ "postgres",
2302
+ "security",
2303
+ "serverless"
2304
+ ],
2305
+ "compatibility": [
2306
+ "claude-code",
2307
+ "codex",
2308
+ "database",
2309
+ "general",
2310
+ "github"
2311
+ ],
2312
+ "source": "github-neon-ai-rules",
2313
+ "lastSeenAt": "2026-03-19",
2314
+ "install": {
2315
+ "kind": "manual",
2316
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2317
+ "url": "https://github.com/neondatabase-labs/ai-rules/tree/main/neon-plugin"
2318
+ },
2319
+ "adoptionSignal": 66,
2320
+ "maintenanceSignal": 78,
2321
+ "provenanceSignal": 88,
2322
+ "freshnessSignal": 76,
2323
+ "securitySignals": {
2324
+ "knownVulnerabilities": 0,
2325
+ "suspiciousPatterns": 0,
2326
+ "injectionFindings": 0,
2327
+ "exfiltrationSignals": 0,
2328
+ "integrityAlerts": 0
2329
+ },
2330
+ "metadata": {
2331
+ "catalogType": "skill",
2332
+ "marketplaceRegistry": "github-neon-ai-rules",
2333
+ "marketplaceSource": "github",
2334
+ "rawVersion": "1.1.0",
2335
+ "sourceConfidence": "official",
2336
+ "githubUrl": "https://github.com/neondatabase-labs/ai-rules/tree/main/neon-plugin",
2337
+ "sourceRegistryId": "github-neon-ai-rules",
2338
+ "sourceType": "vendor-feed"
2339
+ }
2340
+ },
2341
+ {
2342
+ "id": "skill:netlify-deploy",
2343
+ "kind": "skill",
2344
+ "name": "Netlify Deploy",
2345
+ "description": "OpenAI curated Codex skill: netlify-deploy.",
2346
+ "provider": "openai",
2347
+ "capabilities": [
2348
+ "automation"
2349
+ ],
2350
+ "compatibility": [
2351
+ "general"
2352
+ ],
2353
+ "source": "community-skills-index",
2354
+ "lastSeenAt": "2026-03-19",
2355
+ "install": {
2356
+ "kind": "skill.sh",
2357
+ "target": "Netlify Deploy",
2358
+ "args": []
2359
+ },
2360
+ "adoptionSignal": 72,
2361
+ "maintenanceSignal": 82,
2362
+ "provenanceSignal": 96,
2363
+ "freshnessSignal": 80,
2364
+ "securitySignals": {
2365
+ "knownVulnerabilities": 0,
2366
+ "suspiciousPatterns": 0,
2367
+ "injectionFindings": 0,
2368
+ "exfiltrationSignals": 0,
2369
+ "integrityAlerts": 0
2370
+ },
2371
+ "metadata": {
2372
+ "sourceRegistryId": "openai-skills-curated",
2373
+ "sourceType": "vendor-feed",
2374
+ "sourceConfidence": "official",
2375
+ "githubPath": "skills/.curated/netlify-deploy",
2376
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/netlify-deploy"
2377
+ }
2378
+ },
2379
+ {
2380
+ "id": "skill:notion-knowledge-capture",
2381
+ "kind": "skill",
2382
+ "name": "Notion Knowledge Capture",
2383
+ "description": "OpenAI curated Codex skill: notion-knowledge-capture.",
2384
+ "provider": "openai",
2385
+ "capabilities": [
2386
+ "docs"
2387
+ ],
2388
+ "compatibility": [
2389
+ "general",
2390
+ "notion"
2391
+ ],
2392
+ "source": "community-skills-index",
2393
+ "lastSeenAt": "2026-03-19",
2394
+ "install": {
2395
+ "kind": "skill.sh",
2396
+ "target": "Notion Knowledge Capture",
2397
+ "args": []
2398
+ },
2399
+ "adoptionSignal": 72,
2400
+ "maintenanceSignal": 82,
2401
+ "provenanceSignal": 96,
2402
+ "freshnessSignal": 80,
2403
+ "securitySignals": {
2404
+ "knownVulnerabilities": 0,
2405
+ "suspiciousPatterns": 0,
2406
+ "injectionFindings": 0,
2407
+ "exfiltrationSignals": 0,
2408
+ "integrityAlerts": 0
2409
+ },
2410
+ "metadata": {
2411
+ "sourceRegistryId": "openai-skills-curated",
2412
+ "sourceType": "vendor-feed",
2413
+ "sourceConfidence": "official",
2414
+ "githubPath": "skills/.curated/notion-knowledge-capture",
2415
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/notion-knowledge-capture"
2416
+ }
2417
+ },
2418
+ {
2419
+ "id": "skill:notion-meeting-intelligence",
2420
+ "kind": "skill",
2421
+ "name": "Notion Meeting Intelligence",
2422
+ "description": "OpenAI curated Codex skill: notion-meeting-intelligence.",
2423
+ "provider": "openai",
2424
+ "capabilities": [
2425
+ "docs"
2426
+ ],
2427
+ "compatibility": [
2428
+ "general",
2429
+ "notion"
2430
+ ],
2431
+ "source": "community-skills-index",
2432
+ "lastSeenAt": "2026-03-19",
2433
+ "install": {
2434
+ "kind": "skill.sh",
2435
+ "target": "Notion Meeting Intelligence",
2436
+ "args": []
2437
+ },
2438
+ "adoptionSignal": 72,
2439
+ "maintenanceSignal": 82,
2440
+ "provenanceSignal": 96,
2441
+ "freshnessSignal": 80,
2442
+ "securitySignals": {
2443
+ "knownVulnerabilities": 0,
2444
+ "suspiciousPatterns": 0,
2445
+ "injectionFindings": 0,
2446
+ "exfiltrationSignals": 0,
2447
+ "integrityAlerts": 0
2448
+ },
2449
+ "metadata": {
2450
+ "sourceRegistryId": "openai-skills-curated",
2451
+ "sourceType": "vendor-feed",
2452
+ "sourceConfidence": "official",
2453
+ "githubPath": "skills/.curated/notion-meeting-intelligence",
2454
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/notion-meeting-intelligence"
2455
+ }
2456
+ },
2457
+ {
2458
+ "id": "skill:notion-research-documentation",
2459
+ "kind": "skill",
2460
+ "name": "Notion Research Documentation",
2461
+ "description": "OpenAI curated Codex skill: notion-research-documentation.",
2462
+ "provider": "openai",
2463
+ "capabilities": [
2464
+ "docs"
2465
+ ],
2466
+ "compatibility": [
2467
+ "general",
2468
+ "notion"
2469
+ ],
2470
+ "source": "community-skills-index",
2471
+ "lastSeenAt": "2026-03-19",
2472
+ "install": {
2473
+ "kind": "skill.sh",
2474
+ "target": "Notion Research Documentation",
2475
+ "args": []
2476
+ },
2477
+ "adoptionSignal": 72,
2478
+ "maintenanceSignal": 82,
2479
+ "provenanceSignal": 96,
2480
+ "freshnessSignal": 80,
2481
+ "securitySignals": {
2482
+ "knownVulnerabilities": 0,
2483
+ "suspiciousPatterns": 0,
2484
+ "injectionFindings": 0,
2485
+ "exfiltrationSignals": 0,
2486
+ "integrityAlerts": 0
2487
+ },
2488
+ "metadata": {
2489
+ "sourceRegistryId": "openai-skills-curated",
2490
+ "sourceType": "vendor-feed",
2491
+ "sourceConfidence": "official",
2492
+ "githubPath": "skills/.curated/notion-research-documentation",
2493
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/notion-research-documentation"
2494
+ }
2495
+ },
2496
+ {
2497
+ "id": "skill:notion-spec-to-implementation",
2498
+ "kind": "skill",
2499
+ "name": "Notion Spec To Implementation",
2500
+ "description": "OpenAI curated Codex skill: notion-spec-to-implementation.",
2501
+ "provider": "openai",
2502
+ "capabilities": [
2503
+ "docs"
2504
+ ],
2505
+ "compatibility": [
2506
+ "general",
2507
+ "notion"
2508
+ ],
2509
+ "source": "community-skills-index",
2510
+ "lastSeenAt": "2026-03-19",
2511
+ "install": {
2512
+ "kind": "skill.sh",
2513
+ "target": "Notion Spec To Implementation",
2514
+ "args": []
2515
+ },
2516
+ "adoptionSignal": 72,
2517
+ "maintenanceSignal": 82,
2518
+ "provenanceSignal": 96,
2519
+ "freshnessSignal": 80,
2520
+ "securitySignals": {
2521
+ "knownVulnerabilities": 0,
2522
+ "suspiciousPatterns": 0,
2523
+ "injectionFindings": 0,
2524
+ "exfiltrationSignals": 0,
2525
+ "integrityAlerts": 0
2526
+ },
2527
+ "metadata": {
2528
+ "sourceRegistryId": "openai-skills-curated",
2529
+ "sourceType": "vendor-feed",
2530
+ "sourceConfidence": "official",
2531
+ "githubPath": "skills/.curated/notion-spec-to-implementation",
2532
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/notion-spec-to-implementation"
2533
+ }
2534
+ },
2535
+ {
2536
+ "id": "skill:observability-incident-response",
2537
+ "kind": "skill",
2538
+ "name": "Observability Incident Response",
2539
+ "description": "Investigate incidents with logs, metrics, traces, dashboards, and postmortem-ready timelines.",
2540
+ "provider": "openai",
2541
+ "capabilities": [
2542
+ "automation",
2543
+ "search",
2544
+ "security"
2545
+ ],
2546
+ "compatibility": [
2547
+ "cloud",
2548
+ "container",
2549
+ "node",
2550
+ "python",
2551
+ "general"
2552
+ ],
2553
+ "source": "github-curated-industry-skills",
2554
+ "lastSeenAt": "2026-03-19",
2555
+ "install": {
2556
+ "kind": "skill.sh",
2557
+ "target": "observability-incident-response",
2558
+ "args": []
2559
+ },
2560
+ "adoptionSignal": 79,
2561
+ "maintenanceSignal": 81,
2562
+ "provenanceSignal": 73,
2563
+ "freshnessSignal": 81,
2564
+ "securitySignals": {
2565
+ "knownVulnerabilities": 0,
2566
+ "suspiciousPatterns": 0,
2567
+ "injectionFindings": 0,
2568
+ "exfiltrationSignals": 0,
2569
+ "integrityAlerts": 0
2570
+ },
2571
+ "metadata": {
2572
+ "sourceRegistryId": "github-curated-industry-skills",
2573
+ "sourceType": "community-list",
2574
+ "sourceConfidence": "vetted-curated"
2575
+ }
2576
+ },
2577
+ {
2578
+ "id": "skill:open-source-maintainer",
2579
+ "kind": "skill",
2580
+ "name": "open-source-maintainer",
2581
+ "description": "End-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository.",
2582
+ "provider": "github",
2583
+ "capabilities": [
2584
+ "automation",
2585
+ "guardrails",
2586
+ "workflow"
2587
+ ],
2588
+ "compatibility": [
2589
+ "claude-code",
2590
+ "codex",
2591
+ "general",
2592
+ "node"
2593
+ ],
2594
+ "source": "github-n-skills-marketplace",
2595
+ "lastSeenAt": "2026-03-19",
2596
+ "install": {
2597
+ "kind": "manual",
2598
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2599
+ "url": "https://github.com/numman-ali/n-skills/tree/main/skills/workflow/open-source-maintainer"
2600
+ },
2601
+ "adoptionSignal": 58,
2602
+ "maintenanceSignal": 70,
2603
+ "provenanceSignal": 74,
2604
+ "freshnessSignal": 68,
2605
+ "securitySignals": {
2606
+ "knownVulnerabilities": 0,
2607
+ "suspiciousPatterns": 0,
2608
+ "injectionFindings": 0,
2609
+ "exfiltrationSignals": 0,
2610
+ "integrityAlerts": 0
2611
+ },
2612
+ "metadata": {
2613
+ "catalogType": "skill",
2614
+ "marketplaceRegistry": "github-n-skills-marketplace",
2615
+ "marketplaceSource": "github",
2616
+ "rawVersion": "unknown",
2617
+ "sourceConfidence": "vetted-curated",
2618
+ "githubUrl": "https://github.com/numman-ali/n-skills/tree/main/skills/workflow/open-source-maintainer",
2619
+ "sourceRegistryId": "github-n-skills-marketplace",
2620
+ "sourceType": "community-list"
2621
+ }
2622
+ },
2623
+ {
2624
+ "id": "skill:openai-docs",
2625
+ "kind": "skill",
2626
+ "name": "Openai Docs",
2627
+ "description": "OpenAI curated Codex skill: openai-docs.",
2628
+ "provider": "openai",
2629
+ "capabilities": [
2630
+ "docs"
2631
+ ],
2632
+ "compatibility": [
2633
+ "general"
2634
+ ],
2635
+ "source": "community-skills-index",
2636
+ "lastSeenAt": "2026-03-19",
2637
+ "install": {
2638
+ "kind": "skill.sh",
2639
+ "target": "Openai Docs",
2640
+ "args": []
2641
+ },
2642
+ "adoptionSignal": 72,
2643
+ "maintenanceSignal": 82,
2644
+ "provenanceSignal": 96,
2645
+ "freshnessSignal": 80,
2646
+ "securitySignals": {
2647
+ "knownVulnerabilities": 0,
2648
+ "suspiciousPatterns": 0,
2649
+ "injectionFindings": 0,
2650
+ "exfiltrationSignals": 0,
2651
+ "integrityAlerts": 0
2652
+ },
2653
+ "metadata": {
2654
+ "sourceRegistryId": "openai-skills-curated",
2655
+ "sourceType": "vendor-feed",
2656
+ "sourceConfidence": "official",
2657
+ "githubPath": "skills/.curated/openai-docs",
2658
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/openai-docs"
2659
+ }
2660
+ },
2661
+ {
2662
+ "id": "skill:orchestration",
2663
+ "kind": "skill",
2664
+ "name": "orchestration",
2665
+ "description": "Multi-agent orchestration for complex tasks using cc-mirror tasks and TodoWrite. Use when tasks require parallel work, multiple agents, sophisticated coordination, or decomposition into parallel subtasks.",
2666
+ "provider": "github",
2667
+ "capabilities": [
2668
+ "automation",
2669
+ "workflow"
2670
+ ],
2671
+ "compatibility": [
2672
+ "claude-code",
2673
+ "codex",
2674
+ "general",
2675
+ "node"
2676
+ ],
2677
+ "source": "github-n-skills-marketplace",
2678
+ "lastSeenAt": "2026-03-19",
2679
+ "install": {
2680
+ "kind": "manual",
2681
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2682
+ "url": "https://github.com/numman-ali/n-skills/tree/main/skills/workflow/orchestration"
2683
+ },
2684
+ "adoptionSignal": 58,
2685
+ "maintenanceSignal": 70,
2686
+ "provenanceSignal": 74,
2687
+ "freshnessSignal": 68,
2688
+ "securitySignals": {
2689
+ "knownVulnerabilities": 0,
2690
+ "suspiciousPatterns": 0,
2691
+ "injectionFindings": 0,
2692
+ "exfiltrationSignals": 0,
2693
+ "integrityAlerts": 0
2694
+ },
2695
+ "metadata": {
2696
+ "catalogType": "skill",
2697
+ "marketplaceRegistry": "github-n-skills-marketplace",
2698
+ "marketplaceSource": "github",
2699
+ "rawVersion": "unknown",
2700
+ "sourceConfidence": "vetted-curated",
2701
+ "githubUrl": "https://github.com/numman-ali/n-skills/tree/main/skills/workflow/orchestration",
2702
+ "sourceRegistryId": "github-n-skills-marketplace",
2703
+ "sourceType": "community-list"
2704
+ }
2705
+ },
2706
+ {
2707
+ "id": "skill:pdf",
2708
+ "kind": "skill",
2709
+ "name": "Pdf",
2710
+ "description": "Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",
2711
+ "provider": "openai",
2712
+ "capabilities": [
2713
+ "automation",
2714
+ "content",
2715
+ "skills/docx",
2716
+ "skills/pdf",
2717
+ "skills/pptx",
2718
+ "skills/xlsx"
2719
+ ],
2720
+ "compatibility": [
2721
+ "claude-code",
2722
+ "codex",
2723
+ "general",
2724
+ "node"
2725
+ ],
2726
+ "source": "community-skills-index",
2727
+ "lastSeenAt": "2026-03-19",
2728
+ "install": {
2729
+ "kind": "skill.sh",
2730
+ "target": "Pdf",
2731
+ "args": []
2732
+ },
2733
+ "adoptionSignal": 72,
2734
+ "maintenanceSignal": 82,
2735
+ "provenanceSignal": 96,
2736
+ "freshnessSignal": 80,
2737
+ "securitySignals": {
2738
+ "knownVulnerabilities": 0,
2739
+ "suspiciousPatterns": 0,
2740
+ "injectionFindings": 0,
2741
+ "exfiltrationSignals": 0,
2742
+ "integrityAlerts": 0
2743
+ },
2744
+ "metadata": {
2745
+ "sourceRegistryId": "anthropic-skills",
2746
+ "sourceType": "vendor-feed",
2747
+ "sourceConfidence": "official",
2748
+ "githubPath": "skills/.curated/pdf",
2749
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/pdf",
2750
+ "catalogType": "skill",
2751
+ "marketplacePlugin": "document-skills",
2752
+ "marketplaceRegistry": "anthropic-skills",
2753
+ "marketplaceSource": "github",
2754
+ "rawVersion": "unknown",
2755
+ "bundledSkillPath": "skills/pdf"
2756
+ }
2757
+ },
2758
+ {
2759
+ "id": "skill:playwright",
2760
+ "kind": "skill",
2761
+ "name": "Playwright",
2762
+ "description": "OpenAI curated Codex skill: playwright.",
2763
+ "provider": "openai",
2764
+ "capabilities": [
2765
+ "browser-control"
2766
+ ],
2767
+ "compatibility": [
2768
+ "general",
2769
+ "node"
2770
+ ],
2771
+ "source": "community-skills-index",
2772
+ "lastSeenAt": "2026-03-19",
2773
+ "install": {
2774
+ "kind": "skill.sh",
2775
+ "target": "Playwright",
2776
+ "args": []
2777
+ },
2778
+ "adoptionSignal": 72,
2779
+ "maintenanceSignal": 82,
2780
+ "provenanceSignal": 96,
2781
+ "freshnessSignal": 80,
2782
+ "securitySignals": {
2783
+ "knownVulnerabilities": 0,
2784
+ "suspiciousPatterns": 0,
2785
+ "injectionFindings": 0,
2786
+ "exfiltrationSignals": 0,
2787
+ "integrityAlerts": 0
2788
+ },
2789
+ "metadata": {
2790
+ "sourceRegistryId": "openai-skills-curated",
2791
+ "sourceType": "vendor-feed",
2792
+ "sourceConfidence": "official",
2793
+ "githubPath": "skills/.curated/playwright",
2794
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/playwright"
2795
+ }
2796
+ },
2797
+ {
2798
+ "id": "skill:playwright-interactive",
2799
+ "kind": "skill",
2800
+ "name": "Playwright Interactive",
2801
+ "description": "OpenAI curated Codex skill: playwright-interactive.",
2802
+ "provider": "openai",
2803
+ "capabilities": [
2804
+ "browser-control"
2805
+ ],
2806
+ "compatibility": [
2807
+ "general",
2808
+ "node"
2809
+ ],
2810
+ "source": "community-skills-index",
2811
+ "lastSeenAt": "2026-03-19",
2812
+ "install": {
2813
+ "kind": "skill.sh",
2814
+ "target": "Playwright Interactive",
2815
+ "args": []
2816
+ },
2817
+ "adoptionSignal": 72,
2818
+ "maintenanceSignal": 82,
2819
+ "provenanceSignal": 96,
2820
+ "freshnessSignal": 80,
2821
+ "securitySignals": {
2822
+ "knownVulnerabilities": 0,
2823
+ "suspiciousPatterns": 0,
2824
+ "injectionFindings": 0,
2825
+ "exfiltrationSignals": 0,
2826
+ "integrityAlerts": 0
2827
+ },
2828
+ "metadata": {
2829
+ "sourceRegistryId": "openai-skills-curated",
2830
+ "sourceType": "vendor-feed",
2831
+ "sourceConfidence": "official",
2832
+ "githubPath": "skills/.curated/playwright-interactive",
2833
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/playwright-interactive"
2834
+ }
2835
+ },
2836
+ {
2837
+ "id": "skill:postgres-ops",
2838
+ "kind": "skill",
2839
+ "name": "Postgres Ops",
2840
+ "description": "Tune queries, review migrations, and improve reliability for PostgreSQL-backed systems.",
2841
+ "provider": "openai",
2842
+ "capabilities": [
2843
+ "automation",
2844
+ "guardrails",
2845
+ "search"
2846
+ ],
2847
+ "compatibility": [
2848
+ "postgresql",
2849
+ "node",
2850
+ "python",
2851
+ "general"
2852
+ ],
2853
+ "source": "github-curated-industry-skills",
2854
+ "lastSeenAt": "2026-03-19",
2855
+ "install": {
2856
+ "kind": "skill.sh",
2857
+ "target": "postgres-ops",
2858
+ "args": []
2859
+ },
2860
+ "adoptionSignal": 85,
2861
+ "maintenanceSignal": 84,
2862
+ "provenanceSignal": 78,
2863
+ "freshnessSignal": 82,
2864
+ "securitySignals": {
2865
+ "knownVulnerabilities": 0,
2866
+ "suspiciousPatterns": 0,
2867
+ "injectionFindings": 0,
2868
+ "exfiltrationSignals": 0,
2869
+ "integrityAlerts": 0
2870
+ },
2871
+ "metadata": {
2872
+ "sourceRegistryId": "github-curated-industry-skills",
2873
+ "sourceType": "community-list",
2874
+ "sourceConfidence": "vetted-curated"
2875
+ }
2876
+ },
2877
+ {
2878
+ "id": "skill:pptx",
2879
+ "kind": "skill",
2880
+ "name": "pptx",
2881
+ "description": "Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",
2882
+ "provider": "anthropic",
2883
+ "capabilities": [
2884
+ "automation",
2885
+ "skills/docx",
2886
+ "skills/pdf",
2887
+ "skills/pptx",
2888
+ "skills/xlsx"
2889
+ ],
2890
+ "compatibility": [
2891
+ "claude-code",
2892
+ "codex",
2893
+ "general",
2894
+ "node"
2895
+ ],
2896
+ "source": "anthropic-skills",
2897
+ "lastSeenAt": "2026-03-19",
2898
+ "install": {
2899
+ "kind": "manual",
2900
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2901
+ "url": "https://github.com/anthropics/skills/tree/main/skills/pptx"
2902
+ },
2903
+ "adoptionSignal": 66,
2904
+ "maintenanceSignal": 70,
2905
+ "provenanceSignal": 88,
2906
+ "freshnessSignal": 68,
2907
+ "securitySignals": {
2908
+ "knownVulnerabilities": 0,
2909
+ "suspiciousPatterns": 0,
2910
+ "injectionFindings": 0,
2911
+ "exfiltrationSignals": 0,
2912
+ "integrityAlerts": 0
2913
+ },
2914
+ "metadata": {
2915
+ "catalogType": "skill",
2916
+ "marketplacePlugin": "document-skills",
2917
+ "marketplaceRegistry": "anthropic-skills",
2918
+ "marketplaceSource": "github",
2919
+ "rawVersion": "unknown",
2920
+ "sourceConfidence": "official",
2921
+ "bundledSkillPath": "skills/pptx",
2922
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/pptx",
2923
+ "sourceRegistryId": "anthropic-skills",
2924
+ "sourceType": "vendor-feed"
2925
+ }
2926
+ },
2927
+ {
2928
+ "id": "skill:productivity-skills",
2929
+ "kind": "skill",
2930
+ "name": "productivity-skills",
2931
+ "description": "Productivity and workflow optimization skills for analyzing usage patterns, auditing code, bootstrapping projects, and generating documentation",
2932
+ "provider": "github",
2933
+ "capabilities": [
2934
+ "automation",
2935
+ "docs",
2936
+ "security"
2937
+ ],
2938
+ "compatibility": [
2939
+ "claude-code",
2940
+ "codex",
2941
+ "general",
2942
+ "github",
2943
+ "node"
2944
+ ],
2945
+ "source": "github-mhattingpete-claude-skills",
2946
+ "lastSeenAt": "2026-03-19",
2947
+ "install": {
2948
+ "kind": "manual",
2949
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2950
+ "url": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/productivity-skills-plugin"
2951
+ },
2952
+ "adoptionSignal": 58,
2953
+ "maintenanceSignal": 78,
2954
+ "provenanceSignal": 74,
2955
+ "freshnessSignal": 76,
2956
+ "securitySignals": {
2957
+ "knownVulnerabilities": 0,
2958
+ "suspiciousPatterns": 0,
2959
+ "injectionFindings": 0,
2960
+ "exfiltrationSignals": 0,
2961
+ "integrityAlerts": 0
2962
+ },
2963
+ "metadata": {
2964
+ "catalogType": "skill",
2965
+ "marketplaceRegistry": "github-mhattingpete-claude-skills",
2966
+ "marketplaceSource": "github",
2967
+ "rawVersion": "1.0.0",
2968
+ "sourceConfidence": "vetted-curated",
2969
+ "githubUrl": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/productivity-skills-plugin",
2970
+ "sourceRegistryId": "github-mhattingpete-claude-skills",
2971
+ "sourceType": "community-list"
2972
+ }
2973
+ },
2974
+ {
2975
+ "id": "skill:property-based-testing",
2976
+ "kind": "skill",
2977
+ "name": "property-based-testing",
2978
+ "description": "Property-based testing guidance for multiple languages and smart contracts",
2979
+ "provider": "github",
2980
+ "capabilities": [
2981
+ "guardrails"
2982
+ ],
2983
+ "compatibility": [
2984
+ "claude-code",
2985
+ "codex",
2986
+ "general"
2987
+ ],
2988
+ "source": "trailofbits-skills-marketplace",
2989
+ "lastSeenAt": "2026-03-19",
2990
+ "install": {
2991
+ "kind": "manual",
2992
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
2993
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/property-based-testing"
2994
+ },
2995
+ "adoptionSignal": 58,
2996
+ "maintenanceSignal": 78,
2997
+ "provenanceSignal": 74,
2998
+ "freshnessSignal": 76,
2999
+ "securitySignals": {
3000
+ "knownVulnerabilities": 0,
3001
+ "suspiciousPatterns": 0,
3002
+ "injectionFindings": 0,
3003
+ "exfiltrationSignals": 0,
3004
+ "integrityAlerts": 0
3005
+ },
3006
+ "metadata": {
3007
+ "catalogType": "skill",
3008
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3009
+ "marketplaceSource": "github",
3010
+ "rawVersion": "1.1.0",
3011
+ "sourceConfidence": "vetted-curated",
3012
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/property-based-testing",
3013
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3014
+ "sourceType": "community-list"
3015
+ }
3016
+ },
3017
+ {
3018
+ "id": "skill:release-readiness",
3019
+ "kind": "skill",
3020
+ "name": "Release Readiness",
3021
+ "description": "Release checklist automation with semver, changelog, and quality gates.",
3022
+ "provider": "openai",
3023
+ "capabilities": [
3024
+ "automation",
3025
+ "guardrails",
3026
+ "search"
3027
+ ],
3028
+ "compatibility": [
3029
+ "general",
3030
+ "github",
3031
+ "node"
3032
+ ],
3033
+ "source": "community-skills-index",
3034
+ "lastSeenAt": "2026-03-19",
3035
+ "install": {
3036
+ "kind": "skill.sh",
3037
+ "target": "release-readiness",
3038
+ "args": []
3039
+ },
3040
+ "adoptionSignal": 74,
3041
+ "maintenanceSignal": 80,
3042
+ "provenanceSignal": 66,
3043
+ "freshnessSignal": 72,
3044
+ "securitySignals": {
3045
+ "knownVulnerabilities": 0,
3046
+ "suspiciousPatterns": 0,
3047
+ "injectionFindings": 0,
3048
+ "exfiltrationSignals": 0,
3049
+ "integrityAlerts": 0
3050
+ },
3051
+ "metadata": {
3052
+ "sourceRegistryId": "community-skills-index",
3053
+ "sourceType": "community-list",
3054
+ "sourceConfidence": "vetted-curated"
3055
+ }
3056
+ },
3057
+ {
3058
+ "id": "skill:render-deploy",
3059
+ "kind": "skill",
3060
+ "name": "Render Deploy",
3061
+ "description": "OpenAI curated Codex skill: render-deploy.",
3062
+ "provider": "openai",
3063
+ "capabilities": [
3064
+ "automation"
3065
+ ],
3066
+ "compatibility": [
3067
+ "general"
3068
+ ],
3069
+ "source": "community-skills-index",
3070
+ "lastSeenAt": "2026-03-19",
3071
+ "install": {
3072
+ "kind": "skill.sh",
3073
+ "target": "Render Deploy",
3074
+ "args": []
3075
+ },
3076
+ "adoptionSignal": 72,
3077
+ "maintenanceSignal": 82,
3078
+ "provenanceSignal": 96,
3079
+ "freshnessSignal": 80,
3080
+ "securitySignals": {
3081
+ "knownVulnerabilities": 0,
3082
+ "suspiciousPatterns": 0,
3083
+ "injectionFindings": 0,
3084
+ "exfiltrationSignals": 0,
3085
+ "integrityAlerts": 0
3086
+ },
3087
+ "metadata": {
3088
+ "sourceRegistryId": "openai-skills-curated",
3089
+ "sourceType": "vendor-feed",
3090
+ "sourceConfidence": "official",
3091
+ "githubPath": "skills/.curated/render-deploy",
3092
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/render-deploy"
3093
+ }
3094
+ },
3095
+ {
3096
+ "id": "skill:screenshot",
3097
+ "kind": "skill",
3098
+ "name": "Screenshot",
3099
+ "description": "OpenAI curated Codex skill: screenshot.",
3100
+ "provider": "openai",
3101
+ "capabilities": [
3102
+ "browser-control"
3103
+ ],
3104
+ "compatibility": [
3105
+ "general"
3106
+ ],
3107
+ "source": "community-skills-index",
3108
+ "lastSeenAt": "2026-03-19",
3109
+ "install": {
3110
+ "kind": "skill.sh",
3111
+ "target": "Screenshot",
3112
+ "args": []
3113
+ },
3114
+ "adoptionSignal": 72,
3115
+ "maintenanceSignal": 82,
3116
+ "provenanceSignal": 96,
3117
+ "freshnessSignal": 80,
3118
+ "securitySignals": {
3119
+ "knownVulnerabilities": 0,
3120
+ "suspiciousPatterns": 0,
3121
+ "injectionFindings": 0,
3122
+ "exfiltrationSignals": 0,
3123
+ "integrityAlerts": 0
3124
+ },
3125
+ "metadata": {
3126
+ "sourceRegistryId": "openai-skills-curated",
3127
+ "sourceType": "vendor-feed",
3128
+ "sourceConfidence": "official",
3129
+ "githubPath": "skills/.curated/screenshot",
3130
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/screenshot"
3131
+ }
3132
+ },
3133
+ {
3134
+ "id": "skill:seatbelt-sandboxer",
3135
+ "kind": "skill",
3136
+ "name": "seatbelt-sandboxer",
3137
+ "description": "Generate minimal macOS Seatbelt sandbox configurations for applications",
3138
+ "provider": "github",
3139
+ "capabilities": [
3140
+ "automation"
3141
+ ],
3142
+ "compatibility": [
3143
+ "claude-code",
3144
+ "codex",
3145
+ "general",
3146
+ "node"
3147
+ ],
3148
+ "source": "trailofbits-skills-marketplace",
3149
+ "lastSeenAt": "2026-03-19",
3150
+ "install": {
3151
+ "kind": "manual",
3152
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3153
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/seatbelt-sandboxer"
3154
+ },
3155
+ "adoptionSignal": 58,
3156
+ "maintenanceSignal": 78,
3157
+ "provenanceSignal": 74,
3158
+ "freshnessSignal": 76,
3159
+ "securitySignals": {
3160
+ "knownVulnerabilities": 0,
3161
+ "suspiciousPatterns": 0,
3162
+ "injectionFindings": 0,
3163
+ "exfiltrationSignals": 0,
3164
+ "integrityAlerts": 0
3165
+ },
3166
+ "metadata": {
3167
+ "catalogType": "skill",
3168
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3169
+ "marketplaceSource": "github",
3170
+ "rawVersion": "1.0.0",
3171
+ "sourceConfidence": "vetted-curated",
3172
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/seatbelt-sandboxer",
3173
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3174
+ "sourceType": "community-list"
3175
+ }
3176
+ },
3177
+ {
3178
+ "id": "skill:second-opinion",
3179
+ "kind": "skill",
3180
+ "name": "second-opinion",
3181
+ "description": "Runs code reviews using external LLM CLIs (OpenAI Codex, Google Gemini) on uncommitted changes, branch diffs, or specific commits. Bundles Codex's built-in MCP server for direct tool access.",
3182
+ "provider": "github",
3183
+ "capabilities": [
3184
+ "automation",
3185
+ "guardrails"
3186
+ ],
3187
+ "compatibility": [
3188
+ "claude-code",
3189
+ "codex",
3190
+ "general",
3191
+ "node"
3192
+ ],
3193
+ "source": "trailofbits-skills-marketplace",
3194
+ "lastSeenAt": "2026-03-19",
3195
+ "install": {
3196
+ "kind": "manual",
3197
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3198
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/second-opinion"
3199
+ },
3200
+ "adoptionSignal": 58,
3201
+ "maintenanceSignal": 78,
3202
+ "provenanceSignal": 74,
3203
+ "freshnessSignal": 76,
3204
+ "securitySignals": {
3205
+ "knownVulnerabilities": 0,
3206
+ "suspiciousPatterns": 0,
3207
+ "injectionFindings": 0,
3208
+ "exfiltrationSignals": 0,
3209
+ "integrityAlerts": 0
3210
+ },
3211
+ "metadata": {
3212
+ "catalogType": "skill",
3213
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3214
+ "marketplaceSource": "github",
3215
+ "rawVersion": "1.6.0",
3216
+ "sourceConfidence": "vetted-curated",
3217
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/second-opinion",
3218
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3219
+ "sourceType": "community-list"
3220
+ }
3221
+ },
3222
+ {
3223
+ "id": "skill:secure-prompting",
3224
+ "kind": "skill",
3225
+ "name": "Secure Prompting",
3226
+ "description": "Prompt hardening patterns for high-safety agent workloads.",
3227
+ "provider": "openai",
3228
+ "capabilities": [
3229
+ "guardrails",
3230
+ "prompting",
3231
+ "security"
3232
+ ],
3233
+ "compatibility": [
3234
+ "general",
3235
+ "node",
3236
+ "python"
3237
+ ],
3238
+ "source": "community-skills-index",
3239
+ "lastSeenAt": "2026-03-19",
3240
+ "install": {
3241
+ "kind": "skill.sh",
3242
+ "target": "secure-prompting",
3243
+ "args": []
3244
+ },
3245
+ "adoptionSignal": 78,
3246
+ "maintenanceSignal": 83,
3247
+ "provenanceSignal": 75,
3248
+ "freshnessSignal": 60,
3249
+ "securitySignals": {
3250
+ "knownVulnerabilities": 0,
3251
+ "suspiciousPatterns": 0,
3252
+ "injectionFindings": 0,
3253
+ "exfiltrationSignals": 0,
3254
+ "integrityAlerts": 0
3255
+ },
3256
+ "metadata": {
3257
+ "sourceRegistryId": "community-skills-index",
3258
+ "sourceType": "community-list",
3259
+ "sourceConfidence": "vetted-curated"
3260
+ }
3261
+ },
3262
+ {
3263
+ "id": "skill:security-best-practices",
3264
+ "kind": "skill",
3265
+ "name": "Security Best Practices",
3266
+ "description": "OpenAI curated Codex skill: security-best-practices.",
3267
+ "provider": "openai",
3268
+ "capabilities": [
3269
+ "security"
3270
+ ],
3271
+ "compatibility": [
3272
+ "general"
3273
+ ],
3274
+ "source": "community-skills-index",
3275
+ "lastSeenAt": "2026-03-19",
3276
+ "install": {
3277
+ "kind": "skill.sh",
3278
+ "target": "Security Best Practices",
3279
+ "args": []
3280
+ },
3281
+ "adoptionSignal": 72,
3282
+ "maintenanceSignal": 82,
3283
+ "provenanceSignal": 96,
3284
+ "freshnessSignal": 80,
3285
+ "securitySignals": {
3286
+ "knownVulnerabilities": 0,
3287
+ "suspiciousPatterns": 0,
3288
+ "injectionFindings": 0,
3289
+ "exfiltrationSignals": 0,
3290
+ "integrityAlerts": 0
3291
+ },
3292
+ "metadata": {
3293
+ "sourceRegistryId": "openai-skills-curated",
3294
+ "sourceType": "vendor-feed",
3295
+ "sourceConfidence": "official",
3296
+ "githubPath": "skills/.curated/security-best-practices",
3297
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/security-best-practices"
3298
+ }
3299
+ },
3300
+ {
3301
+ "id": "skill:security-ownership-map",
3302
+ "kind": "skill",
3303
+ "name": "Security Ownership Map",
3304
+ "description": "OpenAI curated Codex skill: security-ownership-map.",
3305
+ "provider": "openai",
3306
+ "capabilities": [
3307
+ "security"
3308
+ ],
3309
+ "compatibility": [
3310
+ "general"
3311
+ ],
3312
+ "source": "community-skills-index",
3313
+ "lastSeenAt": "2026-03-19",
3314
+ "install": {
3315
+ "kind": "skill.sh",
3316
+ "target": "Security Ownership Map",
3317
+ "args": []
3318
+ },
3319
+ "adoptionSignal": 72,
3320
+ "maintenanceSignal": 82,
3321
+ "provenanceSignal": 96,
3322
+ "freshnessSignal": 80,
3323
+ "securitySignals": {
3324
+ "knownVulnerabilities": 0,
3325
+ "suspiciousPatterns": 0,
3326
+ "injectionFindings": 0,
3327
+ "exfiltrationSignals": 0,
3328
+ "integrityAlerts": 0
3329
+ },
3330
+ "metadata": {
3331
+ "sourceRegistryId": "openai-skills-curated",
3332
+ "sourceType": "vendor-feed",
3333
+ "sourceConfidence": "official",
3334
+ "githubPath": "skills/.curated/security-ownership-map",
3335
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/security-ownership-map"
3336
+ }
3337
+ },
3338
+ {
3339
+ "id": "skill:security-threat-model",
3340
+ "kind": "skill",
3341
+ "name": "Security Threat Model",
3342
+ "description": "OpenAI curated Codex skill: security-threat-model.",
3343
+ "provider": "openai",
3344
+ "capabilities": [
3345
+ "security"
3346
+ ],
3347
+ "compatibility": [
3348
+ "general"
3349
+ ],
3350
+ "source": "community-skills-index",
3351
+ "lastSeenAt": "2026-03-19",
3352
+ "install": {
3353
+ "kind": "skill.sh",
3354
+ "target": "Security Threat Model",
3355
+ "args": []
3356
+ },
3357
+ "adoptionSignal": 72,
3358
+ "maintenanceSignal": 82,
3359
+ "provenanceSignal": 96,
3360
+ "freshnessSignal": 80,
3361
+ "securitySignals": {
3362
+ "knownVulnerabilities": 0,
3363
+ "suspiciousPatterns": 0,
3364
+ "injectionFindings": 0,
3365
+ "exfiltrationSignals": 0,
3366
+ "integrityAlerts": 0
3367
+ },
3368
+ "metadata": {
3369
+ "sourceRegistryId": "openai-skills-curated",
3370
+ "sourceType": "vendor-feed",
3371
+ "sourceConfidence": "official",
3372
+ "githubPath": "skills/.curated/security-threat-model",
3373
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/security-threat-model"
3374
+ }
3375
+ },
3376
+ {
3377
+ "id": "skill:semgrep-rule-creator",
3378
+ "kind": "skill",
3379
+ "name": "semgrep-rule-creator",
3380
+ "description": "Create custom Semgrep rules for detecting bug patterns and security vulnerabilities",
3381
+ "provider": "github",
3382
+ "capabilities": [
3383
+ "security"
3384
+ ],
3385
+ "compatibility": [
3386
+ "claude-code",
3387
+ "codex",
3388
+ "general",
3389
+ "github"
3390
+ ],
3391
+ "source": "trailofbits-skills-marketplace",
3392
+ "lastSeenAt": "2026-03-19",
3393
+ "install": {
3394
+ "kind": "manual",
3395
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3396
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/semgrep-rule-creator"
3397
+ },
3398
+ "adoptionSignal": 58,
3399
+ "maintenanceSignal": 78,
3400
+ "provenanceSignal": 74,
3401
+ "freshnessSignal": 76,
3402
+ "securitySignals": {
3403
+ "knownVulnerabilities": 0,
3404
+ "suspiciousPatterns": 0,
3405
+ "injectionFindings": 0,
3406
+ "exfiltrationSignals": 0,
3407
+ "integrityAlerts": 0
3408
+ },
3409
+ "metadata": {
3410
+ "catalogType": "skill",
3411
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3412
+ "marketplaceSource": "github",
3413
+ "rawVersion": "1.2.0",
3414
+ "sourceConfidence": "vetted-curated",
3415
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/semgrep-rule-creator",
3416
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3417
+ "sourceType": "community-list"
3418
+ }
3419
+ },
3420
+ {
3421
+ "id": "skill:semgrep-rule-variant-creator",
3422
+ "kind": "skill",
3423
+ "name": "semgrep-rule-variant-creator",
3424
+ "description": "Creates language variants of existing Semgrep rules with proper applicability analysis and test-driven validation",
3425
+ "provider": "github",
3426
+ "capabilities": [
3427
+ "automation"
3428
+ ],
3429
+ "compatibility": [
3430
+ "claude-code",
3431
+ "codex",
3432
+ "general",
3433
+ "node"
3434
+ ],
3435
+ "source": "trailofbits-skills-marketplace",
3436
+ "lastSeenAt": "2026-03-19",
3437
+ "install": {
3438
+ "kind": "manual",
3439
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3440
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/semgrep-rule-variant-creator"
3441
+ },
3442
+ "adoptionSignal": 58,
3443
+ "maintenanceSignal": 78,
3444
+ "provenanceSignal": 74,
3445
+ "freshnessSignal": 76,
3446
+ "securitySignals": {
3447
+ "knownVulnerabilities": 0,
3448
+ "suspiciousPatterns": 0,
3449
+ "injectionFindings": 0,
3450
+ "exfiltrationSignals": 0,
3451
+ "integrityAlerts": 0
3452
+ },
3453
+ "metadata": {
3454
+ "catalogType": "skill",
3455
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3456
+ "marketplaceSource": "github",
3457
+ "rawVersion": "1.0.0",
3458
+ "sourceConfidence": "vetted-curated",
3459
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/semgrep-rule-variant-creator",
3460
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3461
+ "sourceType": "community-list"
3462
+ }
3463
+ },
3464
+ {
3465
+ "id": "skill:sentry",
3466
+ "kind": "skill",
3467
+ "name": "Sentry",
3468
+ "description": "OpenAI curated Codex skill: sentry.",
3469
+ "provider": "openai",
3470
+ "capabilities": [
3471
+ "automation"
3472
+ ],
3473
+ "compatibility": [
3474
+ "general"
3475
+ ],
3476
+ "source": "community-skills-index",
3477
+ "lastSeenAt": "2026-03-19",
3478
+ "install": {
3479
+ "kind": "skill.sh",
3480
+ "target": "Sentry",
3481
+ "args": []
3482
+ },
3483
+ "adoptionSignal": 72,
3484
+ "maintenanceSignal": 82,
3485
+ "provenanceSignal": 96,
3486
+ "freshnessSignal": 80,
3487
+ "securitySignals": {
3488
+ "knownVulnerabilities": 0,
3489
+ "suspiciousPatterns": 0,
3490
+ "injectionFindings": 0,
3491
+ "exfiltrationSignals": 0,
3492
+ "integrityAlerts": 0
3493
+ },
3494
+ "metadata": {
3495
+ "sourceRegistryId": "openai-skills-curated",
3496
+ "sourceType": "vendor-feed",
3497
+ "sourceConfidence": "official",
3498
+ "githubPath": "skills/.curated/sentry",
3499
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/sentry"
3500
+ }
3501
+ },
3502
+ {
3503
+ "id": "skill:sharp-edges",
3504
+ "kind": "skill",
3505
+ "name": "sharp-edges",
3506
+ "description": "Identify error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes",
3507
+ "provider": "github",
3508
+ "capabilities": [
3509
+ "security"
3510
+ ],
3511
+ "compatibility": [
3512
+ "claude-code",
3513
+ "codex",
3514
+ "general",
3515
+ "github"
3516
+ ],
3517
+ "source": "trailofbits-skills-marketplace",
3518
+ "lastSeenAt": "2026-03-19",
3519
+ "install": {
3520
+ "kind": "manual",
3521
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3522
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/sharp-edges"
3523
+ },
3524
+ "adoptionSignal": 58,
3525
+ "maintenanceSignal": 78,
3526
+ "provenanceSignal": 74,
3527
+ "freshnessSignal": 76,
3528
+ "securitySignals": {
3529
+ "knownVulnerabilities": 0,
3530
+ "suspiciousPatterns": 0,
3531
+ "injectionFindings": 0,
3532
+ "exfiltrationSignals": 0,
3533
+ "integrityAlerts": 0
3534
+ },
3535
+ "metadata": {
3536
+ "catalogType": "skill",
3537
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3538
+ "marketplaceSource": "github",
3539
+ "rawVersion": "1.0.0",
3540
+ "sourceConfidence": "vetted-curated",
3541
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/sharp-edges",
3542
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3543
+ "sourceType": "community-list"
3544
+ }
3545
+ },
3546
+ {
3547
+ "id": "skill:skill-creator",
3548
+ "kind": "skill",
3549
+ "name": "skill-creator",
3550
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
3551
+ "provider": "anthropic",
3552
+ "capabilities": [
3553
+ "automation",
3554
+ "guardrails",
3555
+ "skills/algorithmic-art",
3556
+ "skills/brand-guidelines",
3557
+ "skills/canvas-design",
3558
+ "skills/doc-coauthoring",
3559
+ "skills/frontend-design",
3560
+ "skills/internal-comms",
3561
+ "skills/mcp-builder",
3562
+ "skills/skill-creator",
3563
+ "skills/slack-gif-creator",
3564
+ "skills/theme-factory",
3565
+ "skills/web-artifacts-builder",
3566
+ "skills/webapp-testing"
3567
+ ],
3568
+ "compatibility": [
3569
+ "claude-code",
3570
+ "codex",
3571
+ "general",
3572
+ "node"
3573
+ ],
3574
+ "source": "anthropic-skills",
3575
+ "lastSeenAt": "2026-03-19",
3576
+ "install": {
3577
+ "kind": "manual",
3578
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3579
+ "url": "https://github.com/anthropics/skills/tree/main/skills/skill-creator"
3580
+ },
3581
+ "adoptionSignal": 66,
3582
+ "maintenanceSignal": 70,
3583
+ "provenanceSignal": 88,
3584
+ "freshnessSignal": 68,
3585
+ "securitySignals": {
3586
+ "knownVulnerabilities": 0,
3587
+ "suspiciousPatterns": 0,
3588
+ "injectionFindings": 0,
3589
+ "exfiltrationSignals": 0,
3590
+ "integrityAlerts": 0
3591
+ },
3592
+ "metadata": {
3593
+ "catalogType": "skill",
3594
+ "marketplacePlugin": "example-skills",
3595
+ "marketplaceRegistry": "anthropic-skills",
3596
+ "marketplaceSource": "github",
3597
+ "rawVersion": "unknown",
3598
+ "sourceConfidence": "official",
3599
+ "bundledSkillPath": "skills/skill-creator",
3600
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/skill-creator",
3601
+ "sourceRegistryId": "anthropic-skills",
3602
+ "sourceType": "vendor-feed"
3603
+ }
3604
+ },
3605
+ {
3606
+ "id": "skill:skill-improver",
3607
+ "kind": "skill",
3608
+ "name": "skill-improver",
3609
+ "description": "Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.",
3610
+ "provider": "github",
3611
+ "capabilities": [
3612
+ "guardrails"
3613
+ ],
3614
+ "compatibility": [
3615
+ "claude-code",
3616
+ "codex",
3617
+ "general"
3618
+ ],
3619
+ "source": "trailofbits-skills-marketplace",
3620
+ "lastSeenAt": "2026-03-19",
3621
+ "install": {
3622
+ "kind": "manual",
3623
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3624
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/skill-improver"
3625
+ },
3626
+ "adoptionSignal": 58,
3627
+ "maintenanceSignal": 78,
3628
+ "provenanceSignal": 74,
3629
+ "freshnessSignal": 76,
3630
+ "securitySignals": {
3631
+ "knownVulnerabilities": 0,
3632
+ "suspiciousPatterns": 0,
3633
+ "injectionFindings": 0,
3634
+ "exfiltrationSignals": 0,
3635
+ "integrityAlerts": 0
3636
+ },
3637
+ "metadata": {
3638
+ "catalogType": "skill",
3639
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3640
+ "marketplaceSource": "github",
3641
+ "rawVersion": "1.0.1",
3642
+ "sourceConfidence": "vetted-curated",
3643
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/skill-improver",
3644
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3645
+ "sourceType": "community-list"
3646
+ }
3647
+ },
3648
+ {
3649
+ "id": "skill:slack-gif-creator",
3650
+ "kind": "skill",
3651
+ "name": "slack-gif-creator",
3652
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
3653
+ "provider": "anthropic",
3654
+ "capabilities": [
3655
+ "automation",
3656
+ "guardrails",
3657
+ "skills/algorithmic-art",
3658
+ "skills/brand-guidelines",
3659
+ "skills/canvas-design",
3660
+ "skills/doc-coauthoring",
3661
+ "skills/frontend-design",
3662
+ "skills/internal-comms",
3663
+ "skills/mcp-builder",
3664
+ "skills/skill-creator",
3665
+ "skills/slack-gif-creator",
3666
+ "skills/theme-factory",
3667
+ "skills/web-artifacts-builder",
3668
+ "skills/webapp-testing"
3669
+ ],
3670
+ "compatibility": [
3671
+ "claude-code",
3672
+ "codex",
3673
+ "general",
3674
+ "node"
3675
+ ],
3676
+ "source": "anthropic-skills",
3677
+ "lastSeenAt": "2026-03-19",
3678
+ "install": {
3679
+ "kind": "manual",
3680
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3681
+ "url": "https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator"
3682
+ },
3683
+ "adoptionSignal": 66,
3684
+ "maintenanceSignal": 70,
3685
+ "provenanceSignal": 88,
3686
+ "freshnessSignal": 68,
3687
+ "securitySignals": {
3688
+ "knownVulnerabilities": 0,
3689
+ "suspiciousPatterns": 0,
3690
+ "injectionFindings": 0,
3691
+ "exfiltrationSignals": 0,
3692
+ "integrityAlerts": 0
3693
+ },
3694
+ "metadata": {
3695
+ "catalogType": "skill",
3696
+ "marketplacePlugin": "example-skills",
3697
+ "marketplaceRegistry": "anthropic-skills",
3698
+ "marketplaceSource": "github",
3699
+ "rawVersion": "unknown",
3700
+ "sourceConfidence": "official",
3701
+ "bundledSkillPath": "skills/slack-gif-creator",
3702
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator",
3703
+ "sourceRegistryId": "anthropic-skills",
3704
+ "sourceType": "vendor-feed"
3705
+ }
3706
+ },
3707
+ {
3708
+ "id": "skill:slides",
3709
+ "kind": "skill",
3710
+ "name": "Slides",
3711
+ "description": "OpenAI curated Codex skill: slides.",
3712
+ "provider": "openai",
3713
+ "capabilities": [
3714
+ "automation"
3715
+ ],
3716
+ "compatibility": [
3717
+ "general"
3718
+ ],
3719
+ "source": "community-skills-index",
3720
+ "lastSeenAt": "2026-03-19",
3721
+ "install": {
3722
+ "kind": "skill.sh",
3723
+ "target": "Slides",
3724
+ "args": []
3725
+ },
3726
+ "adoptionSignal": 72,
3727
+ "maintenanceSignal": 82,
3728
+ "provenanceSignal": 96,
3729
+ "freshnessSignal": 80,
3730
+ "securitySignals": {
3731
+ "knownVulnerabilities": 0,
3732
+ "suspiciousPatterns": 0,
3733
+ "injectionFindings": 0,
3734
+ "exfiltrationSignals": 0,
3735
+ "integrityAlerts": 0
3736
+ },
3737
+ "metadata": {
3738
+ "sourceRegistryId": "openai-skills-curated",
3739
+ "sourceType": "vendor-feed",
3740
+ "sourceConfidence": "official",
3741
+ "githubPath": "skills/.curated/slides",
3742
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/slides"
3743
+ }
3744
+ },
3745
+ {
3746
+ "id": "skill:sora",
3747
+ "kind": "skill",
3748
+ "name": "Sora",
3749
+ "description": "OpenAI curated Codex skill: sora.",
3750
+ "provider": "openai",
3751
+ "capabilities": [
3752
+ "content"
3753
+ ],
3754
+ "compatibility": [
3755
+ "general"
3756
+ ],
3757
+ "source": "community-skills-index",
3758
+ "lastSeenAt": "2026-03-19",
3759
+ "install": {
3760
+ "kind": "skill.sh",
3761
+ "target": "Sora",
3762
+ "args": []
3763
+ },
3764
+ "adoptionSignal": 72,
3765
+ "maintenanceSignal": 82,
3766
+ "provenanceSignal": 96,
3767
+ "freshnessSignal": 80,
3768
+ "securitySignals": {
3769
+ "knownVulnerabilities": 0,
3770
+ "suspiciousPatterns": 0,
3771
+ "injectionFindings": 0,
3772
+ "exfiltrationSignals": 0,
3773
+ "integrityAlerts": 0
3774
+ },
3775
+ "metadata": {
3776
+ "sourceRegistryId": "openai-skills-curated",
3777
+ "sourceType": "vendor-feed",
3778
+ "sourceConfidence": "official",
3779
+ "githubPath": "skills/.curated/sora",
3780
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/sora"
3781
+ }
3782
+ },
3783
+ {
3784
+ "id": "skill:spec-to-code-compliance",
3785
+ "kind": "skill",
3786
+ "name": "spec-to-code-compliance",
3787
+ "description": "Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis",
3788
+ "provider": "github",
3789
+ "capabilities": [
3790
+ "automation",
3791
+ "security"
3792
+ ],
3793
+ "compatibility": [
3794
+ "claude-code",
3795
+ "codex",
3796
+ "general",
3797
+ "github",
3798
+ "node"
3799
+ ],
3800
+ "source": "trailofbits-skills-marketplace",
3801
+ "lastSeenAt": "2026-03-19",
3802
+ "install": {
3803
+ "kind": "manual",
3804
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3805
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/spec-to-code-compliance"
3806
+ },
3807
+ "adoptionSignal": 58,
3808
+ "maintenanceSignal": 78,
3809
+ "provenanceSignal": 74,
3810
+ "freshnessSignal": 76,
3811
+ "securitySignals": {
3812
+ "knownVulnerabilities": 0,
3813
+ "suspiciousPatterns": 0,
3814
+ "injectionFindings": 0,
3815
+ "exfiltrationSignals": 0,
3816
+ "integrityAlerts": 0
3817
+ },
3818
+ "metadata": {
3819
+ "catalogType": "skill",
3820
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3821
+ "marketplaceSource": "github",
3822
+ "rawVersion": "1.1.0",
3823
+ "sourceConfidence": "vetted-curated",
3824
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/spec-to-code-compliance",
3825
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3826
+ "sourceType": "community-list"
3827
+ }
3828
+ },
3829
+ {
3830
+ "id": "skill:speech",
3831
+ "kind": "skill",
3832
+ "name": "Speech",
3833
+ "description": "OpenAI curated Codex skill: speech.",
3834
+ "provider": "openai",
3835
+ "capabilities": [
3836
+ "content"
3837
+ ],
3838
+ "compatibility": [
3839
+ "general"
3840
+ ],
3841
+ "source": "community-skills-index",
3842
+ "lastSeenAt": "2026-03-19",
3843
+ "install": {
3844
+ "kind": "skill.sh",
3845
+ "target": "Speech",
3846
+ "args": []
3847
+ },
3848
+ "adoptionSignal": 72,
3849
+ "maintenanceSignal": 82,
3850
+ "provenanceSignal": 96,
3851
+ "freshnessSignal": 80,
3852
+ "securitySignals": {
3853
+ "knownVulnerabilities": 0,
3854
+ "suspiciousPatterns": 0,
3855
+ "injectionFindings": 0,
3856
+ "exfiltrationSignals": 0,
3857
+ "integrityAlerts": 0
3858
+ },
3859
+ "metadata": {
3860
+ "sourceRegistryId": "openai-skills-curated",
3861
+ "sourceType": "vendor-feed",
3862
+ "sourceConfidence": "official",
3863
+ "githubPath": "skills/.curated/speech",
3864
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/speech"
3865
+ }
3866
+ },
3867
+ {
3868
+ "id": "skill:spreadsheet",
3869
+ "kind": "skill",
3870
+ "name": "Spreadsheet",
3871
+ "description": "OpenAI curated Codex skill: spreadsheet.",
3872
+ "provider": "openai",
3873
+ "capabilities": [
3874
+ "content"
3875
+ ],
3876
+ "compatibility": [
3877
+ "general"
3878
+ ],
3879
+ "source": "community-skills-index",
3880
+ "lastSeenAt": "2026-03-19",
3881
+ "install": {
3882
+ "kind": "skill.sh",
3883
+ "target": "Spreadsheet",
3884
+ "args": []
3885
+ },
3886
+ "adoptionSignal": 72,
3887
+ "maintenanceSignal": 82,
3888
+ "provenanceSignal": 96,
3889
+ "freshnessSignal": 80,
3890
+ "securitySignals": {
3891
+ "knownVulnerabilities": 0,
3892
+ "suspiciousPatterns": 0,
3893
+ "injectionFindings": 0,
3894
+ "exfiltrationSignals": 0,
3895
+ "integrityAlerts": 0
3896
+ },
3897
+ "metadata": {
3898
+ "sourceRegistryId": "openai-skills-curated",
3899
+ "sourceType": "vendor-feed",
3900
+ "sourceConfidence": "official",
3901
+ "githubPath": "skills/.curated/spreadsheet",
3902
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/spreadsheet"
3903
+ }
3904
+ },
3905
+ {
3906
+ "id": "skill:static-analysis",
3907
+ "kind": "skill",
3908
+ "name": "static-analysis",
3909
+ "description": "Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection",
3910
+ "provider": "github",
3911
+ "capabilities": [
3912
+ "security"
3913
+ ],
3914
+ "compatibility": [
3915
+ "claude-code",
3916
+ "codex",
3917
+ "general",
3918
+ "github"
3919
+ ],
3920
+ "source": "trailofbits-skills-marketplace",
3921
+ "lastSeenAt": "2026-03-19",
3922
+ "install": {
3923
+ "kind": "manual",
3924
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3925
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/static-analysis"
3926
+ },
3927
+ "adoptionSignal": 58,
3928
+ "maintenanceSignal": 78,
3929
+ "provenanceSignal": 74,
3930
+ "freshnessSignal": 76,
3931
+ "securitySignals": {
3932
+ "knownVulnerabilities": 0,
3933
+ "suspiciousPatterns": 0,
3934
+ "injectionFindings": 0,
3935
+ "exfiltrationSignals": 0,
3936
+ "integrityAlerts": 0
3937
+ },
3938
+ "metadata": {
3939
+ "catalogType": "skill",
3940
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3941
+ "marketplaceSource": "github",
3942
+ "rawVersion": "1.2.0",
3943
+ "sourceConfidence": "vetted-curated",
3944
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/static-analysis",
3945
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3946
+ "sourceType": "community-list"
3947
+ }
3948
+ },
3949
+ {
3950
+ "id": "skill:supply-chain-risk-auditor",
3951
+ "kind": "skill",
3952
+ "name": "supply-chain-risk-auditor",
3953
+ "description": "Audit supply-chain threat landscape of project dependencies for exploitation or takeover risk",
3954
+ "provider": "github",
3955
+ "capabilities": [
3956
+ "automation",
3957
+ "security"
3958
+ ],
3959
+ "compatibility": [
3960
+ "claude-code",
3961
+ "codex",
3962
+ "general",
3963
+ "github",
3964
+ "node"
3965
+ ],
3966
+ "source": "trailofbits-skills-marketplace",
3967
+ "lastSeenAt": "2026-03-19",
3968
+ "install": {
3969
+ "kind": "manual",
3970
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
3971
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/supply-chain-risk-auditor"
3972
+ },
3973
+ "adoptionSignal": 58,
3974
+ "maintenanceSignal": 78,
3975
+ "provenanceSignal": 74,
3976
+ "freshnessSignal": 76,
3977
+ "securitySignals": {
3978
+ "knownVulnerabilities": 0,
3979
+ "suspiciousPatterns": 0,
3980
+ "injectionFindings": 0,
3981
+ "exfiltrationSignals": 0,
3982
+ "integrityAlerts": 0
3983
+ },
3984
+ "metadata": {
3985
+ "catalogType": "skill",
3986
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
3987
+ "marketplaceSource": "github",
3988
+ "rawVersion": "1.0.0",
3989
+ "sourceConfidence": "vetted-curated",
3990
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/supply-chain-risk-auditor",
3991
+ "sourceRegistryId": "trailofbits-skills-marketplace",
3992
+ "sourceType": "community-list"
3993
+ }
3994
+ },
3995
+ {
3996
+ "id": "skill:terraform-guardrails",
3997
+ "kind": "skill",
3998
+ "name": "Terraform Guardrails",
3999
+ "description": "Plan, review, and enforce policy around Terraform-based infrastructure changes.",
4000
+ "provider": "openai",
4001
+ "capabilities": [
4002
+ "automation",
4003
+ "guardrails",
4004
+ "security"
4005
+ ],
4006
+ "compatibility": [
4007
+ "cloud",
4008
+ "aws",
4009
+ "azure",
4010
+ "gcp",
4011
+ "general"
4012
+ ],
4013
+ "source": "github-curated-industry-skills",
4014
+ "lastSeenAt": "2026-03-19",
4015
+ "install": {
4016
+ "kind": "skill.sh",
4017
+ "target": "terraform-guardrails",
4018
+ "args": []
4019
+ },
4020
+ "adoptionSignal": 81,
4021
+ "maintenanceSignal": 84,
4022
+ "provenanceSignal": 74,
4023
+ "freshnessSignal": 83,
4024
+ "securitySignals": {
4025
+ "knownVulnerabilities": 0,
4026
+ "suspiciousPatterns": 0,
4027
+ "injectionFindings": 0,
4028
+ "exfiltrationSignals": 0,
4029
+ "integrityAlerts": 0
4030
+ },
4031
+ "metadata": {
4032
+ "sourceRegistryId": "github-curated-industry-skills",
4033
+ "sourceType": "community-list",
4034
+ "sourceConfidence": "vetted-curated"
4035
+ }
4036
+ },
4037
+ {
4038
+ "id": "skill:testing-handbook-skills",
4039
+ "kind": "skill",
4040
+ "name": "testing-handbook-skills",
4041
+ "description": "Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)",
4042
+ "provider": "github",
4043
+ "capabilities": [
4044
+ "guardrails",
4045
+ "security"
4046
+ ],
4047
+ "compatibility": [
4048
+ "claude-code",
4049
+ "codex",
4050
+ "general",
4051
+ "github"
4052
+ ],
4053
+ "source": "trailofbits-skills-marketplace",
4054
+ "lastSeenAt": "2026-03-19",
4055
+ "install": {
4056
+ "kind": "manual",
4057
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4058
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/testing-handbook-skills"
4059
+ },
4060
+ "adoptionSignal": 58,
4061
+ "maintenanceSignal": 78,
4062
+ "provenanceSignal": 74,
4063
+ "freshnessSignal": 76,
4064
+ "securitySignals": {
4065
+ "knownVulnerabilities": 0,
4066
+ "suspiciousPatterns": 0,
4067
+ "injectionFindings": 0,
4068
+ "exfiltrationSignals": 0,
4069
+ "integrityAlerts": 0
4070
+ },
4071
+ "metadata": {
4072
+ "catalogType": "skill",
4073
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
4074
+ "marketplaceSource": "github",
4075
+ "rawVersion": "1.0.1",
4076
+ "sourceConfidence": "vetted-curated",
4077
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/testing-handbook-skills",
4078
+ "sourceRegistryId": "trailofbits-skills-marketplace",
4079
+ "sourceType": "community-list"
4080
+ }
4081
+ },
4082
+ {
4083
+ "id": "skill:theme-factory",
4084
+ "kind": "skill",
4085
+ "name": "theme-factory",
4086
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
4087
+ "provider": "anthropic",
4088
+ "capabilities": [
4089
+ "automation",
4090
+ "guardrails",
4091
+ "skills/algorithmic-art",
4092
+ "skills/brand-guidelines",
4093
+ "skills/canvas-design",
4094
+ "skills/doc-coauthoring",
4095
+ "skills/frontend-design",
4096
+ "skills/internal-comms",
4097
+ "skills/mcp-builder",
4098
+ "skills/skill-creator",
4099
+ "skills/slack-gif-creator",
4100
+ "skills/theme-factory",
4101
+ "skills/web-artifacts-builder",
4102
+ "skills/webapp-testing"
4103
+ ],
4104
+ "compatibility": [
4105
+ "claude-code",
4106
+ "codex",
4107
+ "general",
4108
+ "node"
4109
+ ],
4110
+ "source": "anthropic-skills",
4111
+ "lastSeenAt": "2026-03-19",
4112
+ "install": {
4113
+ "kind": "manual",
4114
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4115
+ "url": "https://github.com/anthropics/skills/tree/main/skills/theme-factory"
4116
+ },
4117
+ "adoptionSignal": 66,
4118
+ "maintenanceSignal": 70,
4119
+ "provenanceSignal": 88,
4120
+ "freshnessSignal": 68,
4121
+ "securitySignals": {
4122
+ "knownVulnerabilities": 0,
4123
+ "suspiciousPatterns": 0,
4124
+ "injectionFindings": 0,
4125
+ "exfiltrationSignals": 0,
4126
+ "integrityAlerts": 0
4127
+ },
4128
+ "metadata": {
4129
+ "catalogType": "skill",
4130
+ "marketplacePlugin": "example-skills",
4131
+ "marketplaceRegistry": "anthropic-skills",
4132
+ "marketplaceSource": "github",
4133
+ "rawVersion": "unknown",
4134
+ "sourceConfidence": "official",
4135
+ "bundledSkillPath": "skills/theme-factory",
4136
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/theme-factory",
4137
+ "sourceRegistryId": "anthropic-skills",
4138
+ "sourceType": "vendor-feed"
4139
+ }
4140
+ },
4141
+ {
4142
+ "id": "skill:threat-modeling-lite",
4143
+ "kind": "skill",
4144
+ "name": "Threat Modeling Lite",
4145
+ "description": "Fast threat modeling workflow for repo-level security reviews.",
4146
+ "provider": "openai",
4147
+ "capabilities": [
4148
+ "dependency-audit",
4149
+ "guardrails",
4150
+ "security"
4151
+ ],
4152
+ "compatibility": [
4153
+ "general",
4154
+ "node",
4155
+ "python"
4156
+ ],
4157
+ "source": "community-skills-index",
4158
+ "lastSeenAt": "2026-03-19",
4159
+ "install": {
4160
+ "kind": "skill.sh",
4161
+ "target": "threat-modeling-lite",
4162
+ "args": []
4163
+ },
4164
+ "adoptionSignal": 70,
4165
+ "maintenanceSignal": 79,
4166
+ "provenanceSignal": 68,
4167
+ "freshnessSignal": 74,
4168
+ "securitySignals": {
4169
+ "knownVulnerabilities": 0,
4170
+ "suspiciousPatterns": 0,
4171
+ "injectionFindings": 0,
4172
+ "exfiltrationSignals": 0,
4173
+ "integrityAlerts": 0
4174
+ },
4175
+ "metadata": {
4176
+ "sourceRegistryId": "community-skills-index",
4177
+ "sourceType": "community-list",
4178
+ "sourceConfidence": "vetted-curated"
4179
+ }
4180
+ },
4181
+ {
4182
+ "id": "skill:transcribe",
4183
+ "kind": "skill",
4184
+ "name": "Transcribe",
4185
+ "description": "OpenAI curated Codex skill: transcribe.",
4186
+ "provider": "openai",
4187
+ "capabilities": [
4188
+ "content"
4189
+ ],
4190
+ "compatibility": [
4191
+ "general"
4192
+ ],
4193
+ "source": "community-skills-index",
4194
+ "lastSeenAt": "2026-03-19",
4195
+ "install": {
4196
+ "kind": "skill.sh",
4197
+ "target": "Transcribe",
4198
+ "args": []
4199
+ },
4200
+ "adoptionSignal": 72,
4201
+ "maintenanceSignal": 82,
4202
+ "provenanceSignal": 96,
4203
+ "freshnessSignal": 80,
4204
+ "securitySignals": {
4205
+ "knownVulnerabilities": 0,
4206
+ "suspiciousPatterns": 0,
4207
+ "injectionFindings": 0,
4208
+ "exfiltrationSignals": 0,
4209
+ "integrityAlerts": 0
4210
+ },
4211
+ "metadata": {
4212
+ "sourceRegistryId": "openai-skills-curated",
4213
+ "sourceType": "vendor-feed",
4214
+ "sourceConfidence": "official",
4215
+ "githubPath": "skills/.curated/transcribe",
4216
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/transcribe"
4217
+ }
4218
+ },
4219
+ {
4220
+ "id": "skill:variant-analysis",
4221
+ "kind": "skill",
4222
+ "name": "variant-analysis",
4223
+ "description": "Find similar vulnerabilities and bugs across codebases using pattern-based analysis",
4224
+ "provider": "github",
4225
+ "capabilities": [
4226
+ "automation"
4227
+ ],
4228
+ "compatibility": [
4229
+ "claude-code",
4230
+ "codex",
4231
+ "general",
4232
+ "node"
4233
+ ],
4234
+ "source": "trailofbits-skills-marketplace",
4235
+ "lastSeenAt": "2026-03-19",
4236
+ "install": {
4237
+ "kind": "manual",
4238
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4239
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/variant-analysis"
4240
+ },
4241
+ "adoptionSignal": 58,
4242
+ "maintenanceSignal": 78,
4243
+ "provenanceSignal": 74,
4244
+ "freshnessSignal": 76,
4245
+ "securitySignals": {
4246
+ "knownVulnerabilities": 0,
4247
+ "suspiciousPatterns": 0,
4248
+ "injectionFindings": 0,
4249
+ "exfiltrationSignals": 0,
4250
+ "integrityAlerts": 0
4251
+ },
4252
+ "metadata": {
4253
+ "catalogType": "skill",
4254
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
4255
+ "marketplaceSource": "github",
4256
+ "rawVersion": "1.0.0",
4257
+ "sourceConfidence": "vetted-curated",
4258
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/variant-analysis",
4259
+ "sourceRegistryId": "trailofbits-skills-marketplace",
4260
+ "sourceType": "community-list"
4261
+ }
4262
+ },
4263
+ {
4264
+ "id": "skill:vercel-deploy",
4265
+ "kind": "skill",
4266
+ "name": "Vercel Deploy",
4267
+ "description": "OpenAI curated Codex skill: vercel-deploy.",
4268
+ "provider": "openai",
4269
+ "capabilities": [
4270
+ "automation"
4271
+ ],
4272
+ "compatibility": [
4273
+ "general"
4274
+ ],
4275
+ "source": "community-skills-index",
4276
+ "lastSeenAt": "2026-03-19",
4277
+ "install": {
4278
+ "kind": "skill.sh",
4279
+ "target": "Vercel Deploy",
4280
+ "args": []
4281
+ },
4282
+ "adoptionSignal": 72,
4283
+ "maintenanceSignal": 82,
4284
+ "provenanceSignal": 96,
4285
+ "freshnessSignal": 80,
4286
+ "securitySignals": {
4287
+ "knownVulnerabilities": 0,
4288
+ "suspiciousPatterns": 0,
4289
+ "injectionFindings": 0,
4290
+ "exfiltrationSignals": 0,
4291
+ "integrityAlerts": 0
4292
+ },
4293
+ "metadata": {
4294
+ "sourceRegistryId": "openai-skills-curated",
4295
+ "sourceType": "vendor-feed",
4296
+ "sourceConfidence": "official",
4297
+ "githubPath": "skills/.curated/vercel-deploy",
4298
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/vercel-deploy"
4299
+ }
4300
+ },
4301
+ {
4302
+ "id": "skill:visual-documentation-skills",
4303
+ "kind": "skill",
4304
+ "name": "visual-documentation-skills",
4305
+ "description": "Skills for creating stunning visual HTML documentation with modern UI design, SVG diagrams, flowcharts, dashboards, timelines, and technical documentation",
4306
+ "provider": "github",
4307
+ "capabilities": [
4308
+ "docs"
4309
+ ],
4310
+ "compatibility": [
4311
+ "claude-code",
4312
+ "codex",
4313
+ "general"
4314
+ ],
4315
+ "source": "github-mhattingpete-claude-skills",
4316
+ "lastSeenAt": "2026-03-19",
4317
+ "install": {
4318
+ "kind": "manual",
4319
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4320
+ "url": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/visual-documentation-plugin"
4321
+ },
4322
+ "adoptionSignal": 58,
4323
+ "maintenanceSignal": 78,
4324
+ "provenanceSignal": 74,
4325
+ "freshnessSignal": 76,
4326
+ "securitySignals": {
4327
+ "knownVulnerabilities": 0,
4328
+ "suspiciousPatterns": 0,
4329
+ "injectionFindings": 0,
4330
+ "exfiltrationSignals": 0,
4331
+ "integrityAlerts": 0
4332
+ },
4333
+ "metadata": {
4334
+ "catalogType": "skill",
4335
+ "marketplaceRegistry": "github-mhattingpete-claude-skills",
4336
+ "marketplaceSource": "github",
4337
+ "rawVersion": "1.0.0",
4338
+ "sourceConfidence": "vetted-curated",
4339
+ "githubUrl": "https://github.com/mhattingpete/claude-skills-marketplace/tree/main/visual-documentation-plugin",
4340
+ "sourceRegistryId": "github-mhattingpete-claude-skills",
4341
+ "sourceType": "community-list"
4342
+ }
4343
+ },
4344
+ {
4345
+ "id": "skill:web-artifacts-builder",
4346
+ "kind": "skill",
4347
+ "name": "web-artifacts-builder",
4348
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
4349
+ "provider": "anthropic",
4350
+ "capabilities": [
4351
+ "automation",
4352
+ "guardrails",
4353
+ "skills/algorithmic-art",
4354
+ "skills/brand-guidelines",
4355
+ "skills/canvas-design",
4356
+ "skills/doc-coauthoring",
4357
+ "skills/frontend-design",
4358
+ "skills/internal-comms",
4359
+ "skills/mcp-builder",
4360
+ "skills/skill-creator",
4361
+ "skills/slack-gif-creator",
4362
+ "skills/theme-factory",
4363
+ "skills/web-artifacts-builder",
4364
+ "skills/webapp-testing"
4365
+ ],
4366
+ "compatibility": [
4367
+ "claude-code",
4368
+ "codex",
4369
+ "general",
4370
+ "node"
4371
+ ],
4372
+ "source": "anthropic-skills",
4373
+ "lastSeenAt": "2026-03-19",
4374
+ "install": {
4375
+ "kind": "manual",
4376
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4377
+ "url": "https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder"
4378
+ },
4379
+ "adoptionSignal": 66,
4380
+ "maintenanceSignal": 70,
4381
+ "provenanceSignal": 88,
4382
+ "freshnessSignal": 68,
4383
+ "securitySignals": {
4384
+ "knownVulnerabilities": 0,
4385
+ "suspiciousPatterns": 0,
4386
+ "injectionFindings": 0,
4387
+ "exfiltrationSignals": 0,
4388
+ "integrityAlerts": 0
4389
+ },
4390
+ "metadata": {
4391
+ "catalogType": "skill",
4392
+ "marketplacePlugin": "example-skills",
4393
+ "marketplaceRegistry": "anthropic-skills",
4394
+ "marketplaceSource": "github",
4395
+ "rawVersion": "unknown",
4396
+ "sourceConfidence": "official",
4397
+ "bundledSkillPath": "skills/web-artifacts-builder",
4398
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder",
4399
+ "sourceRegistryId": "anthropic-skills",
4400
+ "sourceType": "vendor-feed"
4401
+ }
4402
+ },
4403
+ {
4404
+ "id": "skill:webapp-testing",
4405
+ "kind": "skill",
4406
+ "name": "webapp-testing",
4407
+ "description": "Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling",
4408
+ "provider": "anthropic",
4409
+ "capabilities": [
4410
+ "automation",
4411
+ "guardrails",
4412
+ "skills/algorithmic-art",
4413
+ "skills/brand-guidelines",
4414
+ "skills/canvas-design",
4415
+ "skills/doc-coauthoring",
4416
+ "skills/frontend-design",
4417
+ "skills/internal-comms",
4418
+ "skills/mcp-builder",
4419
+ "skills/skill-creator",
4420
+ "skills/slack-gif-creator",
4421
+ "skills/theme-factory",
4422
+ "skills/web-artifacts-builder",
4423
+ "skills/webapp-testing"
4424
+ ],
4425
+ "compatibility": [
4426
+ "claude-code",
4427
+ "codex",
4428
+ "general",
4429
+ "node"
4430
+ ],
4431
+ "source": "anthropic-skills",
4432
+ "lastSeenAt": "2026-03-19",
4433
+ "install": {
4434
+ "kind": "manual",
4435
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4436
+ "url": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing"
4437
+ },
4438
+ "adoptionSignal": 66,
4439
+ "maintenanceSignal": 70,
4440
+ "provenanceSignal": 88,
4441
+ "freshnessSignal": 68,
4442
+ "securitySignals": {
4443
+ "knownVulnerabilities": 0,
4444
+ "suspiciousPatterns": 0,
4445
+ "injectionFindings": 0,
4446
+ "exfiltrationSignals": 0,
4447
+ "integrityAlerts": 0
4448
+ },
4449
+ "metadata": {
4450
+ "catalogType": "skill",
4451
+ "marketplacePlugin": "example-skills",
4452
+ "marketplaceRegistry": "anthropic-skills",
4453
+ "marketplaceSource": "github",
4454
+ "rawVersion": "unknown",
4455
+ "sourceConfidence": "official",
4456
+ "bundledSkillPath": "skills/webapp-testing",
4457
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/webapp-testing",
4458
+ "sourceRegistryId": "anthropic-skills",
4459
+ "sourceType": "vendor-feed"
4460
+ }
4461
+ },
4462
+ {
4463
+ "id": "skill:winui-app",
4464
+ "kind": "skill",
4465
+ "name": "Winui App",
4466
+ "description": "OpenAI curated Codex skill: winui-app.",
4467
+ "provider": "openai",
4468
+ "capabilities": [
4469
+ "automation"
4470
+ ],
4471
+ "compatibility": [
4472
+ "general"
4473
+ ],
4474
+ "source": "community-skills-index",
4475
+ "lastSeenAt": "2026-03-19",
4476
+ "install": {
4477
+ "kind": "skill.sh",
4478
+ "target": "Winui App",
4479
+ "args": []
4480
+ },
4481
+ "adoptionSignal": 72,
4482
+ "maintenanceSignal": 82,
4483
+ "provenanceSignal": 96,
4484
+ "freshnessSignal": 80,
4485
+ "securitySignals": {
4486
+ "knownVulnerabilities": 0,
4487
+ "suspiciousPatterns": 0,
4488
+ "injectionFindings": 0,
4489
+ "exfiltrationSignals": 0,
4490
+ "integrityAlerts": 0
4491
+ },
4492
+ "metadata": {
4493
+ "sourceRegistryId": "openai-skills-curated",
4494
+ "sourceType": "vendor-feed",
4495
+ "sourceConfidence": "official",
4496
+ "githubPath": "skills/.curated/winui-app",
4497
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/winui-app"
4498
+ }
4499
+ },
4500
+ {
4501
+ "id": "skill:workflow-skill-design",
4502
+ "kind": "skill",
4503
+ "name": "workflow-skill-design",
4504
+ "description": "Teaches design patterns for workflow-based Claude Code skills and provides a review agent for auditing existing skills",
4505
+ "provider": "github",
4506
+ "capabilities": [
4507
+ "automation",
4508
+ "guardrails",
4509
+ "security"
4510
+ ],
4511
+ "compatibility": [
4512
+ "claude-code",
4513
+ "codex",
4514
+ "general",
4515
+ "github",
4516
+ "node"
4517
+ ],
4518
+ "source": "trailofbits-skills-marketplace",
4519
+ "lastSeenAt": "2026-03-19",
4520
+ "install": {
4521
+ "kind": "manual",
4522
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4523
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/workflow-skill-design"
4524
+ },
4525
+ "adoptionSignal": 58,
4526
+ "maintenanceSignal": 78,
4527
+ "provenanceSignal": 74,
4528
+ "freshnessSignal": 76,
4529
+ "securitySignals": {
4530
+ "knownVulnerabilities": 0,
4531
+ "suspiciousPatterns": 0,
4532
+ "injectionFindings": 0,
4533
+ "exfiltrationSignals": 0,
4534
+ "integrityAlerts": 0
4535
+ },
4536
+ "metadata": {
4537
+ "catalogType": "skill",
4538
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
4539
+ "marketplaceSource": "github",
4540
+ "rawVersion": "1.0.1",
4541
+ "sourceConfidence": "vetted-curated",
4542
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/workflow-skill-design",
4543
+ "sourceRegistryId": "trailofbits-skills-marketplace",
4544
+ "sourceType": "community-list"
4545
+ }
4546
+ },
4547
+ {
4548
+ "id": "skill:xlsx",
4549
+ "kind": "skill",
4550
+ "name": "xlsx",
4551
+ "description": "Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities",
4552
+ "provider": "anthropic",
4553
+ "capabilities": [
4554
+ "automation",
4555
+ "skills/docx",
4556
+ "skills/pdf",
4557
+ "skills/pptx",
4558
+ "skills/xlsx"
4559
+ ],
4560
+ "compatibility": [
4561
+ "claude-code",
4562
+ "codex",
4563
+ "general",
4564
+ "node"
4565
+ ],
4566
+ "source": "anthropic-skills",
4567
+ "lastSeenAt": "2026-03-19",
4568
+ "install": {
4569
+ "kind": "manual",
4570
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4571
+ "url": "https://github.com/anthropics/skills/tree/main/skills/xlsx"
4572
+ },
4573
+ "adoptionSignal": 66,
4574
+ "maintenanceSignal": 70,
4575
+ "provenanceSignal": 88,
4576
+ "freshnessSignal": 68,
4577
+ "securitySignals": {
4578
+ "knownVulnerabilities": 0,
4579
+ "suspiciousPatterns": 0,
4580
+ "injectionFindings": 0,
4581
+ "exfiltrationSignals": 0,
4582
+ "integrityAlerts": 0
4583
+ },
4584
+ "metadata": {
4585
+ "catalogType": "skill",
4586
+ "marketplacePlugin": "document-skills",
4587
+ "marketplaceRegistry": "anthropic-skills",
4588
+ "marketplaceSource": "github",
4589
+ "rawVersion": "unknown",
4590
+ "sourceConfidence": "official",
4591
+ "bundledSkillPath": "skills/xlsx",
4592
+ "githubUrl": "https://github.com/anthropics/skills/tree/main/skills/xlsx",
4593
+ "sourceRegistryId": "anthropic-skills",
4594
+ "sourceType": "vendor-feed"
4595
+ }
4596
+ },
4597
+ {
4598
+ "id": "skill:yara-authoring",
4599
+ "kind": "skill",
4600
+ "name": "yara-authoring",
4601
+ "description": "YARA-X detection rule authoring with linting and quality analysis",
4602
+ "provider": "github",
4603
+ "capabilities": [
4604
+ "security"
4605
+ ],
4606
+ "compatibility": [
4607
+ "claude-code",
4608
+ "codex",
4609
+ "general",
4610
+ "github"
4611
+ ],
4612
+ "source": "trailofbits-skills-marketplace",
4613
+ "lastSeenAt": "2026-03-19",
4614
+ "install": {
4615
+ "kind": "manual",
4616
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4617
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/yara-authoring"
4618
+ },
4619
+ "adoptionSignal": 58,
4620
+ "maintenanceSignal": 78,
4621
+ "provenanceSignal": 74,
4622
+ "freshnessSignal": 76,
4623
+ "securitySignals": {
4624
+ "knownVulnerabilities": 0,
4625
+ "suspiciousPatterns": 0,
4626
+ "injectionFindings": 0,
4627
+ "exfiltrationSignals": 0,
4628
+ "integrityAlerts": 0
4629
+ },
4630
+ "metadata": {
4631
+ "catalogType": "skill",
4632
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
4633
+ "marketplaceSource": "github",
4634
+ "rawVersion": "2.0.0",
4635
+ "sourceConfidence": "vetted-curated",
4636
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/yara-authoring",
4637
+ "sourceRegistryId": "trailofbits-skills-marketplace",
4638
+ "sourceType": "community-list"
4639
+ }
4640
+ },
4641
+ {
4642
+ "id": "skill:yeet",
4643
+ "kind": "skill",
4644
+ "name": "Yeet",
4645
+ "description": "OpenAI curated Codex skill: yeet.",
4646
+ "provider": "openai",
4647
+ "capabilities": [
4648
+ "automation"
4649
+ ],
4650
+ "compatibility": [
4651
+ "general"
4652
+ ],
4653
+ "source": "community-skills-index",
4654
+ "lastSeenAt": "2026-03-19",
4655
+ "install": {
4656
+ "kind": "skill.sh",
4657
+ "target": "Yeet",
4658
+ "args": []
4659
+ },
4660
+ "adoptionSignal": 72,
4661
+ "maintenanceSignal": 82,
4662
+ "provenanceSignal": 96,
4663
+ "freshnessSignal": 80,
4664
+ "securitySignals": {
4665
+ "knownVulnerabilities": 0,
4666
+ "suspiciousPatterns": 0,
4667
+ "injectionFindings": 0,
4668
+ "exfiltrationSignals": 0,
4669
+ "integrityAlerts": 0
4670
+ },
4671
+ "metadata": {
4672
+ "sourceRegistryId": "openai-skills-curated",
4673
+ "sourceType": "vendor-feed",
4674
+ "sourceConfidence": "official",
4675
+ "githubPath": "skills/.curated/yeet",
4676
+ "githubUrl": "https://github.com/openai/skills/tree/main/skills/.curated/yeet"
4677
+ }
4678
+ },
4679
+ {
4680
+ "id": "skill:zai-cli",
4681
+ "kind": "skill",
4682
+ "name": "zai-cli",
4683
+ "description": "Z.AI vision, search, reader, and GitHub exploration via MCP",
4684
+ "provider": "github",
4685
+ "capabilities": [
4686
+ "automation",
4687
+ "tools"
4688
+ ],
4689
+ "compatibility": [
4690
+ "claude-code",
4691
+ "codex",
4692
+ "general",
4693
+ "node"
4694
+ ],
4695
+ "source": "github-n-skills-marketplace",
4696
+ "lastSeenAt": "2026-03-19",
4697
+ "install": {
4698
+ "kind": "manual",
4699
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4700
+ "url": "https://github.com/numman-ali/n-skills/tree/main/skills/tools/zai-cli"
4701
+ },
4702
+ "adoptionSignal": 58,
4703
+ "maintenanceSignal": 70,
4704
+ "provenanceSignal": 74,
4705
+ "freshnessSignal": 68,
4706
+ "securitySignals": {
4707
+ "knownVulnerabilities": 0,
4708
+ "suspiciousPatterns": 0,
4709
+ "injectionFindings": 0,
4710
+ "exfiltrationSignals": 0,
4711
+ "integrityAlerts": 0
4712
+ },
4713
+ "metadata": {
4714
+ "catalogType": "skill",
4715
+ "marketplaceRegistry": "github-n-skills-marketplace",
4716
+ "marketplaceSource": "github",
4717
+ "rawVersion": "unknown",
4718
+ "sourceConfidence": "vetted-curated",
4719
+ "githubUrl": "https://github.com/numman-ali/n-skills/tree/main/skills/tools/zai-cli",
4720
+ "sourceRegistryId": "github-n-skills-marketplace",
4721
+ "sourceType": "community-list"
4722
+ }
4723
+ },
4724
+ {
4725
+ "id": "skill:zeroize-audit",
4726
+ "kind": "skill",
4727
+ "name": "zeroize-audit",
4728
+ "description": "Detects missing or compiler-optimized zeroization of sensitive data with assembly and control-flow analysis",
4729
+ "provider": "github",
4730
+ "capabilities": [
4731
+ "security"
4732
+ ],
4733
+ "compatibility": [
4734
+ "claude-code",
4735
+ "codex",
4736
+ "general",
4737
+ "github"
4738
+ ],
4739
+ "source": "trailofbits-skills-marketplace",
4740
+ "lastSeenAt": "2026-03-19",
4741
+ "install": {
4742
+ "kind": "manual",
4743
+ "instructions": "Review the linked GitHub skill and follow its repository installation instructions.",
4744
+ "url": "https://github.com/trailofbits/skills/tree/main/plugins/zeroize-audit"
4745
+ },
4746
+ "adoptionSignal": 58,
4747
+ "maintenanceSignal": 78,
4748
+ "provenanceSignal": 74,
4749
+ "freshnessSignal": 76,
4750
+ "securitySignals": {
4751
+ "knownVulnerabilities": 0,
4752
+ "suspiciousPatterns": 0,
4753
+ "injectionFindings": 0,
4754
+ "exfiltrationSignals": 0,
4755
+ "integrityAlerts": 0
4756
+ },
4757
+ "metadata": {
4758
+ "catalogType": "skill",
4759
+ "marketplaceRegistry": "trailofbits-skills-marketplace",
4760
+ "marketplaceSource": "github",
4761
+ "rawVersion": "0.1.0",
4762
+ "sourceConfidence": "vetted-curated",
4763
+ "githubUrl": "https://github.com/trailofbits/skills/tree/main/plugins/zeroize-audit",
4764
+ "sourceRegistryId": "trailofbits-skills-marketplace",
4765
+ "sourceType": "community-list"
4766
+ }
4767
+ }
4768
+ ]