← Back to Skills Marketplace
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vulkan-encyclopedia
Description
Vulkan specification/reference workflow for Vulkan-API-specific questions, exact command and structure semantics, valid-usage and VUID lookup, synchronizatio...
Usage Guidance
This skill appears coherent and low-risk for its purpose. It will (a) read/write files under .Vulkan-Encyclopedia in your workspace and (b) fetch pages only from https://docs.vulkan.org/spec/latest/* using the included cache_doc.py helper. Recommended precautions before enabling: 1) Confirm you’re comfortable with files being created under <workspace>/.Vulkan-Encyclopedia (the init script seeds a few files and cache_doc.py writes cached markdown). 2) If you plan to allow the agent to perform live code inspection for reviews, understand that 'inspect live code/project state' is part of the workflow and could read project files; run in a sandbox or restrict the agent’s workspace if that’s a concern. 3) Review the two small scripts (cache_doc.py and init_workspace.py) — they include URL validation and path safety checks and do not contain obfuscated network endpoints or credential exfiltration. 4) If you need stricter network policy, note the script already enforces only docs.vulkan.org and blocks query strings/ports/IP addresses. If any future modifications are made to the skill, re-check for added network targets or credential usage.
Capability Analysis
Type: OpenClaw Skill
Name: vulkan-encyclopedia
Version: 0.1.0
The 'vulkan-encyclopedia' skill is a well-structured tool for managing Vulkan API documentation and local project notes. The included Python scripts (cache_doc.py and init_workspace.py) contain robust security checks, such as strict domain whitelisting (docs.vulkan.org) to prevent SSRF and path-traversal protections when writing to the local filesystem. The instructions in SKILL.md and the reference files are clearly aligned with the stated purpose and explicitly advise against storing sensitive data like API keys.
Capability Assessment
Purpose & Capability
The name/description (Vulkan spec lookup, VUIDs, synchronization, etc.) matches the provided instructions and helper scripts. Required resources are minimal and appropriate for a documentation/cache workflow.
Instruction Scope
SKILL.md restricts activity to checking a local cache, consulting the official Vulkan docs, and inspecting live project code when performing code review—this is appropriate for the stated purpose. Be aware the guidance explicitly encourages inspecting local project state and saving local notes, which means the agent (or user-run tooling) may read and write files in the workspace; that is expected but broad by nature.
Install Mechanism
No install spec; this is instruction-first and includes two small helper scripts. No downloads from remote arbitrary URLs or package installs are performed by the skill itself.
Credentials
The skill declares no environment variables, no credentials, and the scripts do not reference secrets. Network fetching is restricted to docs.vulkan.org only (ALLOWED_NETLOCS), and URLs with queries/ports/IPs are blocked—this is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only writes to a single workspace-local cache root (.Vulkan-Encyclopedia). It does not require elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vulkan-encyclopedia - After installation, invoke the skill by name or use
/vulkan-encyclopedia - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Security hardening: restrict cache fetches to approved docs URLs, block traversal/query writes, tighten cache-path handling, and add explicit guidance not to store plaintext secrets in encyclopedia notes.
Metadata
Frequently Asked Questions
What is Vulkan Encyclopedia?
Vulkan specification/reference workflow for Vulkan-API-specific questions, exact command and structure semantics, valid-usage and VUID lookup, synchronizatio... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Vulkan Encyclopedia?
Run "/install vulkan-encyclopedia" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vulkan Encyclopedia free?
Yes, Vulkan Encyclopedia is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vulkan Encyclopedia support?
Vulkan Encyclopedia is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vulkan Encyclopedia?
It is built and maintained by kklouzal (@kklouzal); the current version is v0.1.0.
More Skills