Install
$ agentstack add skill-howie126313-obsidian-vault-kit-article-to-markdown ✓ 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
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:
- Identify the article's core thesis, key arguments, and supporting details
- Determine author, publication date, and source platform
- Restructure the content into logical sections with clear headings
- 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 LRfor flowssubgraphfor 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.
- Author: Howie126313
- Source: Howie126313/obsidian-vault-kit
- License: Apache-2.0
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.