sync-config

sync-config is a skill for Claude Code from rohithzr/claudebase. It costs 33 tokens per session (405 once invoked), scanned B, original, MIT.

A command for viewing and changing Claude Code configuration-sync settings, such as global-settings sync, skill-lock syncing, automatic backups, and the machine identifier.

In plain words
What is it for?
Use it to show settings, read or change one setting, reset a setting, enable global syncing, control automatic pushes, or set a machine ID.
Why use it?
It gives you one place to inspect or adjust how configuration syncing behaves instead of editing settings manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claudebase plugin — 6 skills, 2 hooks shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add rohithzr/claudebase
Claude Code
/plugin install claudebase

Made for: Claude Code.

Or install claudebase, the plugin that ships this one along with the rest of its 6 skills, 2 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rohithzr/claudebase/sync-config.svg)](https://agentmods.dev/skills/rohithzr/claudebase/sync-config)
Your own site
<a href="https://agentmods.dev/skills/rohithzr/claudebase/sync-config"><img src="https://agentmods.dev/badge/skills/rohithzr/claudebase/sync-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 405 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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.00033 $0.00405
Opus 5 $0.00016 $0.00202
Sonnet 5 $0.00007 $0.00081
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade B, and why

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

| `include_global` | `true`/`false` | Sync `~/.claude/settings.json` on push/pull |
skills/sync-config/SKILL.md · 49 lines

What it actually says

Config Sync Settings

View and modify claudebase configuration.

Instructions

Run the config manager script with the appropriate action:

bash "${CLAUDE_PLUGIN_ROOT}/scripts/config-manager.sh" ACTION [KEY] [VALUE]

Actions

  • show (default) — Display all current settings
  • set <key> <value> — Change a setting
  • get <key> — Read a single setting
  • reset <key> — Remove a setting (revert to default)

Configurable keys

Key Values Description
include_global true/false Sync ~/.claude/settings.json on push/pull
sync_agent_skills true/false Sync skills-lock.json (lock file only; prints install commands on pull)
auto_push true/false Auto-push config when a Claude Code session ends
machine_id any string Identifier for this machine (used in multi-machine warnings)

Examples

  • /sync-config — show all settings
  • /sync-config set include_global true — enable global settings sync
  • /sync-config set auto_push false — disable auto-push

User Arguments

$ARGUMENTS

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. 6d ago First seen · 49 lines · 33 tokens per session scan B c634f39753f4

Subscribe to this mod's changes

sync-config is a skill published in the GitHub repository rohithzr/claudebase (18 stars, last pushed 4mo ago), licensed MIT. It adds 33 tokens to every session and 405 once invoked, about $0.0002 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-30.