feedcontext
FeedContext Skill
FeedContext is skill-first. Use this root skill to route to the action docs and the packed helper script.
Before any other FeedContext action in an agent session, run:
node scripts/helper.mjs version
The version action prints JSON with installed and latest git revisions,
upgrade_available, and the npx skills install feedcontext upgrade command.
Use conversation context to decide whether to surface upgrade availability to
the user.
Use node scripts/helper.mjs logout when the user asks to sign out, switch
accounts, or clear a stale local session.
Actions
- Authenticate and manage the local Skill Session through
actions/auth.md. - Read Feed Items through
actions/feed-items.md. - Manage Subscriptions through
actions/subscriptions.md. - Use raw API calls and public resource boundaries through
actions/api.md. - Compose editorial HTML briefing pages through
actions/briefing-page.md. - Convert OPML to concurrent Subscription creates through
actions/opml.md. - Troubleshoot OAuth and local Skill Session storage through
actions/troubleshooting.md.
When reading Feed Items, remember that item list is paginated and returns one
page by default. Use item list --all when the user asks for all matching Feed
Items.
When composing summaries, roundups, insights, briefings, or briefing pages,
follow actions/briefing-page.md: create and validate a Structured Synthesis
JSON sidecar before rendering prose or HTML.
This repository publishes the installable skill from skills/feedcontext.
Helper source changes must refresh scripts/helper.mjs before release so this
directory remains runnable.