← 返回 Skills 市场
uditakhourii

Moltext

作者 Udit Akhouri · GitHub ↗ · v1.2.3
cross-platform ⚠ suspicious
1966
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install moltext
功能描述
Compile legacy documentation on internet into agent-native memory context using the Moltext.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltext
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltext 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug moltext
版本 1.2.3
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Moltext 是什么?

Compile legacy documentation on internet into agent-native memory context using the Moltext. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1966 次。

如何安装 Moltext?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltext」即可一键安装,无需额外配置。

Moltext 是免费的吗?

是的,Moltext 完全免费(开源免费),可自由下载、安装和使用。

Moltext 支持哪些平台?

Moltext 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Moltext?

由 Udit Akhouri(@uditakhourii)开发并维护,当前版本 v1.2.3。

💬 留言讨论