โ† All skills
Tencent SkillHub ยท Productivity

sawana-multicul/official-docs-to-mdx

Download and normalize official documentation pages into local .mdx files at user-specified paths using markdown.new. Use when user asks to fetch docs from a...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Download and normalize official documentation pages into local .mdx files at user-specified paths using markdown.new. Use when user asks to fetch docs from a...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/mdnew_to_mdx.md, scripts/mdnew_to_mdx.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/mdnew_to_mdx.md Docs
  • scripts/mdnew_to_mdx.sh Scripts