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

Article To Markdown

skill-howie126313-obsidian-vault-kit-article-to-markdown · by Howie126313

|

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

Install

$ agentstack add skill-howie126313-obsidian-vault-kit-article-to-markdown

✓ 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-howie126313-obsidian-vault-kit-article-to-markdown)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Article To Markdown? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Article to Markdown

Convert external article URLs into structured Markdown notes and save them to the Obsidian vault.

Workflow

Step 1: Fetch and Detect Environment

1a. Detect vault root — follow [../../shared/common-steps.md](../../shared/common-steps.md) "Vault Detection" section.

1b. Fetch article content:

Use mcp__firecrawl__firecrawl_scrape to scrape the URL. This covers most pages including JS-rendered content.

If firecrawl fails, ask the user to paste the article content directly. Do not attempt other fallback tools.

Special cases:

  • Tweet threads: use mcp__firecrawl__firecrawl_scrape, reconstruct thread order
  • Paywalled content: ask the user to paste content directly

Step 2: Restructure and Link

2a. Understand and restructure — do NOT simply copy the raw text:

  1. Identify the article's core thesis, key arguments, and supporting details
  2. Determine author, publication date, and source platform
  3. Restructure the content into logical sections with clear headings
  4. Generate 3-8 relevant tags and a 1-3 sentence summary

2b. Search for bidirectional links — follow the Bidirectional Link Search in [../../shared/common-steps.md](../../shared/common-steps.md).

2c. Format as Obsidian Markdown — follow the template in [references/article-template.md](references/article-template.md) exactly:

  • YAML frontmatter with title, date, tags, summary, source
  • Blockquote metadata line with original link, author, date
  • Sections: Background → content → Key Conclusions → Further Thoughts
  • Include [[wikilink]] connections from Step 2b
  • Code blocks with language identifiers

2d. (Optional) Mermaid architecture diagram — if the article has a clear multi-layered architecture or flow worth visualizing, embed a Mermaid diagram after the blockquote metadata and before ## Background. Skip for simple or short articles. Use:

  • graph TD / graph LR for flows
  • subgraph for logical grouping
  • Concise node labels (keywords, not sentences)
  • 3-5 layers, 2-5 nodes per layer

Step 3: Save and Confirm

3a. Determine target directory — follow the Directory Mapping Rules in [../../shared/common-steps.md](../../shared/common-steps.md). For external URL sources, match against the configured categories; if no rule matches, use the configured default directory.

3b. Save — follow the Save and Open in Obsidian section in [../../shared/common-steps.md](../../shared/common-steps.md).

3c. Update index.md — follow the Index Update section in [../../shared/common-steps.md](../../shared/common-steps.md). Use the article's title, summary (condensed to under 80 chars), and top 2 tags.

3d. Report to user:

  • Article title and brief summary
  • File path where it was saved
  • Tag list for review
  • Related notes linked (list the [[wikilink]] connections made)

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.