AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Save2md

skill-ohong-agent-skills-save2md · by ohong

Save articles, X posts or threads, and YouTube transcripts as local Markdown with bundled tools. Use when the user asks to save or archive a URL as Markdown, including paywalled articles.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-ohong-agent-skills-save2md

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ohong-agent-skills-save2md)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Save2md? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Normalize the URL and identify its host.
  2. Use exactly one source workflow:
  • youtube.com or youtu.be: read [references/youtube.md](references/youtube.md).
  • x.com or twitter.com: read [references/x.md](references/x.md).
  • Any other web or archive URL: read [references/web-articles.md](references/web-articles.md).
  1. Use the user's requested destination. Otherwise use ~/Documents/Saved Articles/ with the source subfolder Web, X, or YouTube.
  2. 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.
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.