بنقرة واحدة
moltext
Compiles web documentation into agent-native memory context using the Moltext Compiler.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Compiles web documentation into agent-native memory context using the Moltext Compiler.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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.