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/ozzy-labs/suasor/source-extractnpx skills add ozzy-labs/suasor --skill source-extractgit 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/source-extract)<a href="https://agentmods.dev/skills/ozzy-labs/suasor/source-extract"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/source-extract.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.00117 | $0.00755 |
| Opus 5 | $0.00059 | $0.00378 |
| Sonnet 5 | $0.00023 | $0.00151 |
| Haiku 4.5 | $0.00012 | $0.00076 |
Grade A, and why
source-extract 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.
This is a copy
86% identical to meeting-followup — 39 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
source-extract
特定 source の本文から task / decision / reply_draft 候補を抽出する HITL write skill(ADR-0004)。
いつ発火するか
- 「この資料から task 抽出」「これに含まれる decisions 教えて」
- 「
<source_id>から候補を」「このドキュメントから ToDo 拾って」
何をするか(MCP tool flow)
read で本文を取り、write は HITL。auto-apply 経路は存在しない(ADR-0004)。
- 対象 source を特定する(
externalId不明ならsearch/findで確定) source.get(externalId)で対象 source の本文を読むpropose.generate(mode=source_extract)で task / decision / reply_draft 候補を生成する(それぞれTaskProposed/DecisionRecorded/ReplyDraftProposed候補に対応、data-model.md)propose.list(state=pending)で生成済み候補を一覧し、ユーザーに提示して確認を取る(native framing: ホスト側で人の承認を促す。Issue #89)- ユーザーが承認した候補のみ
propose.applyで保存する(idempotent)。不要な候補はpropose.reject(任意で理由)で却下する(却下は記録され、再 apply されない)
制約
- HITL。人の承認なしに
propose.applyを呼ばない。auto-apply しない。propose.listは read(候補確認)、propose.rejectは却下の記録 - 本 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.
- 5d ago First seen · 45 lines · 117 tokens per session scan A 407d11f8d1a4
source-extract is a skill published in the GitHub repository ozzy-labs/suasor (0 stars, last pushed 26d ago), licensed MIT. It adds 117 tokens to every session and 755 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to meeting-followup, differing in 39 lines, and is treated as a copy.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
box
Box manages cloud files, sharing, search, and metadata.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
apple-notes
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).