agent-skills/hotspot-monitor-run/SKILL.md
Run or inspect the hotspot monitoring cycle for the wy-hotspot-monitoring workspace. Use this skill whenever the user asks to scan now, trigger a monitor manually, check which monitors are due, validate the monitoring pipeline, or see the latest run results and new hotspots. Prefer this skill over using the web UI when the request is operational.
npx skillsauth add wanghuomiao/wy-hotspot-monitoring hotspot-monitor-runInstall 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.
This is a workspace-local operational skill for the wy-hotspot-monitoring repository.
Use it to inspect due monitors and trigger monitoring cycles through the existing backend execution path.
Use this skill whenever the user wants to:
Inspect status and due monitors:
npx tsx agent-skills/hotspot-monitor-run/scripts/run-cycle.ts status
Run all due monitors immediately:
npx tsx agent-skills/hotspot-monitor-run/scripts/run-cycle.ts run
Run a specific monitor:
npx tsx agent-skills/hotspot-monitor-run/scripts/run-cycle.ts run --monitor-id <monitor-id>
Run without forcing if you only want due monitors to execute:
npx tsx agent-skills/hotspot-monitor-run/scripts/run-cycle.ts run --force false
processedMonitors, newHotspots, and notifications first.data-ai
Manage hotspot monitoring definitions for the wy-hotspot-monitoring workspace. Use this skill whenever the user asks to create, update, pause, resume, inspect, list, or delete monitoring items, or when they want to change keywords, scopes, sources, intervals, GitHub repo allowlists, or notification email settings. Prefer this skill over editing data files manually.
testing
Generate a concise hotspot briefing from the wy-hotspot-monitoring workspace state. Use this skill whenever the user asks for a hotspot digest, trend summary, recent signal review, shift report, or operator-ready briefing, especially when they want a quick readout instead of raw JSON or the full dashboard.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.