Volc Docs

PassAudited by ClawScan on Apr 3, 2026.

Overview

The skill implements a straightforward Volc Engine docs search/fetch utility that matches its description; only small implementation mismatches (default result count and how 'clean' URLs are produced) and the usual network-call caveats should be noted.

This skill appears to do exactly what it claims: call a Volc Engine docs search/fetch API and return results. Before installing, consider: (1) verify the API host (docs-api.cn-beijing.volces.com) is the official Volcengine endpoint you expect, since the skill source is 'unknown'; (2) ensure the runtime has the Python 'requests' package; (3) be aware of two minor inconsistencies — SKILL.md says search default is 5 results while the script uses 10, and SKILL.md requires using a 'CleanUrl' for all links but the script only provides CleanUrl for fetch responses (search results' URLs may contain query params); if strict compliance with SKILL.md is required, request the author to patch the script to (a) align the default limit and (b) strip query parameters / add CleanUrl for search result URLs. No credentials are requested and no installers download arbitrary code, so there is no high-risk footprint beyond normal outbound network use.