
rogue-agent1 skills on Remote OpenClaw
4 skills published by rogue-agent1. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
web-monitor
Monitors web pages for content changes by storing snapshots and computing diffs between checks. Supports CSS selectors to target specific elements like pricing tables or article lists rather than entire pages.
git-changelog-gen
Generates a human-readable changelog from git commit history. Supports markdown, plain text, and JSON output with date range and tag-based filtering. Automatically uses the last git tag as the start point and excludes merge commits.
port-check
Checks whether services are responding on specified host:port pairs. Supports both TCP connectivity and HTTP status verification, with a configurable timeout. Exits with a non-zero code if any target is down, making it scriptable.
brew-audit
Audits a Homebrew installation on macOS for outdated packages, unused downloads, and configuration issues. Runs a single script combining brew outdated, cleanup dry-run, and brew doctor checks. Outputs a summary of total formulae and cask counts.