qualcomm-ai-assistant

qualcomm-ai-assistant is a skill for Claude Code, Codex from idea2realClaw/myAgent. It costs 151 tokens per session (645 once invoked), scanned A, original, MIT.

A browser-based question tool for Qualcomm’s official product documentation and AI Assistant. It covers Qualcomm IoT chips and development boards such as IQ-9075, QCS9075, QCS6490, and QCS8250.

In plain words
What is it for?
Use it to ask about chip specifications, compare Qualcomm products, or find development-kit setup instructions.
Why use it?
It saves you from manually searching Qualcomm’s documentation for answers about a chip or board. Replies include links to the documents used as sources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to ask about chip specifications, compare Qualcomm products, or find development-kit setup instructions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/idea2realclaw/myagent/qualcomm-ai-assistant
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add idea2realClaw/myAgent --skill qualcomm-ai-assistant
Clone the repo
git clone --depth 1 https://github.com/idea2realClaw/myAgent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qualcomm-ai-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/idea2realclaw/myagent/qualcomm-ai-assistant/github.svg)](https://agentmods.dev/skills/idea2realclaw/myagent/qualcomm-ai-assistant)
Your own site
<a href="https://agentmods.dev/skills/idea2realclaw/myagent/qualcomm-ai-assistant"><img src="https://agentmods.dev/badge/skills/idea2realclaw/myagent/qualcomm-ai-assistant/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qualcomm-ai-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/idea2realclaw/myagent/qualcomm-ai-assistant"><img src="https://agentmods.dev/badge/skills/idea2realclaw/myagent/qualcomm-ai-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00151 $0.00645
Opus 5 $0.00076 $0.00322
Sonnet 5 $0.00030 $0.00129
Haiku 4.5 $0.00015 $0.00064

Measured 9d ago against content hash 994a90fa11d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

qualcomm-ai-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/ask_qualcomm_ai.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/qualcomm-ai-assistant/SKILL.md · 65 lines

What it actually says

Qualcomm AI Assistant Skill

通过浏览器自动化访问 Qualcomm 官方文档网站的 AI Assistant,发送问题并获取基于高通文档库的 AI 回复。

前置条件

  • playwright-cli 已安装(npm install -g @playwright/cli@latest
  • 系统安装了 Edge 浏览器(Windows 环境默认可用)
  • 网络可访问 docs.qualcomm.com

使用方法

# 基本用法 - 向 AI 助手提问
python scripts/ask_qualcomm_ai.py "What is IQ-9075?"

# 指定产品页面
python scripts/ask_qualcomm_ai.py "How to set up the development kit?" --product 1601111740076079

# 等待更长时间(复杂问题)
python scripts/ask_qualcomm_ai.py "Compare IQ-9075 with QCS8250" --timeout 60

工作流程

  1. 使用 playwright-cli 打开 Edge 浏览器
  2. 导航到指定的高通产品文档页面
  3. 等待 AI Assistant 面板加载
  4. 在输入框中填入问题
  5. 按 Enter 发送
  6. 等待 AI 生成回复(轮询检测 "Generating..." 状态消失)
  7. 从页面快照中提取回复文本和引用来源
  8. 关闭浏览器并返回结构化结果

输出格式

脚本输出为 JSON 格式,包含:

  • question: 用户提出的问题
  • answer: AI 助手的回复文本(Markdown 格式)
  • sources: 引用的文档链接列表
  • product_url: 当前产品页面 URL

注意事项

  • AI 回复时间通常 15-30 秒,复杂问题可能需要更长时间
  • 未登录时 AI 功能有限,建议登录高通开发者账号以获取更完整的文档访问
  • 如果 "Generating..." 状态超过 60 秒未消失,视为超时
  • 每次提问会开启新聊天(自动点击 "Start a new chat")
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 65 lines · 151 tokens per session scan A 994a90fa11d8

Subscribe to this mod's changes

qualcomm-ai-assistant is a skill published in the GitHub repository idea2realClaw/myAgent (2 stars, last pushed 20d ago), licensed MIT. It adds 151 tokens to every session and 645 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

screen-recording-on-chromebook

Records screen video on ChromeOS devices, Chromebooks, and CrOS DUTs over SSH using ffmpeg KMS grab, and transcodes the video to MP4 on the host workstation. Use when recording the screen of a Chromebook, ChromeOS device, cros DUT, or CrOS test hardware, capturing visual bug reproductions or feature demonstrations on…

chromium/chromium · 170 tokens

physical-chromebook-debugging

Build and deploy Chrome to a physical ChromeOS device, monitor logs, and take screenshots over SSH. Use when working with remote Chromebook testing hardware, deploying new builds of Chrome or ChromeOS, reading specific log files via SSH, or taking screenshots of a connected test endpoint.

chromium/chromium · 61 tokens

go2rtc-cameras

Multi-camera RTSP to WebRTC streaming via go2rtc.

SharpAI/DeepCamera · 18 tokens

lichtblick

Use when deploying, launching, or reviewing the Lichtblick web viewer — an open-source, Foxglove-compatible MCAP / ROS-bag / robotics log viewer served from S3 artifacts.

nebius/nebius-physical-ai · 41 tokens

cad-viewer-skill

Start or reuse CAD Viewer and return review links for CAD, implicit, robot-description, and G-code files (.step, .stl, .glb, .3mf, .gcode, .dxf, .urdf, .srdf, .sdf).

darellchua2/opencode-config-template · 62 tokens

digikey

Proven scraping playbook for digikey.com /en/products/category/ listings. Cloudflare challenge (cf-mitigated: challenge) blocks bare curl with HTTP 403, but a puppeteer connection to the user's real Chrome via the real Chrome debug port walks straight through with zero stealth, no captcha, no proxy, no auth. Listings…

AgentComputerAI/torch · 140 tokens