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/masa-san-jp/agent-aiko/syncnpx skills add masa-san-jp/Agent-Aiko --skill syncgit clone --depth 1 https://github.com/masa-san-jp/Agent-AikoWrote 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/masa-san-jp/agent-aiko/sync)<a href="https://agentmods.dev/skills/masa-san-jp/agent-aiko/sync"><img src="https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/sync.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.00104 | $0.00835 |
| Opus 5 | $0.00052 | $0.00417 |
| Sonnet 5 | $0.00021 | $0.00167 |
| Haiku 4.5 | $0.00010 | $0.00084 |
Grade B, and why
sync scanned grade B with 1 finding 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 6d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- 自動同期 hook:`{{ORG_REPO_PATH}}/.claude/settings.json` の SessionStart(pull)/ SessionEnd(push) What it actually says
/sync
エージェント定義ディレクトリ(例:{{ORG_REPO_PATH}}/Agent-team/agents/ 配下)を GitHub と同期する手動コマンドの参考実装。パス・名称は各組織の構成に合わせて調整して使う。SessionStart / SessionEnd で自動実行される同期スクリプト(agent-sync.sh 相当)と同じスクリプトを呼ぶ。任意のタイミングで一発同期したいときに使う。
引数
- 引数なし(デフォルト):full sync(
pull → push → status) pull:GitHub の最新を取り込むだけpush:同期対象配下の変更を自動 commit & push するだけstatus:同期状態だけを表示
引数なし(デフォルト:full sync)
pull → push → status を一気に実行する。「いつでも同期したい」ときの基本コマンド。
bash {{ORG_REPO_PATH}}/Agent-team/tools/agent-sync/agent-sync.sh
出力例:
[agent-sync] pull 完了:xxxxxxx ...
[agent-sync] push 完了:xxxxxxx chore(sync): auto-sync agents YYYY-MM-DD HH:MM
同期状態:
リモートと一致
agents/ 配下のローカル変更: 0 件
引数 pull
GitHub の最新を取り込むだけ(fast-forward 可能なときに限る)。
bash {{ORG_REPO_PATH}}/Agent-team/tools/agent-sync/agent-sync.sh pull
ローカル変更があればスキップして警告のみ表示する。
引数 push
同期対象ディレクトリ配下の変更を自動 commit & push するだけ。
bash {{ORG_REPO_PATH}}/Agent-team/tools/agent-sync/agent-sync.sh push
- 変更がなければ何もしない
- 他ディレクトリの変更には触れない
- コミットメッセージは
chore(sync): auto-sync agents YYYY-MM-DD HH:MMで固定(書式は任意に変更可)
引数 status
同期状態だけを表示する。
bash {{ORG_REPO_PATH}}/Agent-team/tools/agent-sync/agent-sync.sh status
それ以外の引数
pull / push / status 以外を指定された場合は、上記のいずれかを指定するよう案内する。
関連
/log-push— ログ書き込みと push を同時に行う複合コマンド
関連ファイル
- スクリプト本体:
{{ORG_REPO_PATH}}/Agent-team/tools/agent-sync/agent-sync.sh(agent-sync.sh相当) - 同期対象ディレクトリ:
{{ORG_REPO_PATH}}/Agent-team/agents/ - 自動同期 hook:
{{ORG_REPO_PATH}}/.claude/settings.jsonの SessionStart(pull)/ SessionEnd(push)
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.
- 6d ago First seen · 77 lines · 104 tokens per session scan B bd5c3619187b
sync is a skill published in the GitHub repository masa-san-jp/Agent-Aiko (3 stars, last pushed 1mo ago), licensed MIT. It adds 104 tokens to every session and 835 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
git-commit
Stage, write, and structure git commits and pull requests cleanly. Read this before committing — for conventional-commit message format, when to split commits, and how to open a PR with the gh CLI.
openai-whisper-api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
optimizer
Analyzes and automatically optimizes existing agents by improving system prompts and tool configuration.
app_evaluator
A professional skill for App Evaluation (evaluating app's performance with score) and App Improvement (giving professional suggestions for improving the app's performance).
add-backend
Guide for adding a backend (Rust or Python) to the agent-sec-core security middleware. Use when creating new backends, integrating Rust or Python code into the security middleware, or extending with new backend actions.
skill-ledger
Skill 安全状态查看、风险暴露审查、用户决策、快速扫描认证与可选深度扫描。支持用户主动查看或扫描单个/全部 Skill;当用户要求 agent 安装 Skill 且安装成功后,必须自动对最终本地目录执行快速扫描认证。.