qai-appbuilder Skill
qai-appbuilder is a Python AI agent skill with uvx/pip. QAI AppBuilder is designed to help developers easily execute models on WoS and Linux platforms. It encapsulates the Qualcomm® AI Runtime SDK APIs into a set of simplified interfaces for running models on the NPU/HTP.
How to use qai-appbuilder Skill
Install or run
pip install qai-appbuilderClient configuration
{
"_comment": "Model Pack 模板。复制本目录到 features/app-builder/models/<your-pack-id>/,把 modelId 改成与目录同名,再按需填字段。manifest schema 详见 plans/.../1779105878246-neon-eagle.md 的 E.1 节。",
"schema_version": 1,
"modelId": "_template",
"displayName": "Pack Template",
"category": "SR",
"_categoryDeprecated": "category will be removed in v1.x+2; consume taxonomy.{group,task} instead",
"_taxonomyHint": "Pick group + task from /api/appbuilder/taxonomy. Group must be one of: audio | computer-vision | generative-ai | multimodal. Task must be a valid task id under that group (e.g. super-resolution, ocr, speech-recognition).",
"taxonomy": {
"group": "computer-vision",
"task": "super-resolution",
"tags": []
},
"version": "0.0.0",
"vendor": "QAIModelBuilder",
"description": "Model Pack 模板,仅用于演示协议接线。",
"longDescription": "复制本目录到 features/app-builder/models/<id>/,把 modelId 改名后再补 weights / examples。",
"tags": ["template"],
"runtime": {
"backend": "cpu",
"delegate": "cpu",
"quantization": "fp32",
"modelSizeMB": 0,
"supportedDevices": ["any"]
},
"inputSchema": { "kind": "image" },
"outputSchema": { "kind": "image" },
"params": [],
"metrics": { "latencyMs": 0, "memoryMB": 0 },
"examples": [],
"assets": {
"weightsUrl": "",
"checksum": "",
"sizeBytes": 0
},
"runner": {
"type": "python-script",
"script": "runner.py",
"venv": "system",
"timeoutMs": 60000
},
"skill": {
"enabled": false,
"file": "SKILL.md"
},
"capabilities": {
"streaming": false,
"batch": false,
"benchmark": false,
"cancel": true
},
"_variantsHint": "Multi-variant Pack support (docs/30-ui-ux/multi-variant-pack-contract.md §1). Optional. When present: length>=1; exactly one entry has defaWhat is qai-appbuilder Skill?
qai-appbuilder is a Python AI agent skill with uvx/pip. QAI AppBuilder is designed to help developers easily execute models on WoS and Linux platforms. It encapsulates the Qualcomm® AI Runtime SDK APIs into a set of simplified interfaces for running models on the NPU/HTP. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- pyproject.toml config support
Technical details
Install or run qai-appbuilder using uvx/pip. Check qualcomm/qai-appbuilder for the latest setup command.
- Built for Python
- Built for Node.js
- Install or run with uvx/pip
- Uses SSE transport
- API key required
- Network access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use qai-appbuilder Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
Built with
Explore related resources
Frequently asked questions
What is qai-appbuilder?
qai-appbuilder is a Python AI agent skill with uvx/pip. QAI AppBuilder is designed to help developers easily execute models on WoS and Linux platforms. It encapsulates the Qualcomm® AI Runtime SDK APIs into a set of simplified interfaces for running models on the NPU/HTP.
Who is qai-appbuilder best for?
qai-appbuilder is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows.
How do I install qai-appbuilder?
Install or run qai-appbuilder using uvx/pip. Check qai-appbuilder for the latest setup command.
Is qai-appbuilder actively maintained?
qai-appbuilder may need a closer maintenance check before production use.
Auto-fetched from GitHub.