opencode-skills-collection 3.1.1 → 3.1.2

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 (27) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +1 -1
  2. package/bundled-skills/2slides-ppt-generator/SKILL.md +8 -7
  3. package/bundled-skills/android-cli/SKILL.md +19 -7
  4. package/bundled-skills/android-ui-journey-testing/SKILL.md +5 -5
  5. package/bundled-skills/apple-notes-search/SKILL.md +12 -2
  6. package/bundled-skills/atlas-ledger/SKILL.md +8 -0
  7. package/bundled-skills/codex-fable5/SKILL.md +10 -2
  8. package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +45 -15
  9. package/bundled-skills/docs/users/bundles.md +145 -1
  10. package/bundled-skills/docs/users/getting-started.md +1 -1
  11. package/bundled-skills/docs/users/specialized-plugin-roadmap.md +11 -4
  12. package/bundled-skills/dos-verify-done-claims/SKILL.md +16 -4
  13. package/bundled-skills/ecl-harness-engineer/agents/creator-config.md +1 -1
  14. package/bundled-skills/ecl-harness-engineer/references/environment-config-guide.md +2 -2
  15. package/bundled-skills/ecl-harness-engineer/references/environment-detection-guide.md +4 -4
  16. package/bundled-skills/event-staffing-ordering/SKILL.md +4 -0
  17. package/bundled-skills/loop-library/SKILL.md +7 -4
  18. package/bundled-skills/lovable-cleanup/SKILL.md +9 -7
  19. package/bundled-skills/macos-screen-recorder/SKILL.md +9 -1
  20. package/bundled-skills/mailtrap-managing-contacts/SKILL.md +1 -1
  21. package/bundled-skills/mailtrap-sending-emails/SKILL.md +1 -1
  22. package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +1 -1
  23. package/bundled-skills/screenstudio-alt/SKILL.md +9 -1
  24. package/bundled-skills/vibecode-production-qa-validator/SKILL.md +1 -1
  25. package/bundled-skills/youtube-notetaker/scripts/serve.py +63 -14
  26. package/package.json +1 -1
  27. package/skills_index.json +62 -49
package/skills_index.json CHANGED
@@ -1531,20 +1531,22 @@
1531
1531
  "category": "tools",
1532
1532
  "name": "android-cli",
1533
1533
  "description": "Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.",
1534
- "risk": "safe",
1534
+ "risk": "critical",
1535
1535
  "source": "self",
1536
1536
  "date_added": "2026-06-15",
1537
1537
  "plugin": {
1538
1538
  "targets": {
1539
- "codex": "supported",
1540
- "claude": "supported"
1539
+ "codex": "blocked",
1540
+ "claude": "blocked"
1541
1541
  },
1542
1542
  "setup": {
1543
- "type": "none",
1544
- "summary": "",
1545
- "docs": null
1543
+ "type": "manual",
1544
+ "summary": "Installer guidance executes remote Android CLI setup scripts; keep out of plugin-safe bundles.",
1545
+ "docs": "SKILL.md"
1546
1546
  },
1547
- "reasons": []
1547
+ "reasons": [
1548
+ "explicit_target_restriction"
1549
+ ]
1548
1550
  }
1549
1551
  },
1550
1552
  {
@@ -2503,7 +2505,7 @@
2503
2505
  "category": "uncategorized",
2504
2506
  "name": "apple-notes-search",
2505
2507
  "description": "Semantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device.",
2506
- "risk": "safe",
2508
+ "risk": "critical",
2507
2509
  "source": "community",
2508
2510
  "date_added": "2026-06-16",
2509
2511
  "plugin": {
@@ -2512,12 +2514,13 @@
2512
2514
  "claude": "blocked"
2513
2515
  },
2514
2516
  "setup": {
2515
- "type": "none",
2516
- "summary": "",
2517
- "docs": null
2517
+ "type": "manual",
2518
+ "summary": "Requires third-party MCP setup and macOS Full Disk Access; keep out of plugin-safe bundles.",
2519
+ "docs": "SKILL.md"
2518
2520
  },
2519
2521
  "reasons": [
2520
- "absolute_host_path"
2522
+ "absolute_host_path",
2523
+ "explicit_target_restriction"
2521
2524
  ]
2522
2525
  }
