← 返回 Skills 市场
92
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wurd
功能描述
Compile markdown documents with plugin tags into editorial-quality HTML pages using Wurd. USE FOR: creating documents, adding plugins, configuring layout, wr...
安全使用建议
This skill appears to do what it says, but take care before running the commands or enabling plugins: 1) The documented workflow runs the project's TypeScript CLI (npx tsx src/cli.ts), which will execute code from the project and any plugins you point it at — only run it in a trusted repository and avoid untrusted plugin directories. 2) If you enable LLM plugins you will need to supply an LLM API key (sensitive). Prefer scoped or expendable keys and avoid sharing them; be aware prompts/responses are cached to .cache/llm/. 3) Treat external plugins as code execution: review plugin source before using --plugins <dir>. 4) The regex alert about 'system-prompt-override' is likely a false-positive from the plugin template's systemPrompt field, but you should still inspect any plugin that sets systemPrompt or other LLM instructions. If you want a lower-risk usage, stick to the deterministic (non-LLM) plugins and avoid loading external plugins.
功能分析
Type: OpenClaw Skill
Name: wurd
Version: 1.0.0
The 'wurd' skill is a document compiler tool for converting markdown into editorial HTML pages. The documentation (SKILL.md) provides standard instructions for CLI usage, plugin configuration, and LLM integration via environment variables, with no evidence of malicious intent, data exfiltration, or unauthorized execution patterns.
能力评估
Purpose & Capability
The name and description (compile markdown with plugin tags into HTML) align with the instructions: they show how to run the CLI, describe frontmatter, plugin syntax, built-in plugins, and how to author plugins. References to LLM-powered plugins (graph, table) are consistent with the documented need for an LLM API key; there are no unrelated credential or binary requirements declared in the registry metadata.
Instruction Scope
Instructions stay on-topic (how to compile, plugin templates, LLM setup). Two things to note: (1) the skill tells the user to create a .env containing an LLM API key and to use external plugin directories via --plugins; loading external plugins and running the CLI will cause user-supplied plugin code to be compiled/executed locally, which can run arbitrary code if the plugin is untrusted, and (2) LLM responses are cached to disk (.cache/llm/), which may store prompt/response contents.
Install Mechanism
This is instruction-only (no install spec or code files), so the skill itself writes nothing to disk. The runtime commands use npx/tsx to run the project's TypeScript CLI; that will fetch/run code from npm if the tool is not already present, which is expected for this workflow but means invoking the CLI executes repo code on the host.
Credentials
Registry metadata lists no required env vars, and SKILL.md documents an optional LLM configuration (.env with LLM_API_KEY, LLM_BASE_URL, LLM_MODEL) used only for LLM-powered plugins. Requesting an LLM API key is proportional to the LLM plugin features; however, storing keys in .env and enabling plugins that call external LLMs or cache responses on disk increases the risk of secret exposure if the environment or disk is shared.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does not modify other skills or global agent settings. Autonomous invocation remains possible (platform default) but is not an additional special privilege in this manifest.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wurd - 安装完成后,直接呼叫该 Skill 的名称或使用
/wurd触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the wurd skill.
- Compile markdown documents with special plugin tags into high-quality HTML pages.
- Supports both deterministic (e.g., math, citations, binary-stream) and LLM-powered (graph, table) plugins.
- Allows extensive layout and theme customization via optional YAML frontmatter.
- Provides guidance for creating and debugging custom plugins, including deterministic and LLM types.
- Enables external plugin loading and runtime modules for browser interactivity.
元数据
常见问题
Wurd 是什么?
Compile markdown documents with plugin tags into editorial-quality HTML pages using Wurd. USE FOR: creating documents, adding plugins, configuring layout, wr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Wurd?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wurd」即可一键安装,无需额外配置。
Wurd 是免费的吗?
是的,Wurd 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wurd 支持哪些平台?
Wurd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wurd?
由 vreff(@vreff)开发并维护,当前版本 v1.0.0。
推荐 Skills