Agent Skills
› jegly/Box
› qr-code
qr-code
GitHub该技能用于根据提供的URL生成二维码。它通过调用run_js工具,传入包含目标网址的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


