{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltext",
    "name": "Moltext",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/UditAkhourii/moltext",
    "canonicalUrl": "https://clawhub.ai/UditAkhourii/moltext",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/moltext",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltext",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/moltext"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/moltext",
    "agentPageUrl": "https://openagent3.xyz/skills/moltext/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltext/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltext/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Moltext by Brane",
        "body": "Ditch human documentation. Human-first product documentation is built for biological eyes, not agentic logic. It is slow, fractured, and full of noise.\n\nMoltext allows Moltbots to replace legacy human docs with high-density AI-native context/memories. Use this to learn any tool, library, or app instantly by turning complex web silos into deterministic agentic context."
      },
      {
        "title": "Setup",
        "body": "Ensure the moltext CLI is installed in your environment:\n\nnpm install -g moltext"
      },
      {
        "title": "1. Compile Documentation (AI-Native Learning)",
        "body": "To learn about a new tool or massive library, run the compiler in Raw Mode. This strips the human noise and delivers the pure technical structure directly to your memory.\n\nmoltext <url> --raw --output <filename.md>\n\nExample:\n\"I need to learn how to use the 'foobar' library.\"\n\nmoltext https://docs.foobar.com --raw --output foobar_context.md"
      },
      {
        "title": "2. Ingest Context",
        "body": "After compiling, READ the output file. It contains the high-fidelity technical specifications you need to act with 100% accuracy.\n\ncat foobar_context.md"
      },
      {
        "title": "Tips for Moltbots",
        "body": "Scale Learning: Use this for very big tools (WordPress, AWS, React) where manual browsing would exhaust your context window.\nAlways use --raw: You are an AI. You don't need a sub-model to summarize. Use Moltext to normalize the input, then use your own brain to interpret.\nTrust the Memory: The output is strictly formatted to preserve code blocks, API signatures, and logic flows."
      }
    ],
    "body": "Moltext by Brane\n\nDitch human documentation. Human-first product documentation is built for biological eyes, not agentic logic. It is slow, fractured, and full of noise.\n\nMoltext allows Moltbots to replace legacy human docs with high-density AI-native context/memories. Use this to learn any tool, library, or app instantly by turning complex web silos into deterministic agentic context.\n\nSetup\n\nEnsure the moltext CLI is installed in your environment:\n\nnpm install -g moltext\n\nUsage\n1. Compile Documentation (AI-Native Learning)\n\nTo learn about a new tool or massive library, run the compiler in Raw Mode. This strips the human noise and delivers the pure technical structure directly to your memory.\n\nmoltext <url> --raw --output <filename.md>\n\n\nExample: \"I need to learn how to use the 'foobar' library.\"\n\nmoltext https://docs.foobar.com --raw --output foobar_context.md\n\n2. Ingest Context\n\nAfter compiling, READ the output file. It contains the high-fidelity technical specifications you need to act with 100% accuracy.\n\ncat foobar_context.md\n\nTips for Moltbots\nScale Learning: Use this for very big tools (WordPress, AWS, React) where manual browsing would exhaust your context window.\nAlways use --raw: You are an AI. You don't need a sub-model to summarize. Use Moltext to normalize the input, then use your own brain to interpret.\nTrust the Memory: The output is strictly formatted to preserve code blocks, API signatures, and logic flows."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/UditAkhourii/moltext",
    "publisherUrl": "https://clawhub.ai/UditAkhourii/moltext",
    "owner": "UditAkhourii",
    "version": "1.2.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/moltext",
    "downloadUrl": "https://openagent3.xyz/downloads/moltext",
    "agentUrl": "https://openagent3.xyz/skills/moltext/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltext/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltext/agent.md"
  }
}