qrcoding-quickstart

qrcoding-quickstart is a skill for Claude Code, Codex from contentscoin/qrcoding-skill-mcp. It costs 41 tokens per session (393 once invoked), scanned A, original, MIT.

A quick-start router for people who want to create a QR code for the first time.

In plain words
What is it for?
Use it to classify QR requests for links, text, Wi-Fi, contacts, email, SMS, phone numbers, locations, or calendar events, then hand them to the tool that creates the codes.
Why use it?
It sorts the request by content type and whether the code should stay fixed or allow its destination to change later.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/contentscoin/qrcoding-skill-mcp/qrcoding-quickstart
Any agent
npx skills add contentscoin/qrcoding-skill-mcp --skill qrcoding-quickstart
Clone the repo
git clone --depth 1 https://github.com/contentscoin/qrcoding-skill-mcp

Made for: Claude Code, Codex.

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 qrcoding-quickstart

README.md
[![agentmods](https://agentmods.dev/badge/skills/contentscoin/qrcoding-skill-mcp/qrcoding-quickstart.svg)](https://agentmods.dev/skills/contentscoin/qrcoding-skill-mcp/qrcoding-quickstart)
Your own site
<a href="https://agentmods.dev/skills/contentscoin/qrcoding-skill-mcp/qrcoding-quickstart"><img src="https://agentmods.dev/badge/skills/contentscoin/qrcoding-skill-mcp/qrcoding-quickstart.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00041 $0.00393
Opus 5 $0.00020 $0.00197
Sonnet 5 $0.00008 $0.00079
Haiku 4.5 $0.00004 $0.00039

Measured 2d ago against content hash 68181f55325b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qrcoding-quickstart 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 2d 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.

skills/qrcoding-quickstart/SKILL.md · 26 lines

What it actually says

QR Coding Quickstart

"QR 만들어줘", "이 링크로 QR", "메뉴/포스터에 넣을 QR" 같은 첫 생성 요청을 가볍게 분류만 한다. 실제 도구 호출 절차는 qrcoding-campaign-operator 스킬에 있으므로 여기서 재문서화하지 않는다.

분류 순서

  1. 무엇을 인코딩하나: URL · 텍스트 · WiFi · 연락처(vCard) · 이메일 · 문자(SMS) · 전화 · 위치(geo) · 일정(calendar).
  2. 동적 vs 정적: 나중에 목적지를 바꾸거나 스캔 수를 보고 싶으면 동적(URL만 가능). 그 외에는 정적. 링크는 기본 동적으로 제안한다.
  3. 여러 개를 한 번에 만드는 캠페인이면 일괄 생성/ CSV 가져오기로 안내한다.

위임

분류가 끝나면 qrcoding-campaign-operator의 절차로 넘겨 실제 생성을 수행한다(예: create_qr_code, 일괄은 create_qr_batch, CSV는 import_qr_csv).

  • 지원 여부가 불확실하면(예: 특정 콘텐츠 타입·로고·지역 분석) 추측하지 말고 먼저 get_capabilities를 확인한다.
  • 생성 후에는 QR id, 동적 URL, 렌더 링크처럼 사용자가 바로 쓸 값만 요약한다.

연결이 아직 안 됐다면 qrcoding-connect를 안내한다.

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. 2d ago First seen · 26 lines · 41 tokens per session scan A 68181f55325b

Subscribe to this mod's changes

qrcoding-quickstart is a skill published in the GitHub repository contentscoin/qrcoding-skill-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 393 once invoked, about $0.0002 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.