Install
$ agentstack add skill-ohong-agent-skills-save2md ✓ 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
Save to Markdown
Turn one URL into a durable local Markdown archive. Preserve the source URL, use the strongest available source, inspect the result, and return the absolute Markdown path.
Route by URL
- Normalize the URL and identify its host.
- Use exactly one source workflow:
youtube.comoryoutu.be: read [references/youtube.md](references/youtube.md).x.comortwitter.com: read [references/x.md](references/x.md).- Any other web or archive URL: read [references/web-articles.md](references/web-articles.md).
- Use the user's requested destination. Otherwise use
~/Documents/Saved Articles/with the source subfolderWeb,X, orYouTube. - Open or inspect the generated Markdown before responding. Reject CAPTCHA pages, paywall prompts without article text, navigation chrome, empty transcripts, broken media, and suspiciously short output.
- Keep the final response short and link the absolute Markdown path. Mention any fallback, incomplete extraction, or podcast-to-YouTube substitution.
Shared rules
- Do not invent text, metadata, authors, dates, media, or archive URLs.
- Prefer structured text or rendered DOM extraction over OCR.
- Preserve useful source metadata and local media when the source provides it.
- For paywalled articles, try archive.today/archive.ph first, then a readable-text fallback or browser-saved HTML. Clearly label fallbacks.
- Do not ask the user to choose an extraction method. Try the safe routes in order and report a blocker only after they fail.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ohong
- Source: ohong/agent-skills
- License: MIT
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.