Qr Code
Generates QR codes from text or URLs for easy scanning and sharing across various platforms – a handy utility for quick information access.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add qr-code npx -- -y @trustedskills/qr-code
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"qr-code": {
"command": "npx",
"args": [
"-y",
"@trustedskills/qr-code"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates QR codes from provided text or URLs. It can be used to quickly create scannable representations of information, simplifying sharing and access across different devices. The generated QR code image is returned as a data URI.
When to use it
- Create a QR code for a website URL to easily share with others at an event.
- Generate a QR code containing contact information (e.g., vCard) for business cards or promotional materials.
- Encode short text snippets, like Wi-Fi passwords, into a QR code for convenient access.
- Create a QR code from a product description to link directly to an online store.
Key capabilities
- Generates QR codes from text input.
- Generates QR codes from URL input.
- Returns the generated QR code as a data URI.
Example prompts
- "Generate a QR code for the website example.com."
- "Create a QR code with the text 'Hello, world!'"
- "Can you make a QR code containing my contact information?"
Tips & gotchas
The skill is limited to encoding relatively short strings of text or URLs; very long inputs may result in unreadable QR codes. Ensure the generated QR code is tested by scanning it with a mobile device before widespread distribution.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.