opencode-skills-collection 4.0.18 → 4.0.19
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.
package/package.json
CHANGED
package/skills_index.json
CHANGED
|
@@ -20414,6 +20414,41 @@
|
|
|
20414
20414
|
"neural-networks"
|
|
20415
20415
|
]
|
|
20416
20416
|
},
|
|
20417
|
+
{
|
|
20418
|
+
"id": "gh-attach",
|
|
20419
|
+
"path": "skills/gh-attach",
|
|
20420
|
+
"category": "developer-tools",
|
|
20421
|
+
"name": "gh-attach",
|
|
20422
|
+
"description": "Upload and download GitHub user-attachments (screenshots, PDFs, zips, videos) from the terminal; use when asked to attach or embed a file in a PR, issue, or comment, or download an attachment URL.",
|
|
20423
|
+
"risk": "critical",
|
|
20424
|
+
"source": "community",
|
|
20425
|
+
"date_added": "2026-08-01",
|
|
20426
|
+
"plugin": {
|
|
20427
|
+
"targets": {
|
|
20428
|
+
"codex": "blocked",
|
|
20429
|
+
"claude": "blocked"
|
|
20430
|
+
},
|
|
20431
|
+
"setup": {
|
|
20432
|
+
"type": "manual",
|
|
20433
|
+
"summary": "Installs and runs a third-party gh extension that needs a GitHub user_session cookie or GH_ATTACH_SESSION_TOKEN.",
|
|
20434
|
+
"docs": "SKILL.md"
|
|
20435
|
+
},
|
|
20436
|
+
"reasons": [
|
|
20437
|
+
"explicit_target_restriction"
|
|
20438
|
+
]
|
|
20439
|
+
},
|
|
20440
|
+
"source_type": "community",
|
|
20441
|
+
"source_repo": "sudosubin/gh-attach",
|
|
20442
|
+
"license": "MIT",
|
|
20443
|
+
"license_source": "https://github.com/sudosubin/gh-attach/blob/main/LICENSE",
|
|
20444
|
+
"tags": [
|
|
20445
|
+
"github",
|
|
20446
|
+
"attachments",
|
|
20447
|
+
"screenshots",
|
|
20448
|
+
"gh-extension",
|
|
20449
|
+
"cli"
|
|
20450
|
+
]
|
|
20451
|
+
},
|
|
20417
20452
|
{
|
|
20418
20453
|
"id": "gh-image",
|
|
20419
20454
|
"path": "skills/gh-image",
|