Install
$ agentstack add skill-markfive-proto-obsidian-brain-vault-connect Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Possible prompt-injection directive.
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.
About
Connect Pack — "I sense these relate but can't see how"
Tools for finding relationships, patterns, and evolution of ideas across your vault.
Commands
/connect — Find how two ideas bridge
When the user invokes /connect :
- Search for notes related to each topic:
obs search content "" --jsonobs search content "" --json
- Try direct graph path between related notes:
obs links path "" ""for the most relevant notes
- If a direct path exists, explain each hop — read each note in the chain and summarize why it connects them
- If no direct path exists:
- Find notes that mention both topics:
obs search content "" --json, then check those results for topicB - Look for shared tags:
obs tags all --jsonand find tags used by both topic clusters - Check for shared backlinks
- Present the connection:
- The bridge notes or shared concepts
- A narrative explanation of how A connects to B through the user's own thinking
- Suggest creating a new "bridge note" that makes this connection explicit
/trace — Track an idea's evolution over time
When the user invokes /trace :
- Find all notes mentioning the topic:
obs search content "" --jsonobs search path "" --json
- For each match, get the file modification date and read a summary:
- Sort by date (oldest first)
- Check backlinks and outgoing links for each note to find the thread
- Present a timeline:
``` ## Evolution of ""
### First appearance — YYYY-MM-DD [file]: [what you said then]
### Development — YYYY-MM-DD [file]: [how the idea evolved]
### Current state — YYYY-MM-DD [file]: [where you are now]
## Trajectory [Summary of how thinking shifted]
## Open questions [Unresolved threads in the evolution] ```
- Use
obs files list --since 1y --sort modified --jsonto ensure you're capturing the full timeline
/drift — Surface what you're circling around
When the user invokes /drift:
- Gather recent activity:
obs files list --since 2w --sort modified --json— recent filesobs tags all --json— tag distribution
- Read the recent files and analyze:
- What topics come up repeatedly?
- What tags cluster together?
- What wikilinks appear across multiple recent notes?
- Look for patterns:
obs search content "" --jsonto see depthobs links orphans --json— are orphan notes related to the pattern?
- Present findings:
``` ## What you've been circling
### Theme 1: [name] Appeared in: [list of notes] Related tags: [tags] [Brief description of the pattern]
### Theme 2: [name] ...
## Hidden connections [Themes that seem unrelated but share notes/tags]
## Suggestion [What might be worth writing about or exploring next] ```
Tips
- Always use actual vault data. Never fabricate connections.
- When reading notes for summaries, focus on the first few paragraphs — they usually contain the thesis.
- The user's wikilinks are intentional connections. Treat them as strong signals.
- For /drift, 2 weeks is the default window. The user can say "/drift last month" and you should use
--since 4w.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: markfive-proto
- Source: markfive-proto/obsidian-brain-vault
- License: MIT
- Homepage: https://supermarcus.ai/brain-os
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.