Agent Skills
› DenisovAV/flutter_gemma
› qr-code
qr-code
GitHub根据提供的URL生成二维码。
Trigger Scenarios
用户需要为某个URL生成二维码
Install
npx skills add DenisovAV/flutter_gemma --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
- 451fc69 Current 2026-08-20 14:01


