← Back to Skills Marketplace
vreff

Wurd

by vreff · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wurd
Description
Compile markdown documents with plugin tags into editorial-quality HTML pages using Wurd. USE FOR: creating documents, adding plugins, configuring layout, wr...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wurd
  3. After installation, invoke the skill by name or use /wurd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wurd
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Wurd?

Compile markdown documents with plugin tags into editorial-quality HTML pages using Wurd. USE FOR: creating documents, adding plugins, configuring layout, wr... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Wurd?

Run "/install wurd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wurd free?

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

Which platforms does Wurd support?

Wurd is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wurd?

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

💬 Comments