2523
2526
  },
@@ -2840,15 +2843,17 @@
2840
2843
  "date_added": "2026-06-12",
2841
2844
  "plugin": {
2842
2845
  "targets": {
2843
- "codex": "supported",
2844
- "claude": "supported"
2846
+ "codex": "blocked",
2847
+ "claude": "blocked"
2845
2848
  },
2846
2849
  "setup": {
2847
- "type": "none",
2848
- "summary": "",
2849
- "docs": null
2850
+ "type": "manual",
2851
+ "summary": "Writes durable Atlas.md project memory after confirmation; keep out of plugin-safe bundles.",
2852
+ "docs": "SKILL.md"
2850
2853
  },
2851
- "reasons": []
2854
+ "reasons": [
2855
+ "explicit_target_restriction"
2856
+ ]
2852
2857
  }
2853
2858
  },
2854
2859
  {
@@ -8925,20 +8930,22 @@
8925
8930
  "category": "agent-behavior",
8926
8931
  "name": "codex-fable5",
8927
8932
  "description": "Apply Fable-inspired discipline to Codex work: inspect first, track goals and findings, ground conclusions in evidence, verify before completion, and adapt Claude/Fable prompt guidance without identity or provider claims.",
8928
- "risk": "safe",
8933
+ "risk": "critical",
8929
8934
  "source": "community",
8930
8935
  "date_added": "2026-06-15",
8931
8936
  "plugin": {
8932
8937
  "targets": {
8933
- "codex": "supported",
8934
- "claude": "supported"
8938
+ "codex": "blocked",
8939
+ "claude": "blocked"
8935
8940
  },
8936
8941
  "setup": {
8937
- "type": "none",
8938
- "summary": "",
8939
- "docs": null
8942
+ "type": "manual",
8943
+ "summary": "Optional external plugin/helper setup executes mutable third-party code; keep out of plugin-safe bundles.",
8944
+ "docs": "SKILL.md"
8940
8945
  },
8941
- "reasons": []
8946
+ "reasons": [
8947
+ "explicit_target_restriction"
8948
+ ]
8942
8949
  }
8943
8950
  },
8944
8951
  {
@@ -12451,20 +12458,22 @@
12451
12458
  "category": "quality",
12452
12459
  "name": "dos-verify-done-claims",
12453
12460
  "description": "Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's `dos verify` and `dos commit-audit` — never the agent's own narration.",
12454
- "risk": "safe",
12461
+ "risk": "critical",
12455
12462
  "source": "community",
12456
12463
  "date_added": "2026-06-12",
12457
12464
  "plugin": {
12458
12465
  "targets": {
12459
- "codex": "supported",
12460
- "claude": "supported"
12466
+ "codex": "blocked",
12467
+ "claude": "blocked"
12461
12468
  },
12462
12469
  "setup": {
12463
- "type": "none",
12464
- "summary": "",
12465
- "docs": null
12470
+ "type": "manual",
12471
+ "summary": "Setup installs and executes an external PyPI CLI; keep out of plugin-safe bundles.",
12472
+ "docs": "SKILL.md"
12466
12473
  },
12467
- "reasons": []
12474
+ "reasons": [
12475
+ "explicit_target_restriction"
12476
+ ]
12468
12477
  }
12469
12478
  },
