← Back to Skills Marketplace
honeybee1130

Mml

by honeybee1130 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
502
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mml
Description
Build 3D scenes and interactive experiences using MML (Metaverse Markup Language) for the Otherside metaverse and other MML-compatible environments. Use when...
Usage Guidance
This skill is basically documentation for MML and appears internally consistent with that purpose. Before using or deploying MML content produced with it, consider: (1) inline <script> and event handlers allow arbitrary JavaScript in the renderer — review and sanitize any scripts to avoid data exfiltration, unauthorized network calls, or malicious logic; (2) m-frame and remote src attributes can fetch arbitrary remote resources (models, audio, video, MML docs) — avoid loading untrusted hosts and check CORS/sandboxing; (3) m-position-probe and m-chat-probe expose user presence/chat data — only use with explicit user consent and in trusted environments; (4) the SKILL.md references a local compiled reference path and the skill has no provenance/homepage — if provenance matters, ask the publisher for source or prefer an official reference. If you plan to render scenes in a shared or production environment, test in an isolated environment first and ensure the client renderer applies appropriate sandboxing and network restrictions.
Capability Analysis
Type: OpenClaw Skill Name: mml Version: 1.0.0 The skill is classified as suspicious due to a prompt injection vector in `SKILL.md` that instructs the AI agent to read a local file (`/home/ubuntu/.openclaw/workspace/research/mml-reference.md`). While this specific instruction is for a benign documentation file, it demonstrates the agent's susceptibility to file access commands via prompt injection. Additionally, the MML language itself, as described in `SKILL.md` and `references/elements.md`, supports client-side JavaScript execution via `<script>` tags and `on*` attributes, and allows loading external resources (models, images, videos, other MML documents) from arbitrary URIs. These capabilities, while core to MML's design, represent a significant attack surface for potential XSS, SSRF, or content injection if the agent were to process or generate MML from untrusted input, or if the rendering environment is not properly secured.
Capability Assessment
Purpose & Capability
The name/description (building MML scenes) align with the provided SKILL.md and references. Required env vars/binaries/install steps are absent as expected for a documentation/instruction-only skill.
Instruction Scope
SKILL.md is a full language/reference and includes examples that use inline <script> (DOM APIs), event handlers, m-frame embedding, remote src URIs (models, audio, video), and probes that expose nearby user positions/chat. Those capabilities are expected for a scene-building language, but they allow arbitrary client-side JS and remote fetches — a runtime concern (privacy/exfiltration) outside the skill itself.
Install Mechanism
No install spec and no code files — lowest-risk delivery. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements are proportional to a documentation-only skill.
Persistence & Privilege
always is false and autonomous model invocation is default. The skill does not request persistent presence or modify other skills/configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mml
  3. After installation, invoke the skill by name or use /mml
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug mml
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mml?

Build 3D scenes and interactive experiences using MML (Metaverse Markup Language) for the Otherside metaverse and other MML-compatible environments. Use when... It is an AI Agent Skill for Claude Code / OpenClaw, with 502 downloads so far.

How do I install Mml?

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

Is Mml free?

Yes, Mml is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mml support?

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

Who created Mml?

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

💬 Comments