opencode-skills-collection 2.0.261 → 2.0.263

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-04-26T19:50:17.204Z",
3
+ "updatedAt": "2026-04-26T21:39:22.004Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
@@ -1,12 +1,20 @@
1
1
  ---
2
2
  name: manage-skills
3
3
  description: Discover, list, create, edit, toggle, copy, move, and delete AI agent skills across 11 tools (Cursor, Claude, Agents, Windsurf, Copilot, Codex, Cline, Aider, Continue, Roo Code, Augment)
4
+ risk: critical
5
+ source: community
6
+ source_repo: umutbozdag/agent-skills-manager
7
+ source_type: community
4
8
  ---
5
9
 
6
10
  # Manage AI Agent Skills
7
11
 
8
12
  You can manage skills and rules for all major AI coding tools directly from the terminal. This skill teaches you the directory layout, file format, and operations for each tool.
9
13
 
14
+ ## When to Use
15
+
16
+ Use this skill when the user wants to inspect, create, edit, enable, disable, copy, move, or delete local AI-agent skills or rule files across supported coding tools.
17
+
10
18
  ## Supported Tools & Paths
11
19
 
12
20
  ### Directory-based tools (multiple skills)
@@ -10,6 +10,10 @@ date_added: "2026-04-14"
10
10
 
11
11
  Use `mmx` to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform.
12
12
 
13
+ ## When to Use
14
+
15
+ Use this skill when the user wants to generate or inspect text, images, video, speech, music, web-search results, or MiniMax API resources through the `mmx` terminal CLI.
16
+
13
17
  ## Prerequisites
14
18
 
15
19
  ```bash
@@ -26,6 +26,10 @@ model cannot always cover — integrations that don't expose query history, cust
26
26
  between non-warehouse assets, or customers who already have this data and want to send it
27
27
  directly.
28
28
 
29
+ ## When to Use
30
+
31
+ Use this skill when the user needs to collect metadata, lineage, freshness, volume, or query-log data from a warehouse or adjacent system and push it into Monte Carlo through the push-ingestion API.
32
+
29
33
  Push data travels through the integration gateway → dedicated Kinesis streams → thin
30
34
  adapter/normalizer code → the same downstream systems that power the pull model. The only
31
35
  new infrastructure is the ingress layer; everything after it is shared.
@@ -18,6 +18,10 @@ Generate a SQL Notebook with validation queries for dbt changes.
18
18
 
19
19
  **Arguments:** $ARGUMENTS
20
20
 
21
+ ## When to Use
22
+
23
+ Use this skill when the user wants to validate dbt model or snapshot changes with Monte Carlo SQL Notebook queries, either from a GitHub PR or a local dbt repository.
24
+
21
25
  Parse the arguments:
22
26
  - **Target** (required): first argument — a GitHub PR URL or local dbt repo path
23
27
  - **MC Base URL** (optional): `--mc-base-url <URL>` — defaults to `https://getmontecarlo.com`
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: x402-express-wrapper
3
3
  description: Wrapper oficial de M2MCent (Node.js) para inyectar muros de pago x402 en APIs o servidores Model Context Protocol (MCP). Usar al construir nuevos servicios que requieran monetización máquina a máquina.
4
+ risk: critical
5
+ source: community
4
6
  tags: [x402, defi, monetization, express, mcp]
5
7
  ---
6
8
 
@@ -8,7 +10,7 @@ tags: [x402, defi, monetization, express, mcp]
8
10
 
9
11
  Esta skill te enseña cómo integrar rápidamente muros de cobro x402 en aplicaciones y servidores Node.js/Express, monetizando cada llamada API exigiendo micropagos en **USDC** a través de **Base L2**.
10
12
 
11
- ## 🎯 Caso de Uso
13
+ ## When to Use
12
14
  Usa esta skill cuando el usuario humano (u otro Agente) te solicite:
13
15
  1. "Agregar una barrera de pago a la API".
14
16
  2. "Monetizar el servidor MCP que acabamos de crear".
@@ -5,10 +5,15 @@ version: "12.0"
5
5
  description: "Adaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware, MCP-aware."
6
6
  category: agent-behavior
7
7
  risk: safe
8
+ source: community
8
9
  ---
9
10
 
10
11
  # ZipAI: Context & Token Optimizer
11
12
 
13
+ ## When to Use
14
+
15
+ Use this skill when the request needs context-window-aware triage, concise technical output, ambiguity handling, or selective reading of logs, source files, JSON/YAML payloads, VCS output, or MCP tool results.
16
+
12
17
  ## Rules
13
18
 
14
19
  ### Rule 1 — Adaptive Verbosity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-collection",
3
- "version": "2.0.261",
3
+ "version": "2.0.263",
4
4
  "description": "OpenCode CLI plugin that automatically downloads and keeps skills up to date.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/skills_index.json CHANGED
@@ -18303,8 +18303,8 @@
18303
18303
  "category": "ai-ml",
18304
18304
  "name": "manage-skills",
18305
18305
  "description": "Discover, list, create, edit, toggle, copy, move, and delete AI agent skills across 11 tools (Cursor, Claude, Agents, Windsurf, Copilot, Codex, Cline, Aider, Continue, Roo Code, Augment)",
18306
- "risk": "unknown",
18307
- "source": "unknown",
18306
+ "risk": "critical",
18307
+ "source": "community",
18308
18308
  "date_added": null,
18309
18309
  "plugin": {
18310
18310
  "targets": {
@@ -31246,8 +31246,8 @@
31246
31246
  "category": "backend",
31247
31247
  "name": "x402-express-wrapper",
31248
31248
  "description": "Wrapper oficial de M2MCent (Node.js) para inyectar muros de pago x402 en APIs o servidores Model Context Protocol (MCP). Usar al construir nuevos servicios que requieran monetizaci\u00f3n m\u00e1quina a m\u00e1quina.",
31249
- "risk": "unknown",
31250
- "source": "unknown",
31249
+ "risk": "critical",
31250
+ "source": "community",
31251
31251
  "date_added": null,
31252
31252
  "plugin": {
31253
31253
  "targets": {
@@ -31555,7 +31555,7 @@
31555
31555
  "name": "zipai-optimizer",
31556
31556
  "description": "Adaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware, MCP-aware.",
31557
31557
  "risk": "safe",
31558
- "source": "unknown",
31558
+ "source": "community",
31559
31559
  "date_added": null,
31560
31560
  "plugin": {
31561
31561
  "targets": {