plugins/utils/skills/skills/SKILL.md
Manage the AIWG skills registry by listing, searching, inspecting, installing, and publishing skills
npx skillsauth add jmagly/aiwg skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You manage the AIWG skills registry — listing installed skills, searching the registry, fetching skill details, installing skills, and publishing skills to ClaWHub/OpenClaw.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---------|---------|--------|
| List installed | "what skills are installed?" | Run aiwg skills list |
| Search registry | "search for skills related to voice" | Run aiwg skills search voice |
| Skill details | "tell me about the mention-wire skill" | Run aiwg skills info mention-wire |
| Install skill | "install the commit-and-push skill" | Run aiwg skills install commit-and-push |
| Publish skill | "publish this skill to the registry" | Run aiwg skills publish <path> |
When triggered:
Identify the subcommand:
Run the appropriate command:
# List locally installed skills
aiwg skills list
# Search the registry
aiwg skills search <query>
# Show details for a specific skill
aiwg skills info <skill-id>
# Install a skill from the registry
aiwg skills install <skill-id>
# Publish a skill to the registry
aiwg skills publish <skill-path>
# Machine-readable output
aiwg skills list --json
aiwg skills search <query> --json
Report the result — confirm what was found, installed, or published.
User: "What skills are installed?"
Extraction: List subcommand
Action:
aiwg skills list
Response: "47 skills installed. Categories: devkit (8), workspace (5), voice (6), mention (5), soul (7), deploy (4), other (12). Run aiwg skills info <id> for details."
User: "Search for skills related to git"
Extraction: Search subcommand, query = git
Action:
aiwg skills search git
Response: "4 registry results for 'git': commit-and-push (installed), git-flow, git-blame-analysis, repo-health-check. Run aiwg skills install <id> to add any."
User: "How does the deploy-gen skill work?"
Extraction: Info subcommand, skill-id = deploy-gen
Action:
aiwg skills info deploy-gen
Response: "deploy-gen: Generates deployment plans and runbooks from SDLC artifacts. Triggers on 'generate deployment plan', 'create runbook', 'deploy prep'. Allowed tools: Read, Write, Bash. Handler: src/cli/handlers/deploy-gen.ts."
User: "Install the repo-health-check skill"
Extraction: Install subcommand, skill-id = repo-health-check
Action:
aiwg skills install repo-health-check
Response: "Installed repo-health-check v1.2.0 to agentic/code/addons/aiwg-utils/skills/repo-health-check/. Triggers: 'repo health', 'check repository health', 'audit repo'."
User: "Publish the skill at ./my-skills/code-review to the registry"
Extraction: Publish subcommand, path = ./my-skills/code-review
Action:
aiwg skills publish ./my-skills/code-review
Response: "Published code-review v1.0.0 to the skills registry. Available as aiwg skills install code-review."
If the user's intent is ambiguous:
aiwg skills search <topic> to find candidates."data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.