Install
$ agentstack add skill-tpitsunov-obsidian-skills-orphan-connector ✓ 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.
About
Orphan Note Connector Workflow
When the user uses the slash command /orphans or asks to connect an orphan note or find connections for a specific note, follow these steps:
- Find Orphans: If the user didn't specify a target note and just wants to see their orphans, use the included Python script to deterministically scan the vault for isolated files. Execute:
``bash python /absolute/path/to/Obsidian-AI-Skills/orphan_connector/scripts/find_orphans.py "/absolute/path/to/vault" `` Show the output to the user and ask which orphan they would like to connect.
- Read the Target Note: Once an orphan is selected, read the target note thoroughly to understand its context.
- Extract Entities & Themes: Identify the main keywords, named entities (characters, locations, organizations, concepts), and overarching themes in the text.
- Search the Vault: Search the workspace for the extracted keywords and entities to find other notes that mention them but are not currently linked.
- Determine Connections: Select the 3-5 most conceptually relevant notes from the search results.
- Propose Links: Inform the user about the suggested connections. Explain why these notes should be linked and show a snippet of how the text could be changed to include a wiki-link
[[Target Note]]. - Apply Changes: Upon user confirmation, edit the file to insert the wiki-links directly into the text. You can either turn existing words into links or add a 'Related:' section at the bottom.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tpitsunov
- Source: tpitsunov/obsidian-skills
- 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.