Agent Skills
› jegly/Box
› qr-code
qr-code
GitHub根据指定 URL 生成二维码图像。通过 run_js 工具传入包含 url 字段的 JSON 数据,完成二维码的创建与输出。
Trigger Scenarios
需要为特定链接生成二维码
将文本或 URL 转换为可扫描的图形
Install
npx skills add jegly/Box --skill qr-code -g -y
SKILL.md
Frontmatter
{
"name": "qr-code",
"description": "Generates a QR code for the given url."
}
Instructions
You MUST use the run_js tool with the following exact parameters:
- data: A JSON string with the following fields:
- url: String - the url to create QR code for
Version History
- 7897895 Current 2026-07-24 17:00


