# Send sawana-multicul/official-docs-to-mdx 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sawana-multicul-official-docs-to-mdx",
    "name": "sawana-multicul/official-docs-to-mdx",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/multicul-silver-wolf/sawana-multicul-official-docs-to-mdx",
    "canonicalUrl": "https://clawhub.ai/multicul-silver-wolf/sawana-multicul-official-docs-to-mdx",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sawana-multicul-official-docs-to-mdx",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sawana-multicul-official-docs-to-mdx",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/mdnew_to_mdx.md",
      "scripts/mdnew_to_mdx.sh"
    ],
    "downloadMode": "redirect",
    "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/sawana-multicul-official-docs-to-mdx"
    },
    "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/sawana-multicul-official-docs-to-mdx",
    "downloadUrl": "https://openagent3.xyz/downloads/sawana-multicul-official-docs-to-mdx",
    "agentUrl": "https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx/agent.md"
  }
}
```
## Documentation

### Official Docs to MDX

Convert a docs URL into a cleaned local .mdx file at a path the user specifies.
Use this skill when the user wants reproducible, file-based docs snapshots for local knowledge bases, RAG prep, or project docs folders.

### Quick Start

Run:

scripts/mdnew_to_mdx.sh <source_url> <output_mdx_path>

Example:

scripts/mdnew_to_mdx.sh \\
  https://docs.convex.dev/agents/agent-usage \\
  docs/convex/agent-usage.mdx

### Workflow

Validate inputs.

Require exactly 2 args: source URL and output path.
Keep URL as full https://... form.


Convert with script.

Execute scripts/mdnew_to_mdx.sh.


Confirm output.

Verify file exists.
Print or inspect frontmatter for title, description, sourceUrl, retrievedAt.


Add indexes for folder-based docs (required).

Any docs folder must include index.mdx.
If docs/ exists, docs/index.mdx must exist.
Index files should link child docs/subfolders.
Keep frontmatter: title, description, sourceUrl (local://... allowed), retrievedAt.


Report result.

Return output path(s), overwrite status, and any created/updated index files.

### Output Contract

The generated MDX must include frontmatter:

title
description
sourceUrl
retrievedAt (UTC YYYY-MM-DD)

Body is cleaned to remove common docs-site artifacts and excess blank lines.

### Script Details

For behavior details and cleanup rules, read:

references/mdnew_to_mdx.md

Use the bundled script directly:

scripts/mdnew_to_mdx.sh

### Notes

Dependencies: bash, curl, awk, mktemp.
Output file is overwritten if it already exists.
Re-run anytime to refresh docs snapshot from upstream.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: multicul-silver-wolf
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx)
- [Send to Agent page](https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx/agent)
- [JSON manifest](https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sawana-multicul-official-docs-to-mdx/agent.md)
- [Download page](https://openagent3.xyz/downloads/sawana-multicul-official-docs-to-mdx)