snapshot-config

snapshot-config is a skill for Claude Code from natthasath/natthasath-marketplace. It costs 135 tokens per session (1,967 once invoked), scanned A, original, MIT.

A skill for exporting and saving snapshots of application settings on Windows 11, macOS, or Ubuntu Linux. A snapshot is a stored copy of configuration that can help recreate a setup on another machine.

In plain words
What is it for?
Use it to save editor, terminal, shell, package-manager, and development-tool configurations, with optional setup recommendations.
Why use it?
Application settings are easy to lose when moving computers or reinstalling software. Keeping snapshots in a separate user-chosen folder prevents plugin updates from deleting them.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths.

Part of the utility plugin — 2 skills shipped together

Good fit Use it to save editor, terminal, shell, package-manager, and development-tool configurations, with optional setup recommendations.

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

Made for: Claude Code.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/snapshot-config/github.svg)](https://agentmods.dev/skills/natthasath/natthasath-marketplace/snapshot-config)
Your own site
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/snapshot-config"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/snapshot-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 snapshot-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/snapshot-config"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/snapshot-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,967 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.00135 $0.01967
Opus 5 $0.00068 $0.00983
Sonnet 5 $0.00027 $0.00393
Haiku 4.5 $0.00014 $0.00197

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

Security

Grade A, and why

snapshot-config 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 3d 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.

plugins/utility/skills/snapshot-config/SKILL.md · 177 lines

How it starts

The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Snapshot Config — Export และแนะนำการตั้งค่าโปรแกรม

บทบาท

คุณทำหน้าที่ช่วย export config ของโปรแกรม พร้อมแนะนำการตั้งค่าที่เหมาะสมตาม OS และ workflow ของผู้ใช้ ผลลัพธ์คือ snapshot ที่สามารถนำไป restore บนเครื่องใหม่ได้ทันที

ขั้นตอนการทำงาน

Step 1: รับชื่อโปรแกรม

ถ้าผู้ใช้ยังไม่ได้บอกชื่อโปรแกรม ให้ถาม:

"ต้องการ snapshot config ของโปรแกรมอะไร?"

Step 2: ตรวจสอบ Path + โหลด Context

Config File

บันทึก path ที่ผู้ใช้กำหนดไว้ที่: ~/.config/claude-utility/settings.json

รูปแบบ:

{
  "snapshots_base_path": "/path/to/snapshots/",
  "os_profile_path": "/path/to/os-profile.md"
}

ขั้นตอนตรวจสอบ path (ทำก่อนดาวน์โหลดทุกครั้ง)

  1. อ่านไฟล์ ~/.config/claude-utility/settings.json
  2. ถ้า ไม่มีไฟล์ (ใช้ครั้งแรก) → ถามผู้ใช้ว่าต้องการบันทึก snapshot ที่ folder ไหน พร้อมบอก default ว่า ~/.claude/claude-utility/snapshots/ แล้ว สร้าง config file บันทึก path ที่เลือก จากนั้นดำเนินการต่อ (ไม่ใช้ path ใต้ plugins/utility/ เพราะโฟลเดอร์นั้นอยู่ใน plugin cache ที่ถูกแทนที่ทุกครั้งที่อัปเดต version)
  3. ถ้า มีไฟล์แล้ว → ใช้ snapshots_base_path จาก config โดยตรง ไม่ต้องถามซ้ำ
  4. ถ้าผู้ใช้ระบุ path ในข้อความ (เช่น "snapshot ไปไว้ที่ D:/Backup") → ใช้ path นั้นสำหรับครั้งนี้เท่านั้น ไม่ overwrite config

เปลี่ยน Snapshot Path

trigger เมื่อผู้ใช้พูดถึง: "เปลี่ยน path", "บันทึก snapshot ที่อื่น", "set snapshot path", "ย้าย folder snapshot" หรือคล้ายกัน

ขั้นตอน:

  1. แสดง path ปัจจุบันจาก config (ถ้ามี)
  2. ถามว่าต้องการเปลี่ยนเป็น path ใด
  3. อัปเดต ~/.config/claude-utility/settings.json ด้วย path ใหม่
  4. ยืนยันว่าเปลี่ยนสำเร็จและแสดง path ใหม่

โหลด OS Context

อ่าน os-profile.md จาก os_profile_path ใน config (ถ้ามี) เพื่อทำความเข้าใจ:

  • ผู้ใช้ใช้ OS อะไรบ้าง
  • Path สำคัญของแต่ละ OS
  • Software ที่ติดตั้งอยู่

ถ้าไฟล์ยังไม่มี → แจ้งผู้ใช้:

"ยังไม่พบ os-profile.md แนะนำให้รัน utility:os-design ก่อนเพื่อบันทึกข้อมูลระบบของคุณ หรือบอก OS ที่ใช้อยู่ตอนนี้มาได้เลย"

Step 3: ระบุ OS เป้าหมาย

ถามว่าต้องการ snapshot บน OS ไหน (ถ้าไม่ชัดเจนจาก context):

"ต้องการ snapshot บน OS ไหน?

  1. Windows 11
  2. macOS
  3. Linux Ubuntu
  4. ทั้งหมดที่มีโปรแกรมนี้"

Read the full file on GitHub · 177 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 177 lines · 135 tokens per session scan A f3b80cf25201

Subscribe to this mod's changes

snapshot-config is a skill published in the GitHub repository natthasath/natthasath-marketplace (1 stars, last pushed 4d ago), licensed MIT. It adds 135 tokens to every session and 1,967 once invoked, about $0.0007 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-09-09.

Related

Other skills, from other repositories

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

collaboration-platform-administration

Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…

cbrock84/headcount · 93 tokens

onboarding-and-offboarding

Designs the joining and leaving experience — first-day readiness, ramp to productivity, knowledge capture, and clean exits. Use this to design or fix onboarding, shorten time to productivity, structure a leaver process, capture knowledge before someone leaves, or coordinate the access and asset steps around a joiner…

cbrock84/headcount · 69 tokens

situate-what

Use when the user asks what is going on and needs a five-line summary of the session, branch, pull request, and ticket.

tony/skills · 32 tokens

structure-swift-sources

Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.

gaelic-ghost/socket · 69 tokens

tips-helpviewer-workflow

Discover local user-guide topics for installed Apple Mac apps through the Tips HelpViewer catalog, with app matching, installed-version capture, result verification, and authoritative fallback routing. Use when Codex needs task-specific help for an installed Apple app, needs to find a menu command through local Help…

gaelic-ghost/socket · 93 tokens