QA_source_index

QA_source_index is a skill for Claude Code, Codex from agentscope-ai/QwenPaw. It costs 65 tokens per session (1,094 once invoked), scanned A, original, Apache-2.0.

A quick-reference guide that maps common QwenPaw questions to the documentation and source files most likely to explain them. QwenPaw is the software system these files belong to.

In plain words
What is it for?
It helps answer questions about installation, configuration, skills, MCP integrations, multiple agents, memory, and the command-line interface.
Why use it?
It reduces time spent searching through all of QwenPaw's documentation and code. It helps an agent start with one or two likely locations.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for qwenpaw. Also seen: built for qwenpaw.

Good fit It helps answer questions about installation, configuration, skills, MCP integrations, multiple agents, memory, and the command-line interface.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/qwenpaw/qa_source_index-en
About the project

QwenPaw is a personal AI assistant that runs on a local machine or in the cloud and connects to multiple chat applications. It provides memory, file workspaces, multiple agents, skills, plugins, and integrations with language-model providers and external tools. The catalogue entries are skills that extend its capabilities.

agentscope-ai/QwenPaw · 34,741 stars · on GitHub · qwenpaw.agentscope.io

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 agentscope-ai/QwenPaw --skill qa_source_index-en
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/QwenPaw

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 QA_source_index

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw/qa_source_index-en/github.svg)](https://agentmods.dev/skills/agentscope-ai/qwenpaw/qa_source_index-en)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/qwenpaw/qa_source_index-en"><img src="https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw/qa_source_index-en/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 QA_source_index

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentscope-ai/qwenpaw/qa_source_index-en"><img src="https://agentmods.dev/badge/skills/agentscope-ai/qwenpaw/qa_source_index-en.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,094 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. ✓ AI security review Fable 5.1 · 6 Sept 2026 📄 Read the review Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00065 $0.01094
Opus 5 $0.00032 $0.00547
Sonnet 5 $0.00013 $0.00219
Haiku 4.5 $0.00006 $0.00109

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

Security

Grade A, and why

QA_source_index 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 11d ago.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

src/qwenpaw/agents/skills/QA_source_index-en/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Documentation and Source Code Quick Reference

When answering questions about installation, configuration, or behavioral principles, first classify by keyword, then open 1–2 paths most likely to contain the answer from the table below, avoiding aimless directory traversal.

Usage Steps

  1. Extract the topic from the user's question (match against the left column or synonyms in the table below).
  2. Resolve $QWENPAW_ROOT: use which qwenpaw to get the executable path. If it is …/.qwenpaw/bin/qwenpaw, the source root is three levels up (consistent with the guidance skill); otherwise, determine it from the user-provided installation path.
  3. Resolve $DOCS_DIR first (cross-install compatible): run python3 -c "from qwenpaw.constant import DOCS_DIR; print(DOCS_DIR or '')" 2>/dev/null. If it returns a valid path, use it directly. Otherwise, fallback to $QWENPAW_ROOT/website/public/docs/.
  4. Read documentation first: $DOCS_DIR/<topic>.<language>.md (use the same language as the user: zh / en.). If that is insufficient, read the source entry points listed in the table.

Topic / Keywords → Preferred Documentation and Source Code

Topic or Keywords (examples) Preferred Documentation ($DOCS_DIR/) Common Source Entry Points (relative to $QWENPAW_ROOT)
Installation, dependencies, getting started quickstart, intro src/qwenpaw/cli/, pyproject.toml
Configuration, config.json, environment variables config src/qwenpaw/config/config.py, src/qwenpaw/constant.py
Skills, SKILL, skill_pool, built-in skills skills src/qwenpaw/agents/skill_system/, src/qwenpaw/agents/skills/
MCP, plugins mcp src/qwenpaw/app/routers/ (grep mcp as needed)
Multi-agent, workspace, agent, built-in QA multi-agent src/qwenpaw/app/routers/agents.py, src/qwenpaw/app/migration.py, src/qwenpaw/constant.py (BUILTIN_QA_AGENT_ID, etc.)
Memory, MEMORY, memory_search memory src/qwenpaw/agents/memory/memory_manager.py, src/qwenpaw/agents/tools/memory_search.py
Console, frontend console console/
CLI, subcommands, init cli src/qwenpaw/cli/ (e.g., init_cmd.py)
Channels, sessions channels Search for channels keyword under src/qwenpaw
Context, window context config docs + related logic in src/qwenpaw/agents/
Models, API Key models src/qwenpaw/config/config.py
Heartbeat, HEARTBEAT heartbeat Search for heartbeat / HEARTBEAT under src/qwenpaw
Desktop client desktop desktop/ (if present in the repository)
Security security Read security.<lang>.md first
Errors, FAQ faq Read faq.<lang>.md first, then examine source code as needed
Commands and slash commands commands CLI/command registration modules under src/qwenpaw (search as needed)

Read the full file on GitHub · 52 lines

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. 11d ago First seen · 52 lines · 65 tokens per session scan A da0b9d22e29b

Subscribe to this mod's changes

QA_source_index is a skill published in the GitHub repository agentscope-ai/QwenPaw (34,741 stars, last pushed today), licensed Apache-2.0. It adds 65 tokens to every session and 1,094 once invoked, about $0.0003 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-30.