regulationsgov-comment-detail-fetch
Installation
SKILL.md
Regulations.gov Comment Detail Fetch
Core Goal
- Fetch detailed comment resources from
GET /comments/{commentId}. - Support ID inputs from CLI and files (txt/json/jsonl).
- Optionally request
include=attachments. - Return machine-readable JSON and optionally save JSONL artifacts.
- 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