name: citedy-reddit-writer description: "Reddit listings → Citedy POST /api/agent/autopilot (no scout credits). citedy-reddit-setup + citedy-reddit-run. Use when user says citedy reddit writer, reddit autopilot cron, citedy-reddit-run, or OpenClaw Reddit articles."
citedy-reddit-writer (Cursor)
Repo: github.com/citedy/citedy-reddit-writer
Workspace root for this clone is the directory that contains pyproject.toml (not a subfolder). All commands run from . (repo root).
What it does
- Public Reddit listings → filter/dedupe →
POST /api/agent/autopilotwithsource_urls. - Poll
GET /api/agent/articles/{jobId}on 202. - Does not use
scout/reddit.
Setup
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
citedy-reddit-setup
Run
set -a && source .env && set +a
citedy-reddit-run --config config.yaml
Dry-run: citedy-reddit-run --config config.example.yaml --dry-run
In Cursor
- Work from repo root (where
pyproject.tomllives). - Install venv +
pip install -e .if entrypoints missing. - Use
citedy-reddit-setupuntilconfig.yamland.envexist. - Prefer
--dry-runfor safe tests.
saas-blog monorepo: package lives at citedy-reddit-writer/ under the Next.js repo root; use cd citedy-reddit-writer there. Skill copy: .cursor/skills/citedy-reddit-writer/SKILL.md at monorepo root.