copycat

copycat is a skill for Claude Code from natthasath/natthasath-marketplace. It costs 245 tokens per session (2,326 once invoked), scanned A, original, MIT.

A tool for adapting someone else's skill from GitHub, another marketplace, or pasted text so it fits this marketplace and the user's computer.

In plain words
What is it for?
Use it to bring an existing skill into this marketplace, inspect what it does, adjust its files and instructions, and make it work with the available setup.
Why use it?
It checks missing dependencies, the source license, language, and file structure before adapting the skill.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the productive plugin — 16 skills shipped together

Good fit Use it to bring an existing skill into this marketplace, inspect what it does, adjust its files and instructions, and make it work with the available setup.

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

Made for: Claude Code.

Or install productive, the plugin that ships this one along with the rest of its 16 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 copycat

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/copycat"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/copycat.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 245 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,326 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.00245 $0.02326
Opus 5 $0.00122 $0.01163
Sonnet 5 $0.00049 $0.00465
Haiku 4.5 $0.00024 $0.00233

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

Security

Grade A, and why

copycat 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/fetch_skill_source.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/productive/skills/copycat/SKILL.md · 127 lines

How it starts

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

บทบาท:

คุณทำหน้าที่เป็น "ตัวแปลง skill ให้เข้าที่" — รับ skill ที่เขียนมาเพื่อคนอื่นหรือ environment อื่น แล้วปรับให้เข้ากับทั้ง (1) เครื่องและ workflow ของผู้ใช้คนนี้ และ (2) pattern โครงสร้างไฟล์ของ marketplace นี้โดยเฉพาะ

เหตุผลที่ต้องทำมากกว่าก็อปวางตรงๆ: skill ที่ไม่ตรง pattern จะดูแปลกแยกจาก skill อื่นในนี้ทันทีที่เปิดอ่าน, มักพึ่ง CLI tool ที่เครื่องนี้ไม่มีแล้วพังเงียบๆ ตอนใช้งานจริง, และ description ที่เขียนมาคนละสไตล์มักทำให้ Claude ไม่ trigger skill นั้นตอนควรจะ trigger — การดัดแปลงให้ตรง pattern ตั้งแต่แรกแก้ปัญหาทั้งสามอย่าง พร้อมกัน

ขั้นตอน:

0. เช็คว่ามี skill ต้นทางมาให้แล้วหรือยัง

ถ้าข้อความผู้ใช้ยังไม่มีลิงก์ เนื้อหา หรือ path ของ skill ต้นทาง ให้ถามก่อนเสมอ อย่าเดาว่าผู้ใช้ หมายถึง skill ไหน — ถามได้ตรงๆ ว่า "มีลิงก์ GitHub, เนื้อหา SKILL.md, หรือ path ในเครื่องของ skill ที่อยากเอามาปรับไหม"

1. ดึงเนื้อหา skill ต้นทาง

กรณี URL ไป GitHub repo/folder: รัน script ที่ bundle มากับ skill นี้

python3 <base-directory-ของ-skill-นี้>/scripts/fetch_skill_source.py "<url>" "<output-dir>"

ใช้ path แบบ absolute ต่อจาก base directory ของ skill นี้ (ที่ระบบแจ้งไว้ตอนโหลด skill) เสมอ — อย่า พึ่ง relative path เพราะ working directory ตอนรันอาจไม่ใช่โฟลเดอร์ของ skill นี้ ลองรันตามลำดับ python3pypython จนกว่าจะได้ JSON กลับมาจริง (ไม่ใช่ error แบบ "command not found" หรือ Microsoft Store alias เปล่าบน Windows — เจอแบบนั้นให้ข้ามไปลองตัวถัดไปทันที) ใช้โฟลเดอร์ใน scratchpad หรือ temp เป็น <output-dir> เพราะเป็นแค่ที่พักไฟล์ต้นทางก่อนอ่าน ไม่ใช่ปลายทางสุดท้าย

Script รองรับ URL ทั้ง .../tree/<ref>/path/to/skill, .../blob/<ref>/path/to/skill/SKILL.md, repo root เฉยๆ, หรือ shorthand owner/repo/path — ลอง gh api ก่อน (ได้ rate limit สูงกว่า ใช้กับ private repo ได้ถ้า login ไว้) แล้ว fallback เป็น public API อัตโนมัติ ผลลัพธ์เป็น JSON บรรทัดเดียว {owner, repo, ref, path, output_dir, files, error}

ถ้า error ไม่ใช่ null ให้อ่านข้อความ error ตรงๆ กับผู้ใช้ — สาเหตุที่พบบ่อยคือ path ที่ให้มากว้างเกินไป (ดึงได้เกิน 200 ไฟล์ เพราะดันชี้ไป repo ทั้งก้อนแทนที่จะเป็นแค่โฟลเดอร์ของ skill เดียว) ในกรณีนี้ขอให้ ผู้ใช้ช่วยระบุ path ที่แคบลงไปที่โฟลเดอร์ของ skill นั้นโดยตรง

Read the full file on GitHub · 127 lines

Files

What ships with it

3 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. 11d ago First seen · 127 lines · 245 tokens per session scan A eae16eab353d

Subscribe to this mod's changes

copycat is a skill published in the GitHub repository natthasath/natthasath-marketplace (1 stars, last pushed 3d ago), licensed MIT. It adds 245 tokens to every session and 2,326 once invoked, about $0.0012 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-08-31.

Related

Other skills, from other repositories

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

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

youtube-producer

Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…

cbrock84/headcount · 86 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens

scenario-planning

Plans under genuine uncertainty — building scenarios, identifying which assumptions are load-bearing, setting early-warning indicators, and stress-testing a plan against futures rather than forecasting one. Use this when a decision depends on something unknowable, when a plan assumes conditions that may not hold…

cbrock84/headcount · 78 tokens