🧪 Skills
Skill QR Card
Generate styled QR images/cards for ClawHub skills so users can scan and install instantly. Supports install-command payloads, ClawHub links, and GitHub link...
v0.1.2
Description
name: skill-qr-card description: Generate styled QR images/cards for ClawHub skills so users can scan and install instantly. Supports install-command payloads, ClawHub links, and GitHub links, with share-ready outputs (SVG/PNG). Use when users ask for “scan to install” visuals, QR sharing assets, or branded QR variants for skill distribution.
Skill QR Card
Create a styled QR card (SVG or PNG) that users can scan to install a skill instantly.
Workflow
- Collect inputs
- skill slug (required)
- display title (optional)
- target payload mode: install command / ClawHub URL / README URL
- Generate QR card
- Use
scripts/generate_qr_card.js.
- Use
- Return output files
- SVG (always)
- PNG (optional if ImageMagick
convertis available)
- Share result
- Send generated image path directly.
Commands
- Basic:
node scripts/generate_qr_card.js --slug skill-feed
- Custom title + mode:
node scripts/generate_qr_card.js --slug skill-feed --title "SkillFeed" --mode install
- Custom output:
node scripts/generate_qr_card.js --slug skill-feed --out ./images/skillfeed-card.svg
Modes
install(default): QR payload =clawhub install <slug>clawhub: QR payload =https://clawhub.ai/<slug>github: QR payload =https://github.com/<owner>/<repo>(requires--github)
Output
MEDIA:./images/<file>.svgline is printed for quick sharing.- Optional PNG is generated when system has
convertinstalled.
References
- Styling and payload conventions:
references/design-guidelines.md
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!