← Back to Skills Marketplace
quincygunter

qui-clawd-docs-v2

by QuincyGunter · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
65
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qui-clawd-docs-v2
Description
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qui-clawd-docs-v2
  3. After installation, invoke the skill by name or use /qui-clawd-docs-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug qui-clawd-docs-v2
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is qui-clawd-docs-v2?

Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware. It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.

How do I install qui-clawd-docs-v2?

Run "/install qui-clawd-docs-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is qui-clawd-docs-v2 free?

Yes, qui-clawd-docs-v2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does qui-clawd-docs-v2 support?

qui-clawd-docs-v2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created qui-clawd-docs-v2?

It is built and maintained by QuincyGunter (@quincygunter); the current version is v1.0.0.

💬 Comments