sync-now

sync-now is a skill for Claude Code, Codex from ozzy-labs/suasor. It costs 160 tokens per session (1,155 once invoked), scanned A, original, MIT.

A workflow for bringing the latest data from selected connected services into a local store before answering questions about it. A connector is a configured link to one source, such as Slack.

In plain words
What is it for?
Use it when someone asks to sync or get the latest update, then run read-only searches, briefs, or next-action summaries. It can sync all enabled connectors or a named connector and report failures separately.
Why use it?
It prevents summaries and next steps from being based on stale information. The sync only appends imported events locally and does not send changes back to connected services.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when someone asks to sync or get the latest update, then run read-only searches, briefs, or next-action summaries. It can sync all enabled connectors or a named connector and report failures separately.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ozzy-labs/suasor/sync-now
Install

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.

Any agent
npx skills add ozzy-labs/suasor --skill sync-now
Clone the repo
git clone --depth 1 https://github.com/ozzy-labs/suasor

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for sync-now

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozzy-labs/suasor/sync-now.svg)](https://agentmods.dev/skills/ozzy-labs/suasor/sync-now)
Your own site
<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>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash eec3eb54d062, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

docs/skills/sync-now/SKILL.md · 42 lines

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)

  1. どの connector を対象にするか(全有効 connector か、特定の connector か)を確認する
  2. connector.sync を呼んで ingest pass を走らせる。差分は fingerprint / cursor で検知され、同一データの再実行は event を重複 append しない(冪等・ADR-0007 FR-ING-3)
  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-0027docs/guide/scheduling.md)。本 skill は「今すぐ取り込む」one-shot 用
  • 本 skill は手順書のみで実処理を持たない
Changes

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.

  1. 7d ago First seen · 42 lines · 160 tokens per session scan A eec3eb54d062

Subscribe to this mod's changes

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.

Related

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).

synthetic-sciences/openscience · 40 tokens

nemotron-retrieval-recipes

Use when planning, debugging, tuning, evaluating, exporting, or deploying public Nemotron embed/rerank retrieval recipes.

NVIDIA-NeMo/Nemotron · 36 tokens

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.

VectifyAI/OpenKB · 173 tokens

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.

VectifyAI/OpenKB · 117 tokens

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…

VectifyAI/OpenKB · 132 tokens

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.

usemoss/moss · 80 tokens