Install
openclaw skills install skill-qr-cardGenerate styled QR images/cards for ClawHub skills so users can scan and install instantly. Supports install-command payloads, ClawHub links, and GitHub link...
openclaw skills install skill-qr-cardCreate a styled QR card (SVG or PNG) that users can scan to install a skill instantly.
scripts/generate_qr_card.js.convert is available)node scripts/generate_qr_card.js --slug skill-feednode scripts/generate_qr_card.js --slug skill-feed --title "SkillFeed" --mode installnode scripts/generate_qr_card.js --slug skill-feed --out ./images/skillfeed-card.svginstall (default): QR payload = clawhub install <slug>clawhub: QR payload = https://clawhub.ai/<slug>github: QR payload = https://github.com/<owner>/<repo> (requires --github)MEDIA:./images/<file>.svg line is printed for quick sharing.convert installed.references/design-guidelines.md