opencode-skills-collection 3.0.31 → 3.0.32
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/bundled-skills/.antigravity-install-manifest.json +5 -1
- package/bundled-skills/container-security-hardening/SKILL.md +988 -0
- package/bundled-skills/container-security-hardening/references/base-image-comparison.md +245 -0
- package/bundled-skills/container-security-hardening/references/kubernetes-pod-security.md +561 -0
- package/bundled-skills/container-security-hardening/references/seccomp-profile-template.json +337 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/github-actions-advanced/SKILL.md +1075 -0
- package/bundled-skills/longbridge/SKILL.md +91 -0
- package/bundled-skills/runaway-guard/SKILL.md +331 -0
- package/package.json +1 -1
- package/skills_index.json +131 -27
package/skills_index.json
CHANGED
|
@@ -6027,20 +6027,22 @@
|
|
|
6027
6027
|
"category": "web-development",
|
|
6028
6028
|
"name": "bilig-workpaper",
|
|
6029
6029
|
"description": "Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.",
|
|
6030
|
-
"risk": "
|
|
6030
|
+
"risk": "critical",
|
|
6031
6031
|
"source": "community",
|
|
6032
6032
|
"date_added": "2026-05-21",
|
|
6033
6033
|
"plugin": {
|
|
6034
6034
|
"targets": {
|
|
6035
|
-
"codex": "
|
|
6036
|
-
"claude": "
|
|
6035
|
+
"codex": "blocked",
|
|
6036
|
+
"claude": "blocked"
|
|
6037
6037
|
},
|
|
6038
6038
|
"setup": {
|
|
6039
6039
|
"type": "none",
|
|
6040
6040
|
"summary": "",
|
|
6041
6041
|
"docs": null
|
|
6042
6042
|
},
|
|
6043
|
-
"reasons": [
|
|
6043
|
+
"reasons": [
|
|
6044
|
+
"explicit_target_restriction"
|
|
6045
|
+
]
|
|
6044
6046
|
}
|
|
6045
6047
|
},
|
|
6046
6048
|
{
|
|
@@ -8739,6 +8741,28 @@
|
|
|
8739
8741
|
"reasons": []
|
|
8740
8742
|
}
|
|
8741
8743
|
},
|
|
8744
|
+
{
|
|
8745
|
+
"id": "container-security-hardening",
|
|
8746
|
+
"path": "skills/container-security-hardening",
|
|
8747
|
+
"category": "security",
|
|
8748
|
+
"name": "container-security-hardening",
|
|
8749
|
+
"description": "Harden Docker/container images and runtime deployments with secure base images, non-root users, CVE scanning, SBOM/signing, seccomp/AppArmor, and Kubernetes pod security controls. Use for Dockerfile security reviews, container CVEs, image scanning, distroless images, or production hardening.\n",
|
|
8750
|
+
"risk": "safe",
|
|
8751
|
+
"source": "community",
|
|
8752
|
+
"date_added": "2026-05-30",
|
|
8753
|
+
"plugin": {
|
|
8754
|
+
"targets": {
|
|
8755
|
+
"codex": "supported",
|
|
8756
|
+
"claude": "supported"
|
|
8757
|
+
},
|
|
8758
|
+
"setup": {
|
|
8759
|
+
"type": "none",
|
|
8760
|
+
"summary": "",
|
|
8761
|
+
"docs": null
|
|
8762
|
+
},
|
|
8763
|
+
"reasons": []
|
|
8764
|
+
}
|
|
8765
|
+
},
|
|
8742
8766
|
{
|
|
8743
8767
|
"id": "content-creator",
|
|
8744
8768
|
"path": "skills/content-creator",
|
|
@@ -14067,6 +14091,28 @@
|
|
|
14067
14091
|
"reasons": []
|
|
14068
14092
|
}
|
|
14069
14093
|
},
|
|
14094
|
+
{
|
|
14095
|
+
"id": "github-actions-advanced",
|
|
14096
|
+
"path": "skills/github-actions-advanced",
|
|
14097
|
+
"category": "devops",
|
|
14098
|
+
"name": "github-actions-advanced",
|
|
14099
|
+
"description": "Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.\n",
|
|
14100
|
+
"risk": "safe",
|
|
14101
|
+
"source": "community",
|
|
14102
|
+
"date_added": "2026-05-30",
|
|
14103
|
+
"plugin": {
|
|
14104
|
+
"targets": {
|
|
14105
|
+
"codex": "supported",
|
|
14106
|
+
"claude": "supported"
|
|
14107
|
+
},
|
|
14108
|
+
"setup": {
|
|
14109
|
+
"type": "none",
|
|
14110
|
+
"summary": "",
|
|
14111
|
+
"docs": null
|
|
14112
|
+
},
|
|
14113
|
+
"reasons": []
|
|
14114
|
+
}
|
|
14115
|
+
},
|
|
14070
14116
|
{
|
|
14071
14117
|
"id": "github-actions-templates",
|
|
14072
14118
|
"path": "skills/github-actions-templates",
|
|
@@ -18145,6 +18191,30 @@
|
|
|
18145
18191
|
]
|
|
18146
18192
|
}
|
|
18147
18193
|
},
|
|
18194
|
+
{
|
|
18195
|
+
"id": "longbridge",
|
|
18196
|
+
"path": "skills/longbridge",
|
|
18197
|
+
"category": "finance",
|
|
18198
|
+
"name": "longbridge",
|
|
18199
|
+
"description": "125+ agent skills for Longbridge Securities \u2014 real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional Chinese, English.",
|
|
18200
|
+
"risk": "critical",
|
|
18201
|
+
"source": "official",
|
|
18202
|
+
"date_added": "2026-05-29",
|
|
18203
|
+
"plugin": {
|
|
18204
|
+
"targets": {
|
|
18205
|
+
"codex": "blocked",
|
|
18206
|
+
"claude": "blocked"
|
|
18207
|
+
},
|
|
18208
|
+
"setup": {
|
|
18209
|
+
"type": "none",
|
|
18210
|
+
"summary": "",
|
|
18211
|
+
"docs": null
|
|
18212
|
+
},
|
|
18213
|
+
"reasons": [
|
|
18214
|
+
"explicit_target_restriction"
|
|
18215
|
+
]
|
|
18216
|
+
}
|
|
18217
|
+
},
|
|
18148
18218
|
{
|
|
18149
18219
|
"id": "loss-aversion-designer",
|
|
18150
18220
|
"path": "skills/loss-aversion-designer",
|
|
@@ -19057,20 +19127,22 @@
|
|
|
19057
19127
|
"category": "uncategorized",
|
|
19058
19128
|
"name": "mercury-mcp",
|
|
19059
19129
|
"description": "Cheatsheet for the Mercury (proton) MCP tools. Use when connected to the Mercury MCP server to look up which mercury_* tool to call for messaging teammates, threads, tasks, automations, or admin team-graph edits.",
|
|
19060
|
-
"risk": "
|
|
19130
|
+
"risk": "critical",
|
|
19061
19131
|
"source": "community",
|
|
19062
19132
|
"date_added": "2026-05-19",
|
|
19063
19133
|
"plugin": {
|
|
19064
19134
|
"targets": {
|
|
19065
|
-
"codex": "
|
|
19066
|
-
"claude": "
|
|
19135
|
+
"codex": "blocked",
|
|
19136
|
+
"claude": "blocked"
|
|
19067
19137
|
},
|
|
19068
19138
|
"setup": {
|
|
19069
19139
|
"type": "none",
|
|
19070
19140
|
"summary": "",
|
|
19071
19141
|
"docs": null
|
|
19072
19142
|
},
|
|
19073
|
-
"reasons": [
|
|
19143
|
+
"reasons": [
|
|
19144
|
+
"explicit_target_restriction"
|
|
19145
|
+
]
|
|
19074
19146
|
}
|
|
19075
19147
|
},
|
|
19076
19148
|
{
|
|
@@ -24650,6 +24722,28 @@
|
|
|
24650
24722
|
"reasons": []
|
|
24651
24723
|
}
|
|
24652
24724
|
},
|
|
24725
|
+
{
|
|
24726
|
+
"id": "runaway-guard",
|
|
24727
|
+
"path": "skills/runaway-guard",
|
|
24728
|
+
"category": "ai-ml",
|
|
24729
|
+
"name": "runaway-guard",
|
|
24730
|
+
"description": "Cost-safety discipline for paid AI / inference APIs: treat $-cost as a third complexity dimension alongside time and space. Forces a written per-run $-cap, per-day $-cap, max-iterations bound, concurrency limit, and a matching provider-dashboard hard cap BEFORE any call site is written.",
|
|
24731
|
+
"risk": "safe",
|
|
24732
|
+
"source": "community",
|
|
24733
|
+
"date_added": "2026-05-28",
|
|
24734
|
+
"plugin": {
|
|
24735
|
+
"targets": {
|
|
24736
|
+
"codex": "supported",
|
|
24737
|
+
"claude": "supported"
|
|
24738
|
+
},
|
|
24739
|
+
"setup": {
|
|
24740
|
+
"type": "none",
|
|
24741
|
+
"summary": "",
|
|
24742
|
+
"docs": null
|
|
24743
|
+
},
|
|
24744
|
+
"reasons": []
|
|
24745
|
+
}
|
|
24746
|
+
},
|
|
24653
24747
|
{
|
|
24654
24748
|
"id": "rust-async-patterns",
|
|
24655
24749
|
"path": "skills/rust-async-patterns",
|
|
@@ -25514,20 +25608,22 @@
|
|
|
25514
25608
|
"category": "api-integration",
|
|
25515
25609
|
"name": "sendblue-api",
|
|
25516
25610
|
"description": "Send and receive iMessage, SMS, and RCS from application code via the Sendblue HTTP API \u2014 text, media, group messages, send styles, reactions, typing indicators, status callbacks, and inbound webhooks.",
|
|
25517
|
-
"risk": "
|
|
25611
|
+
"risk": "critical",
|
|
25518
25612
|
"source": "community",
|
|
25519
25613
|
"date_added": "2026-05-22",
|
|
25520
25614
|
"plugin": {
|
|
25521
25615
|
"targets": {
|
|
25522
|
-
"codex": "
|
|
25523
|
-
"claude": "
|
|
25616
|
+
"codex": "blocked",
|
|
25617
|
+
"claude": "blocked"
|
|
25524
25618
|
},
|
|
25525
25619
|
"setup": {
|
|
25526
25620
|
"type": "none",
|
|
25527
25621
|
"summary": "",
|
|
25528
25622
|
"docs": null
|
|
25529
25623
|
},
|
|
25530
|
-
"reasons": [
|
|
25624
|
+
"reasons": [
|
|
25625
|
+
"explicit_target_restriction"
|
|
25626
|
+
]
|
|
25531
25627
|
}
|
|
25532
25628
|
},
|
|
25533
25629
|
{
|
|
@@ -25536,20 +25632,22 @@
|
|
|
25536
25632
|
"category": "api-integration",
|
|
25537
25633
|
"name": "sendblue-cli",
|
|
25538
25634
|
"description": "Send iMessage and SMS from the shell via the @sendblue/cli npm package \u2014 outbound sends, contact management, and account setup with no API client or webhook server required.",
|
|
25539
|
-
"risk": "
|
|
25635
|
+
"risk": "critical",
|
|
25540
25636
|
"source": "community",
|
|
25541
25637
|
"date_added": "2026-05-22",
|
|
25542
25638
|
"plugin": {
|
|
25543
25639
|
"targets": {
|
|
25544
|
-
"codex": "
|
|
25545
|
-
"claude": "
|
|
25640
|
+
"codex": "blocked",
|
|
25641
|
+
"claude": "blocked"
|
|
25546
25642
|
},
|
|
25547
25643
|
"setup": {
|
|
25548
25644
|
"type": "none",
|
|
25549
25645
|
"summary": "",
|
|
25550
25646
|
"docs": null
|
|
25551
25647
|
},
|
|
25552
|
-
"reasons": [
|
|
25648
|
+
"reasons": [
|
|
25649
|
+
"explicit_target_restriction"
|
|
25650
|
+
]
|
|
25553
25651
|
}
|
|
25554
25652
|
},
|
|
25555
25653
|
{
|
|
@@ -25558,20 +25656,22 @@
|
|
|
25558
25656
|
"category": "automation",
|
|
25559
25657
|
"name": "sendblue-notify",
|
|
25560
25658
|
"description": "Text the user's phone when a long-running task, agent turn, or scheduled job finishes \u2014 via @sendblue/cli for outbound, optionally wired to a Claude Code Stop hook for automatic fire.",
|
|
25561
|
-
"risk": "
|
|
25659
|
+
"risk": "critical",
|
|
25562
25660
|
"source": "community",
|
|
25563
25661
|
"date_added": "2026-05-22",
|
|
25564
25662
|
"plugin": {
|
|
25565
25663
|
"targets": {
|
|
25566
|
-
"codex": "
|
|
25567
|
-
"claude": "
|
|
25664
|
+
"codex": "blocked",
|
|
25665
|
+
"claude": "blocked"
|
|
25568
25666
|
},
|
|
25569
25667
|
"setup": {
|
|
25570
25668
|
"type": "none",
|
|
25571
25669
|
"summary": "",
|
|
25572
25670
|
"docs": null
|
|
25573
25671
|
},
|
|
25574
|
-
"reasons": [
|
|
25672
|
+
"reasons": [
|
|
25673
|
+
"explicit_target_restriction"
|
|
25674
|
+
]
|
|
25575
25675
|
}
|
|
25576
25676
|
},
|
|
25577
25677
|
{
|
|
@@ -27440,20 +27540,22 @@
|
|
|
27440
27540
|
"category": "marketing",
|
|
27441
27541
|
"name": "socialclaw",
|
|
27442
27542
|
"description": "Agent-first social media publishing skill \u2014 schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.",
|
|
27443
|
-
"risk": "
|
|
27543
|
+
"risk": "critical",
|
|
27444
27544
|
"source": "community",
|
|
27445
27545
|
"date_added": "2026-05-25",
|
|
27446
27546
|
"plugin": {
|
|
27447
27547
|
"targets": {
|
|
27448
|
-
"codex": "
|
|
27449
|
-
"claude": "
|
|
27548
|
+
"codex": "blocked",
|
|
27549
|
+
"claude": "blocked"
|
|
27450
27550
|
},
|
|
27451
27551
|
"setup": {
|
|
27452
27552
|
"type": "none",
|
|
27453
27553
|
"summary": "",
|
|
27454
27554
|
"docs": null
|
|
27455
27555
|
},
|
|
27456
|
-
"reasons": [
|
|
27556
|
+
"reasons": [
|
|
27557
|
+
"explicit_target_restriction"
|
|
27558
|
+
]
|
|
27457
27559
|
}
|
|
27458
27560
|
},
|
|
27459
27561
|
{
|
|
@@ -29251,15 +29353,17 @@
|
|
|
29251
29353
|
"date_added": "2026-05-26",
|
|
29252
29354
|
"plugin": {
|
|
29253
29355
|
"targets": {
|
|
29254
|
-
"codex": "
|
|
29255
|
-
"claude": "
|
|
29356
|
+
"codex": "blocked",
|
|
29357
|
+
"claude": "blocked"
|
|
29256
29358
|
},
|
|
29257
29359
|
"setup": {
|
|
29258
29360
|
"type": "none",
|
|
29259
29361
|
"summary": "",
|
|
29260
29362
|
"docs": null
|
|
29261
29363
|
},
|
|
29262
|
-
"reasons": [
|
|
29364
|
+
"reasons": [
|
|
29365
|
+
"explicit_target_restriction"
|
|
29366
|
+
]
|
|
29263
29367
|
}
|
|
29264
29368
|
},
|
|
29265
29369
|
{
|