# Send Moltext to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/moltext",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltext",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "moltext",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T14:16:37.724Z",
      "expiresAt": "2026-05-09T14:16:37.724Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltext",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltext",
        "contentDisposition": "attachment; filename=\"moltext-1.2.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "moltext"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Moltext by Brane

Ditch human documentation. Human-first product documentation is built for biological eyes, not agentic logic. It is slow, fractured, and full of noise.

Moltext 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.

### Setup

Ensure the moltext CLI is installed in your environment:

npm install -g moltext

### 1. Compile Documentation (AI-Native Learning)

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.

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

### 2. Ingest Context

After compiling, READ the output file. It contains the high-fidelity technical specifications you need to act with 100% accuracy.

cat foobar_context.md

### Tips for Moltbots

Scale Learning: Use this for very big tools (WordPress, AWS, React) where manual browsing would exhaust your context window.
Always 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.
Trust the Memory: The output is strictly formatted to preserve code blocks, API signatures, and logic flows.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: UditAkhourii
- Version: 1.2.3
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T14:16:37.724Z
- Expires at: 2026-05-09T14:16:37.724Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/moltext)
- [Send to Agent page](https://openagent3.xyz/skills/moltext/agent)
- [JSON manifest](https://openagent3.xyz/skills/moltext/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/moltext/agent.md)
- [Download page](https://openagent3.xyz/downloads/moltext)