← 返回 Skills 市场
kklouzal

Vulkan Encyclopedia

作者 kklouzal · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vulkan-encyclopedia
功能描述
Vulkan specification/reference workflow for Vulkan-API-specific questions, exact command and structure semantics, valid-usage and VUID lookup, synchronizatio...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vulkan-encyclopedia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vulkan-encyclopedia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug vulkan-encyclopedia
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Vulkan Encyclopedia 是什么?

Vulkan specification/reference workflow for Vulkan-API-specific questions, exact command and structure semantics, valid-usage and VUID lookup, synchronizatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Vulkan Encyclopedia?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vulkan-encyclopedia」即可一键安装,无需额外配置。

Vulkan Encyclopedia 是免费的吗?

是的,Vulkan Encyclopedia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vulkan Encyclopedia 支持哪些平台?

Vulkan Encyclopedia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vulkan Encyclopedia?

由 kklouzal(@kklouzal)开发并维护,当前版本 v0.1.0。

💬 留言讨论