Install
$ agentstack add skill-didilili-magicmd-magicmd ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
MagicMD
MagicMD converts public article links into Markdown packages. Use it as a thin tool wrapper: call the published CLI, inspect the output, and report what was created.
User-Facing Prompts
When users are not sure what to ask, suggest concise prompts like these:
Use MagicMD to convert this public article into a Markdown package, then summarize the output files and warnings.
Read urls.txt, batch convert all public article links into output/articles with MagicMD, skip existing packages, and report failures from batch-report.md.
Use MagicMD doctor to check whether this workspace can convert WeChat, Juejin, CSDN, and generic article links.
Inspect this MagicMD output directory and tell me which articles need manual review before publishing.
When to Use
Use this skill for:
- Single public article URL to Markdown conversion.
- Batch conversion from a URL list.
- WeChat Official Account, Juejin, CSDN, and generic public article pages.
- Agent workflows that need
article.md, metadata, local images, videos, or extraction reports before publishing elsewhere.
Do not use it to bypass login, paywalls, private pages, CAPTCHA, rate limits, or platform access controls.
Command Choice
Prefer an installed CLI when available:
magicmd doctor
magicmd "" -o output/
magicmd batch urls.txt -o output/
If magicmd is not installed, use the PyPI package through uvx:
uvx --from magicmd magicmd doctor
uvx --from magicmd magicmd "" -o output/
uvx --from magicmd magicmd batch urls.txt -o output/
For repeated batch runs:
magicmd batch urls.txt -o output/ --skip-existing
magicmd batch urls.txt -o output/ --overwrite
Workflow
- Run
magicmd doctorwhen the environment is unknown. - Put multiple URLs in a plain text file, one URL per line.
- Convert with
magicmd "" -oormagicmd batch -o. - Verify each output package contains
article.md,metadata.json, andextraction-report.json. - Check local media directories such as
images/orvideos/when media download is enabled. - For batch jobs, inspect
batch-report.mdandbatch-report.json. - If conversion is incomplete, inspect
extraction-report.json,debug.htmlwhen present, and the source URL.
Reporting Back
Tell the user:
- Output directory path.
- Number of successful and failed conversions.
- Important warnings from
extraction-report.jsonorbatch-report.md. - Whether media was downloaded locally.
- Any limits encountered, such as 403, login requirement, video hotlink protection, or missing dynamic resources.
- Next suggested action: publish, manually review, retry with browser support, or collect failure evidence.
Keep the original URL and output package intact so the user can compare against the source page.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: didilili
- Source: didilili/MagicMD
- License: MIT
- Homepage: https://MagicMD.cn
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.