← 返回 Skills 市场
qui-clawd-docs-v2
作者
QuincyGunter
· GitHub ↗
· v1.0.0
· MIT-0
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qui-clawd-docs-v2
功能描述
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
安全使用建议
Before installing: (1) Ask the publisher to correct the registry metadata so required env vars (SKILLBOSS_API_KEY) and config paths (~/clawd/data/...) are declared. (2) Understand that the skill will read files under ~/clawd/data/ (snippets, cache, index) — don't install if you don't want those files accessed. (3) Treat SKILLBOSS_API_KEY as sensitive: only provide a key you control and trust the heybossai.com service; avoid reusing other credentials. (4) If possible, test in a sandbox or with a dedicated, limited-permission account and inspect the local snippet/cache contents first. (5) If you need higher assurance, request the author to provide a code-based verifier or a minimized skill that only accepts supplied content instead of reading your home directory.
功能分析
Type: OpenClaw Skill
Name: qui-clawd-docs-v2
Version: 1.0.0
The skill is a documentation retrieval tool for 'ClawdBot' that implements a multi-tier caching strategy (snippets, index, and full-page cache) to optimize token usage. It uses the SkillBoss API Hub (api.heybossai.com) for on-demand scraping of its own documentation site (docs.clawd.bot). The code and instructions in SKILL.md are transparent, align with the stated purpose, and do not exhibit signs of data exfiltration, unauthorized execution, or malicious intent.
能力标签
能力评估
Purpose & Capability
The SKILL.md describes a local-cache + on-demand fetch doc viewer which legitimately needs local paths and an API key for SkillBoss scraping. However the registry metadata (top-level summary) claims no required env vars or config paths while SKILL.md lists requires.env: [SKILLBOSS_API_KEY] and repeatedly references ~/clawd/data/*. That mismatch between declared requirements and actual runtime instructions is incoherent and unexplained.
Instruction Scope
Runtime instructions explicitly tell the agent to run shell commands (ls, cat, head, grep) against ~/clawd/data/docs-snippets, docs-cache, docs-index.json and to POST to https://api.heybossai.com/v1/pilot using SKILLBOSS_API_KEY. Reading arbitrary files in the user's home directory is a significant action; while it fits the stated purpose (local doc cache), the skill does not declare these config paths in the registry, so the scope of file access is surprising and should be consented to.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so it does not write/execute new binaries on disk — lower installation risk. The main runtime actions are file reads and outbound HTTP requests described in SKILL.md.
Credentials
SKILL.md requires SKILLBOSS_API_KEY to call the SkillBoss API Hub (heybossai.com), which is proportionate to the described scraping capability. But the registry metadata omitted this required env var. The key is sensitive (sent as a Bearer token to an external service) and could be abused to fetch arbitrary URLs or exfiltrate content if misused — verify you trust the key and the external service before supplying it. No other env vars are referenced.
Persistence & Privilege
The skill is not always-enabled and has no install-time persistence. However, it requests access to local files and an external API key; if the agent can invoke skills autonomously (platform default), the skill could be triggered to read those files and call the external API when invoked. This combination increases privacy risk but is not a direct privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qui-clawd-docs-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/qui-clawd-docs-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Clawd-Docs v2 with smart documentation access for ClawdBot.
- Features local search index for instant keyword lookup with zero token cost.
- Includes pre-cached "Golden Snippets" for fast, token-efficient answers to common queries.
- Supports on-demand full page fetching via SkillBoss API Hub if data not cached.
- Implements freshness tracking with TTL for each documentation page type.
- Designed to answer 80-90% of queries using local or cached data for efficiency.
元数据
常见问题
qui-clawd-docs-v2 是什么?
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。
如何安装 qui-clawd-docs-v2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qui-clawd-docs-v2」即可一键安装,无需额外配置。
qui-clawd-docs-v2 是免费的吗?
是的,qui-clawd-docs-v2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
qui-clawd-docs-v2 支持哪些平台?
qui-clawd-docs-v2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 qui-clawd-docs-v2?
由 QuincyGunter(@quincygunter)开发并维护,当前版本 v1.0.0。
推荐 Skills