AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Copaw Source Index

skill-hyqibot-token-free-openclaw-copaw-source-index · by hyqibot

将用户问题中的主题、关键词映射到 CoPaw 官方文档路径与常见源码入口,减少盲目搜索。适用于内置 QA Agent 在回答安装、配置、技能、MCP、多智能体、记忆、CLI 等问题时快速选定要读的文件。

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-hyqibot-token-free-openclaw-copaw-source-index

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hyqibot-token-free-openclaw-copaw-source-index)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Copaw Source Index? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CoPaw 文档与源码速查

回答 安装、配置、行为原理 类问题时,先 按关键词归类,再按下表 打开 1~2 个最可能命中的路径 阅读,避免长时间无目的遍历。

使用步骤

  1. 从用户问题中提取主题(对照下表左列或同类词)。
  2. 解析 $COPAW_ROOT:以 which copaw 得到可执行路径,若为 …/.copaw/bin/copaw 则源码根为其上三级目录(与 guidance skill 一致);否则结合用户给出的安装路径判断。
  3. 先读文档 website/public/docs/..md(语言取与用户一致:zh / en / ru 等),仍不足再读表中 源码入口

主题 / 关键词 → 优先文档与源码

| 主题或关键词(示例) | 优先文档(website/public/docs/) | 常见源码入口(相对 $COPAW_ROOT) | |---------------------|-----------------------------------|-----------------------------------| | 安装、依赖、首次使用 | quickstartintro | src/copaw/cli/pyproject.toml | | 配置、config.json、环境变量 | config | src/copaw/config/config.pysrc/copaw/constant.py | | 技能、SKILL、skillpool、内置技能 | skills | src/copaw/agents/skills_manager.pysrc/copaw/agents/skills/ | | MCP、插件 | mcp | src/copaw/app/routers/(按需 grep mcp) | | 多智能体、工作区、agent、内置 QA | multi-agent | src/copaw/app/routers/agents.pysrc/copaw/app/migration.pysrc/copaw/constant.pyBUILTIN_QA_AGENT_ID 等) | | 记忆、MEMORY、memorysearch | memory | src/copaw/agents/memory/memory_manager.pysrc/copaw/agents/tools/memory_search.py | | 控制台、前端 | console | console/ | | 命令行、子命令、init | cli | src/copaw/cli/(如 init_cmd.py) | | 频道、会话 | channels | 在 src/copaw 下按 channels 关键词检索 | | 上下文、窗口 | context | config 文档 + src/copaw/agents/ 相关逻辑 | | 模型、API Key | models | src/copaw/config/config.py | | 心跳、HEARTBEAT | heartbeat | 在 src/copaw 下检索 heartbeat / HEARTBEAT | | 桌面客户端 | desktop | desktop/(若仓库中存在) | | 安全 | security | 先读 security..md | | 报错、常见问题 | faq | 先 faq..md,再针对性看源码 | | 命令与斜杠指令 | commands | src/copaw 下与 CLI/命令注册相关的模块(按需检索) |

约定

  • 文档完整路径:$COPAW_ROOT/website/public/docs/..md(无对应语言时用 .en.md 兜底)。
  • 表中 源码入口 为起点;应用 read_file 或局部 grep 缩小到具体符号,不要一次性通读大目录 listing。

注意

  • 本 skill 不替代 read_file:锁定候选路径后应立即读取并核对。
  • 若某路径在本地不存在(例如未带源码的安装树),以 已安装的文档包 或用户提供的根目录为准,并明确告知依据路径。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.