Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/aadarshvelu/syndicate/syndicate-exportnpx skills add aadarshvelu/syndicate --skill syndicate-exportgit clone --depth 1 https://github.com/aadarshvelu/syndicateWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aadarshvelu/syndicate/syndicate-export)<a href="https://agentmods.dev/skills/aadarshvelu/syndicate/syndicate-export"><img src="https://agentmods.dev/badge/skills/aadarshvelu/syndicate/syndicate-export.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.00527 |
| Opus 5 | $0.00015 | $0.00264 |
| Sonnet 5 | $0.00006 | $0.00105 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
syndicate-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/syndicate-export
You are exporting the digest to the news-archive git repo and pushing it remotely. External side-effect — only run when the user explicitly asked.
Step 1 — preflight
Run status and confirm:
env_present.FEED_REPO_URListrueenv_present.FEED_REPO_PATistrue
If either is missing, tell the user which one and stop. The export will
fail at the git push step otherwise, but the items will already have
been written to the local news-archive working tree, leaving them in a
half-committed state.
Step 2 — export
Run:
cd "${SYNDICATE_REPO:-$(pwd)}" && uv run python -m pipeline.cli export
Output envelope:
{"ok": true, "result": {"exported_today": N, "exported_yesterday": N, "committed": true, "pushed": true, "errors": []}, "log_path": "..."}
Step 3 — report
One line:
✓ export · today=+X yesterday=+Y · committed · pushed
exported_today and exported_yesterday only count the most recent two
days for backwards compatibility — but the underlying export now writes
the last 4 days as a window (so post-outage catch-up doesn't drop items
on the floor). If both are 0 and committed=false, the run was a no-op
because all items in the window are already in the remote repo.
If pushed=false but committed=true, the local repo got the commit
but git push origin main failed (auth, network, or remote ahead). The
user can usually fix by running git -C <news-archive-path> push manually.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 57 lines · 31 tokens per session scan A e7d8c0b965cb
syndicate-export is a skill published in the GitHub repository aadarshvelu/syndicate (2 stars, last pushed 3mo ago), licensed MIT. It adds 31 tokens to every session and 527 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
publish-oss-repo
Use when preparing a repository for public release, or auditing one that already has working code but still reads as neglected to a stranger or to GitHub's own UI — "has the files" is not "reads as maintained". Triggers on "publish a repo", "open source this", "release", "make it look maintained", "license shows…
release
Cut an AgentOS release via the scripts/publish flow. Use when the user asks to release, publish, cut a release, or bump the AgentOS version.
release-preview
Cut an AgentOS release-preview. Use when the user asks for a preview, release-preview, or a branch dist-tag build.
publish-registry
Publish @agentos-software/ registry packages from AgentOS. Use whenever the user asks to publish or release registry software/agent packages.
release
Run the local Agent Safehouse release flow: inspect commits since the last published release, propose the next SemVer version and changelog, present a dry-run for confirmation, then update changelog, publish the GitHub release, and publish the stable Homebrew tap when confirmed.
push-release
Push to GitHub and optionally bump version to trigger PyPI release.