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 skills add ozzy-labs/suasor --skill sync-nowgit clone --depth 1 https://github.com/ozzy-labs/suasorWrote 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/ozzy-labs/suasor/sync-now)<a href="https://agentmods.dev/skills/ozzy-labs/suasor/sync-now"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/sync-now.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.00160 | $0.01155 |
| Opus 5 | $0.00080 | $0.00577 |
| Sonnet 5 | $0.00032 | $0.00231 |
| Haiku 4.5 | $0.00016 | $0.00115 |
Grade A, and why
sync-now 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 7d 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
sync-now
会話から connector の read 専用 ingest pass を走らせ、ローカルストアの鮮度を担保する HITL write skill(ADR-0027 / ADR-0004)。Suasor の中核価値「散在した業務情報を手元に集める」は、定期的に sync しないと常に古くなる。brief / next-actions / find など読み取り系を実行する前段に使い、「最新を取り込んでから」のニーズに応える。CLI suasor sync の会話版に相当する。
いつ発火するか
- 「最新を取り込んでから状況教えて」「最新に更新して」
- 「Slack 同期して」「
<connector>を今すぐ取り込んで」 - 「sync して」
何をするか(MCP tool flow)
- どの connector を対象にするか(全有効 connector か、特定の connector か)を確認する
connector.syncを呼んで ingest pass を走らせる。差分は fingerprint / cursor で検知され、同一データの再実行は event を重複 append しない(冪等・ADR-0007 FR-ING-3)- 取り込み結果(connector ごとの件数)を要約する。後続の読み取り系 skill(
brief等)に繋げる
制約
- ingest は read 専用で外部への書き込み・送信は発生しない(egress ゼロ・ADR-0003 / ADR-0027)。
connector.syncは MCP 上は write tool(ローカルに event を append するため)だが、HITL 原則を破る外部送信は伴わない - 承認境界の例外(明示) — 他の write skill が共有する「ユーザー確認後に承認分のみ適用する」定型は本 skill には置かない。
connector.syncはローカルへの event append のみで、HITL が守る対象(外部送信・不可逆な適用)に当たらないため、手順 1 の「どの connector を対象にするか」の確認をもって実行してよい(ADR-0004) - 1 connector の失敗が全体を止めない(continue-on-error)。失敗は status で報告する
- 定期実行は本 skill の責務ではない。常駐 watch は採らず、cron / launchd / systemd timer による
suasor syncの定期実行に委譲する(ADR-0027・docs/guide/scheduling.md)。本 skill は「今すぐ取り込む」one-shot 用 - 本 skill は手順書のみで実処理を持たない
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.
- 7d ago First seen · 42 lines · 160 tokens per session scan A eec3eb54d062
sync-now is a skill published in the GitHub repository ozzy-labs/suasor (0 stars, last pushed 28d ago), licensed MIT. It adds 160 tokens to every session and 1,155 once invoked, about $0.0008 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
molecular-rag
Retrieve structurally similar compounds with known properties from ChEMBL/ZINC to ground predictions and inform optimization. Based on MolRAG (Xian 2025, ACL).
nemotron-retrieval-recipes
Use when planning, debugging, tuning, evaluating, exporting, or deploying public Nemotron embed/rerank retrieval recipes.
openkb-deck-neon
A skill for creating a single-file HTML slide deck from content stored in OpenKB, a knowledge-base chat system. It defines a dark, high-tech visual style using neon colors, glow effects, and glass-like panels.
openkb-deck-editorial
A tool for creating a single-file HTML slide presentation from compiled knowledge-base content. Its visual style uses a warm cream background, serif typography, and brick-red accents.
openkb-html-critic
Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…
moss-pikachu
Build and maintain Moss Pikachu, a macOS menu bar semantic file search app using Moss Python SDK (PyPI moss>=1.6.0), FSEvents, SwiftUI, and Pikachu pet animations. Use when working on MossPikachu, mossworker.py, FileMonitor, SearchService, menu bar overlay, or Moss integration in this repository.