用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/k2b-dev/nessi --skill qr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build applications with the @k2b/nessi TypeScript library. Use this skill whenever the user wants to create or modify a CLI, backend endpoint, service, prototype, provider switcher, streaming UI adapter, tool-calling workflow, structured-output task, agent loop, or AI integration using @k2b/nessi. Trigger for questions about root nessi(), nessi.structured(), @k2b/nessi/ai complete(), stream(), provider setup, responseFormat, OpenAI/OpenRouter/vLLM/Ollama/Anthropic/Mistral/Gemini, message formats, multimodal input, canonical block streaming events, issue events for malformed tool streams, dynamic per-turn tool resolution, tool call IDs, loopId correlation, loop_end.aggregate metadata, loop-level stats, local or durable steering, historical tool results, context growth, tool execution events, usage accounting, generation options, provider timeouts, API keys, local models, context-overflow handling, or when choosing whether the provider-only /ai layer is enough versus the root APIs.
Developer utilities: Base64, JWT decode, hashing, UUID, passwords, timestamps, regex test, URL encode. Use instead of opening external websites for dev tools.
Search the web and extract page content. Use for current facts, docs, versions, or any URL. Not for github.com — use the github skill.
基于 SOC 职业分类
正在显示 SKILL.md
| name | qr |
| description | Generate QR codes from text or URLs. Use for QR codes, scannable links, or printable codes. |
| metadata | {"nessi":{"command":"qr","enabled":true}} |
Use the qr command to generate QR codes.
Prefer this when the user wants to:
qr generate "https://example.com"
qr generate "Hello World" --output /output/hello.svg
qr generate "https://example.com" --scale 12
--scale to control pixel size (default: 8).--output to also save the SVG to a file.