Install
$ agentstack add skill-bettyguo-obsidian-mcp-review-and-link ✓ 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
When to use
The user has captured notes and wants to integrate them into the link graph. This is the "inbox triage" workflow — small, focused, repeated. Default horizon: last 7 days OR an Inbox/ folder if present.
Procedure
- Call
vault_info. Check if anInbox/(or00 Inbox/,0 Inbox/) folder exists. If yes, use that; if no, uselist_notes(modified_since="7d"). - If more than 15 candidate notes, ask the user how many to review this session (default 5).
- For each candidate, in order of mtime descending:
- Call
read_note(path=candidate). - Call
find_related(seed=candidate, top_k=5)andfind_backlinks(path=candidate). - If the note already has 3+ outgoing wikilinks, skip ("looks integrated") and move on.
- Otherwise: surface to user. Show the note's lead paragraph (truncated to ~200 chars), the top 3 related candidates, and any existing backlinks.
- Propose 1–2 wikilink inserts. The user picks: insert, edit, skip, or "move to MOC X."
- Apply the chosen action via
link_notes(..., confirm=true).
- After the session, summarize: "Reviewed {N} notes. Inserted {K} links. {M} still untouched."
Output format (per note)
Reviewing: [[Inbox/2026-05-12 Reranking trade-offs]]
Lead: "Cross-encoders dominate on top-100 recall but cost 10× the latency of bi-encoders..."
Top related (not yet linked):
1. [[Bi-encoder vs cross-encoder]] — sim 0.78
2. [[Latency budget for retrieval]] — sim 0.71
3. [[MOCs/RAG research]] — sim 0.64
Proposed insert: `[[Bi-encoder vs cross-encoder]]` near "Cross-encoders dominate..."
Action? (insert / edit / skip / move-to-MOC)
Anti-patterns
- Don't batch more than 5–10 notes per session. The whole point is supervised one-at-a-time review.
- Don't propose links to notes the user has already explicitly skipped this session. Track session-state in your chat reply.
- Don't auto-archive (move to a different folder) without explicit instruction. Linking ≠ archiving.
- Don't summarize the note for the user — they wrote it, they remember it. Just show the lead paragraph and the candidates.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bettyguo
- Source: bettyguo/obsidian_mcp
- 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.