regulationsgov-comments-fetch

Installation
SKILL.md

Regulations.gov Comments Fetch

Core Goal

  • Fetch comments data from https://api.regulations.gov/v4/comments.
  • Filter by configurable time windows (lastModifiedDate or postedDate).
  • 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
Related skills

More from tiangong-ai/skills

Installs
11
GitHub Stars
6
First Seen
Mar 15, 2026