skill for qrcode generate、decode
SaferSkills independently audited qrcode-skill (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate and decode QR codes via the remote MCP service at https://qrcode.api4claw.com/mcp.
| Operation | MCP Tool | Description |
|---|---|---|
| Generate QR Code | generate_qr_code | Convert text or URL into a QR code PNG image (base64-encoded) |
| Decode QR Code | decode_qr_code | Extract text content from a QR code image |
This skill requires the following MCP server to be configured:
{
"mcpServers": {
"qrcode": {
"type": "http",
"url": "https://qrcode.api4claw.com/mcp"
}
}
}generate_qr_code MCP tool:text (required): The content to encodesize (optional): Image size in pixels.png filedecode_qr_code MCP tool:image_base64 (required): Base64-encoded PNG image dataSee MCP API Reference for detailed tool schemas and examples.
Generate:
"Generate a QR code for https://github.com" "Create a 256px QR code containing my WiFi config: WIFI:T:WPA;S:MyNetwork;P:password123;;"
Decode:
"Decode the QR code in ./assets/ticket.png" "What does this QR code say?" (with image attached)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.