qrcoding-designer

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

A routing guide for QR requests involving logos, brand colors, shapes, or other visual choices. It passes the final design to the QR campaign operator and checks whether the result remains scannable.

In plain words
What is it for?
Classifying logo and color requests, applying branding to one or many QR codes, checking supported options, and validating scanability.
Why use it?
It separates design decisions from QR creation and helps catch branding choices that could make a code difficult to scan.

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-designer
Any agent
npx skills add contentscoin/qrcoding-skill-mcp --skill qrcoding-designer
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-designer

README.md
[![agentmods](https://agentmods.dev/badge/skills/contentscoin/qrcoding-skill-mcp/qrcoding-designer.svg)](https://agentmods.dev/skills/contentscoin/qrcoding-skill-mcp/qrcoding-designer)
Your own site
<a href="https://agentmods.dev/skills/contentscoin/qrcoding-skill-mcp/qrcoding-designer"><img src="https://agentmods.dev/badge/skills/contentscoin/qrcoding-skill-mcp/qrcoding-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 415 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.00042 $0.00415
Opus 5 $0.00021 $0.00208
Sonnet 5 $0.00008 $0.00083
Haiku 4.5 $0.00004 $0.00042

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

Security

Grade A, and why

qrcoding-designer 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 4d 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-designer/SKILL.md · 23 lines

What it actually says

QR Coding Designer

"로고 넣어줘", "브랜드 색으로", "예쁜/디자인 QR", "명함 느낌" 같은 디자인 요청을 분류한다. 실제 도구 호출은 qrcoding-campaign-operator로 위임한다.

분류 순서

  1. 로고: 이미지를 upload_logo로 검증해 logoDataUri를 받고 design.logoDataUri로 전달한다. PNG/JPG/WebP만 허용(SVG 소스 불가), 100KB 이하. 로고가 있으면 중앙에 삽입되고 오류정정이 자동으로 H로 올라간다. 로고는 SVG·PNG·PDF 내보내기에 모두 포함된다(PNG/PDF는 로고 포함 SVG를 래스터화).
  2. 색·모양: foreground/background, eyeShape, moduleShape, quietZone, errorCorrection. 커스텀 디자인은 Pro 플랜이며, 무료 플랜은 기본 템플릿(classic/studio/mono)만 사용한다.
  3. 캠페인 전체 브랜딩: 같은 로고/색을 여러 QR에 적용하려면 create_qr_batchdefaultDesign으로 한 번에 지정한다.

위임 + 검증

  • 디자인 결정이 끝나면 생성/렌더는 qrcoding-campaign-operator로 위임한다.
  • 만든 뒤 validate_qr_scanability로 스캔 가능성을 확인한다(로고 커버리지·오류정정 점검).
  • 지원 옵션이 헷갈리면 get_capabilities를 먼저 확인한다.
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. 4d ago First seen · 23 lines · 42 tokens per session scan A 7cb3f0b7b82f

Subscribe to this mod's changes

qrcoding-designer is a skill published in the GitHub repository contentscoin/qrcoding-skill-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 415 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.