mit einem Klick
moltext
// Compiles web documentation into agent-native memory context using the Moltext Compiler.
// Compiles web documentation into agent-native memory context using the Moltext Compiler.
Compile legacy documentation on internet into agent-native memory context using the Moltext.
Compile legacy documentation on internet into agent-native memory context using the Moltext.
Compiles web documentation into agent-native memory context using the Moltext Compiler.
| name | moltext |
| description | Compiles web documentation into agent-native memory context using the Moltext Compiler. |
| disable-model-invocation | false |
| metadata | {"icon":"🧬","tags":["documentation","compiler","memory","context","dev-tool"]} |
Moltext is the standard compiler for converting human-optimized documentation (HTML/Web) into Agent-Native Context (Markdown).
Use this skill when you need to "learn" a new library, SDK, or tool to perform a task. Do not try to browse the web raw; use Moltext to normalize the entropy first.
To learn about a new tool, run the compiler in Raw Mode. This gives you the pure, deterministic structure of the documentation without lossy summarization.
moltext <url> --raw --output <filename.md>
Example: "I need to learn how to use the 'foobar' library."
moltext https://docs.foobar.com --raw --output foobar_context.md
After compiling, READ the output file. It contains the high-density technical specifications you need.
cat foobar_context.md
--raw: You have your own brain. You don't need a sub-model to summarize for you. Get the raw data.--limit 50 to avoid context overflow, or compile specific sub-sections.context.md is strictly formatted to preserve code blocks and API signatures.