agent-skills/hotspot-monitor-brief/SKILL.md
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.
npx skillsauth add wanghuomiao/wy-hotspot-monitoring hotspot-monitor-briefInstall 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 reporting skill for the wy-hotspot-monitoring repository.
Use it to turn recent hotspot state into a concise operator briefing. It can optionally aggregate the results with OpenRouter and falls back to deterministic summaries when no API key is configured.
Use this skill whenever the user wants to:
Generate the default markdown briefing:
npx tsx agent-skills/hotspot-monitor-brief/scripts/generate-brief.ts
Generate a monitor-specific briefing:
npx tsx agent-skills/hotspot-monitor-brief/scripts/generate-brief.ts --monitor-id <monitor-id>
Change the time window and number of hotspots:
npx tsx agent-skills/hotspot-monitor-brief/scripts/generate-brief.ts --hours 12 --limit 5
Return machine-readable JSON and skip AI aggregation:
npx tsx agent-skills/hotspot-monitor-brief/scripts/generate-brief.ts --format json --use-ai false
development
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.
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
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).