regulationsgov-comments-fetch
Installation
SKILL.md
Regulations.gov Comments Fetch
Core Goal
- Fetch
commentsdata fromhttps://api.regulations.gov/v4/comments. - Filter by configurable time windows (
lastModifiedDateorpostedDate). - Apply optional filters (
agencyId,commentOnId,searchTerm). - Return machine-readable JSON and optionally save JSONL records locally.
- Keep execution observable with structured logs and optional log file.
Required Environment
- Configure runtime with environment variables (see
references/env.md). - Start from
assets/config.example.env. - Load env values before running commands:
set -a
source assets/config.example.env
set +a