← Back to Skills Marketplace
uditakhourii

Moltext

by Udit Akhouri · GitHub ↗ · v1.2.3
cross-platform ⚠ suspicious
1966
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install moltext
Description
Compile legacy documentation on internet into agent-native memory context using the Moltext.
Usage Guidance
This skill appears to do what it claims, but it instructs you to globally install an npm package that is not included in the registry bundle. Before installing: (1) inspect the npm package and the GitHub repo (https://github.com/UditAkhourii/moltext) for malicious code or unexpected network calls; (2) avoid passing real API keys to the CLI unless you trust the package and destination; (3) prefer --raw mode (no external LLM) if you only want structural parsing; and (4) be mindful that compiled context files may contain sensitive data discovered during crawling and will become visible to any agent that ingests them.
Capability Analysis
Type: OpenClaw Skill Name: moltext Version: 1.2.3 The skill is classified as suspicious due to its reliance on a global `npm install` for the `moltext` package, which introduces a supply chain risk by executing arbitrary code from an external source. Additionally, the skill explicitly handles API keys for external services (OpenAI) and connects to local inference servers, representing risky capabilities involving network access and sensitive credential management, even though these are for the stated purpose of compiling documentation.
Capability Assessment
Purpose & Capability
The name/description (compile web docs into agent memory) align with the runtime instructions (install and run a moltext CLI to fetch and normalize docs). Requiring node and npm is proportional for a Node CLI.
Instruction Scope
SKILL.md tells the agent to install the moltext CLI (npm install -g moltext), run moltext <url> --raw --output <file>, then read the output file. The instructions do not ask to read unrelated system files or environment variables. They do encourage ingesting produced files into agent memory (expected for this skill) — be aware that any sensitive content discovered on a site will become agent-visible.
Install Mechanism
The registry contains no install spec or code files — the SKILL.md directs users to globally install moltext from npm. That is a standard but nontrivial risk: the package code would be fetched at install time (not present in this skill bundle), and we cannot verify the package contents from the registry entry. Verify the npm package and the linked GitHub repo before installing; global npm installs run third-party code on your system.
Credentials
The skill declares no required env vars. README documents optional flags (-k for OpenAI key, --base-url for local inference) which are reasonable for optional LLM-backed modes. Because keys may be passed to remote services, only provide secrets when you trust the package and destination.
Persistence & Privilege
The skill is instruction-only, not marked always:true, and makes no request to modify other skills or global agent configuration. It does instruct creating/reading the output file (context.md), which is normal for its purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltext
  3. After installation, invoke the skill by name or use /moltext
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.3
- Updated documentation to reflect a sharper focus on AI-native context and Moltbots, emphasizing replacement of human-first documentation. - Revised usage notes with clarified benefits for agents and scaling to large documentation sets. - Added new branding language (“Moltext by Brane”) and improved guidance for technical memory ingestion. - Added image file BraneLabs OpenClaw-4.png.
v1.2.1
Initial release of v1.2.1. Adds Raw Mode and OpenClaw/Moltbot integration.
Metadata
Slug moltext
Version 1.2.3
License
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is Moltext?

Compile legacy documentation on internet into agent-native memory context using the Moltext. It is an AI Agent Skill for Claude Code / OpenClaw, with 1966 downloads so far.

How do I install Moltext?

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

Is Moltext free?

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

Which platforms does Moltext support?

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

Who created Moltext?

It is built and maintained by Udit Akhouri (@uditakhourii); the current version is v1.2.3.

💬 Comments