← Back to Skills Marketplace
47
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mustache
Description
Use mustache.js (logic-less Mustache templates) for any templating task in JavaScript/Node.js environments.
Usage Guidance
This skill is an on-topic guide for using the Mustache templating library and does not request credentials. Before you run the suggested npm commands, verify the npm package's publisher and integrity (check the package page, maintainer, version, and sha/signature if available). Prefer local project installs (npm install mustache --save) over global (-g) unless you need the CLI globally. Be aware that running npm install will execute package scripts (postinstall), so only install packages from trusted sources. The SKILL.md references an external file (references/patterns.md) that isn't bundled — if the agent attempts to fetch additional content, verify where it's coming from. If you want to avoid any automated changes to your environment, prevent or review autonomous shell executions by the agent before allowing installs.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md content: examples, API usage, CLI usage, and anti-patterns for mustache.js are all consistent with a templating helper.
Instruction Scope
SKILL.md stays on-topic and does not request unrelated files, env vars, or credentials. Minor note: it references references/patterns.md (not present in the skill bundle), which is an unbundled doc reference but not a security problem by itself.
Install Mechanism
This is instruction-only (no install spec). It recommends standard npm commands (npm install mustache, npm install -g mustache). No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, binaries, or credentials. It implicitly assumes a Node/npm environment, which is appropriate for the stated purpose.
Persistence & Privilege
always:false and default invocation settings; the skill does not request permanent/always-on presence nor modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mustache - After installation, invoke the skill by name or use
/mustache - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the mustache skill for JavaScript/Node.js environments
- Supports rendering Mustache templates, including variables, sections, partials, comments, and custom delimiters
- Includes installation instructions, API usage, CLI commands, and key usage patterns
- Covers anti-patterns and best practices for logic-less templating
Metadata
Frequently Asked Questions
What is Mustache?
Use mustache.js (logic-less Mustache templates) for any templating task in JavaScript/Node.js environments. It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.
How do I install Mustache?
Run "/install mustache" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mustache free?
Yes, Mustache is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mustache support?
Mustache is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mustache?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.
More Skills