12470
12479
  {
@@ -20627,20 +20636,22 @@
20627
20636
  "category": "uncategorized",
20628
20637
  "name": "macos-screen-recorder",
20629
20638
  "description": "macOS screen recorder that captures the main display PLUS system audio via ScreenCaptureKit — no BlackHole/loopback driver, no sudo, just the standard Screen Recording permission. CLI-driven; fills the headless-screen-recording-with-system-sound gap QuickTime and `screencapture -v` can't.",
20630
- "risk": "safe",
20639
+ "risk": "critical",
20631
20640
  "source": "community",
20632
20641
  "date_added": "2026-06-16",
20633
20642
  "plugin": {
20634
20643
  "targets": {
20635
- "codex": "supported",
20636
- "claude": "supported"
20644
+ "codex": "blocked",
20645
+ "claude": "blocked"
20637
20646
  },
20638
20647
  "setup": {
20639
- "type": "none",
20640
- "summary": "",
20641
- "docs": null
20648
+ "type": "manual",
20649
+ "summary": "Screen/audio/input capture requires sensitive macOS permissions; keep out of plugin-safe bundles.",
20650
+ "docs": "SKILL.md"
20642
20651
  },
20643
- "reasons": []
20652
+ "reasons": [
20653
+ "explicit_target_restriction"
20654
+ ]
20644
20655
  }
20645
20656
  },
20646
20657
  {
@@ -20737,7 +20748,7 @@
20737
20748
  "category": "uncategorized",
20738
20749
  "name": "mailtrap-managing-contacts",
20739
20750
  "description": "Manage Mailtrap contacts, lists, segments, custom fields, imports, CRM syncs, and campaign audiences through the UI or API.",
20740
- "risk": "safe",
20751
+ "risk": "critical",
20741
20752
  "source": "community",
20742
20753
  "date_added": "2026-06-19",
20743
20754
  "plugin": {
@@ -20759,7 +20770,7 @@
20759
20770
  "category": "uncategorized",
20760
20771
  "name": "mailtrap-sending-emails",
20761
20772
  "description": "Configure or troubleshoot Mailtrap live email sending with Email API, SMTP, transactional streams, bulk streams, or batches.",
20762
- "risk": "safe",
20773
+ "risk": "critical",
20763
20774
  "source": "community",
20764
20775
  "date_added": "2026-06-19",
20765
20776
  "plugin": {
@@ -20781,7 +20792,7 @@
20781
20792
  "category": "uncategorized",
20782
20793
  "name": "mailtrap-setting-up-sending-domain",
20783
20794
  "description": "Add or verify a Mailtrap sending domain, troubleshoot DNS propagation, publish SPF/DKIM/DMARC records, and complete compliance.",
20784
- "risk": "safe",
20795
+ "risk": "critical",
20785
20796
  "source": "community",
20786
20797
  "date_added": "2026-06-19",
20787
20798
  "plugin": {
@@ -28346,20 +28357,22 @@
28346
28357
  "category": "uncategorized",
28347
28358
  "name": "screenstudio-alt",
28348
28359
  "description": "Open-source headless Screen Studio alternative: auto speed-up of idle, auto-zoom on click clusters, keystroke overlay chips, smoothed synthetic cursor, and 9:16 vertical export that follows the action — post-production for screen recordings from the CLI.",
28349
- "risk": "safe",
28360
+ "risk": "critical",
28350
28361
  "source": "community",
28351
28362
  "date_added": "2026-06-16",
28352
28363
  "plugin": {
28353
28364
  "targets": {
28354
- "codex": "supported",
28355
- "claude": "supported"
28365
+ "codex": "blocked",
28366
+ "claude": "blocked"
28356
28367
  },
28357
28368
  "setup": {
28358
- "type": "none",
28359
- "summary": "",
28360
- "docs": null
28369
+ "type": "manual",
28370
+ "summary": "Screen/input capture requires sensitive local permissions; keep out of plugin-safe bundles.",
28371
+ "docs": "SKILL.md"
28361
28372
  },
28362
- "reasons": []
28373
+ "reasons": [
28374
+ "explicit_target_restriction"
28375
+ ]
28363
28376
  }
28364
28377
  },
28365
28378
  {