sync-claude-config

sync-claude-config is a skill for OpenCode from tomcounsell/ai. It costs 75 tokens per session (1,351 once invoked), scanned B, original, GPL-3.0.

A synchronization skill that copies Claude Code configuration into OpenCode’s configuration layout without duplicating changes on repeated runs.

In plain words
What is it for?
Use it to sync agents, commands, settings, hooks, permissions, and related configuration files.
Why use it?
It keeps two coding-agent configurations aligned after the source configuration changes.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

Good fit Use it to sync agents, commands, settings, hooks, permissions, and related configuration files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomcounsell/ai/sync-claude-config
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 tomcounsell/ai --skill sync-claude-config
Clone the repo
git clone --depth 1 https://github.com/tomcounsell/ai

Made for: OpenCode.

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-claude-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomcounsell/ai/sync-claude-config/github.svg)](https://agentmods.dev/skills/tomcounsell/ai/sync-claude-config)
Your own site
<a href="https://agentmods.dev/skills/tomcounsell/ai/sync-claude-config"><img src="https://agentmods.dev/badge/skills/tomcounsell/ai/sync-claude-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sync-claude-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomcounsell/ai/sync-claude-config"><img src="https://agentmods.dev/badge/skills/tomcounsell/ai/sync-claude-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,351 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00075 $0.01351
Opus 5 $0.00037 $0.00675
Sonnet 5 $0.00015 $0.00270
Haiku 4.5 $0.00007 $0.00135

Measured 9d ago against content hash 8f1477768f5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

sync-claude-config 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 9d 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

- `.opencode/agents/*.md` — one per `.claude/agents/*.md`. `tools: ['*']` -> full access,
.opencode/skills/sync-claude-config/SKILL.md · 91 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 91 lines · 75 tokens per session scan B 8f1477768f5d

Subscribe to this mod's changes

sync-claude-config is a skill published in the GitHub repository tomcounsell/ai (24 stars, last pushed yesterday), licensed GPL-3.0. It adds 75 tokens to every session and 1,351 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

channel_message

Use this skill to proactively send a one-way message to a user/session/channel, usually only when the user explicitly asks to send to a channel/session or when proactive notification is needed. First query sessions with qwenpaw chats list, then push with qwenpaw channels send.

agentscope-ai/QwenPaw · 58 tokens

proof-orchestrator

Manage a stateful, run-directory-based proof project: continuation across runs, run-local source bookkeeping, manual GPT Pro handoff packages when a local attempt stalls, and an optional DeepSeek second opinion as additional evidence only. Use when the user asks for proof-run orchestration, a GPT Pro handoff, or…

wanshuiyin/Auto-claude-code-research-in-sleep · 93 tokens

oma-recap

Analyze conversation histories from multiple AI tools (Grok, Claude, Codex, Gemini, Qwen, Cursor, Antigravity) and generate themed daily/period work summaries. Filter by date or time window.

first-fluke/oh-my-agent · 47 tokens

create-prompt

Create prompts for sidecar workspaces. Covers prompt structure (name, ticketMode, body), template variables (ticket with fallbacks), config file locations (global vs project), and scope overrides. Use when creating or modifying prompts in sidecar config files.

marcus/sidecar · 55 tokens

keyboard-shortcuts

Reference for keyboard shortcut implementation, keybinding registration, shortcut parity with vim and other TUI tools, and the complete shortcut assignment table across all sidecar plugins. Use when adding or modifying keyboard shortcuts, checking shortcut assignments, resolving key conflicts, or assessing alignment…

marcus/sidecar · 59 tokens

lark-cli

Use when the user wants to operate Lark or Feishu via the local lark-cli (@larksuite/cli), including install, app credentials, OAuth, readiness checks, and safe read/write boundaries.

Peiiii/nextclaw · 46 tokens