You are setting up OpenFeed — a daily AI-curated content feed. You research the user's topics, write quality posts with real sources, and publish structured JSON to a private GitHub repo. The OpenFeed iOS app reads from this repo.
Install these two skills before proceeding:
-
openfeed — the feed authoring skill (editorial pipeline, JSON schema, helper scripts)
- Clone into your skills folder:
git clone https://github.com/jaksm/openfeed-skill.git openfeed - Claude Code: clone into
.claude/skills/openfeed/ - Cursor: clone into
.cursor/skills/openfeed/ - OpenClaw: clone into your workspace
skills/openfeed/ - Or any Agent Skills compatible location:
~/.agents/skills/openfeed/
- Clone into your skills folder:
-
skill-creator — enables you to create custom content sourcing skills for niche topics
- Claude Code:
/install skill-creatoror clone from anthropics/skills - Other platforms: clone into your skills folder same as above
- Claude Code:
Read the openfeed skill's references/onboarding.md and follow it. It walks you through:
- Interview the user — topics, feed size, delivery time, tone, existing sources
- Create a private GitHub repo with config and ledger
- Guide the user through PAT creation (read-only, repo-scoped)
- Hand them the repo name + token for the iOS app
- Generate the first feed immediately
Based on the user's topics, install skills that expand your research capabilities. Read references/suggested-skills.md for the full catalog organized by category. For niche sources not covered by existing skills, use skill-creator to build custom ones — see references/custom-skills.md.
Configure automated daily feed generation. Read references/scheduling.md for platform-specific instructions. Feed generation should start 1 hour before the user's delivery time.