AgentStack
SKILL verified MIT Self-run

Orphan Note Connector

skill-tpitsunov-obsidian-skills-orphan-connector · by tpitsunov

Find unlinked notes and suggest relevant semantic connections to other notes in the vault.

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

Install

$ agentstack add skill-tpitsunov-obsidian-skills-orphan-connector

✓ 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.

Are you the author of Orphan Note Connector? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. 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.

  1. Read the Target Note: Once an orphan is selected, read the target note thoroughly to understand its context.
  2. Extract Entities & Themes: Identify the main keywords, named entities (characters, locations, organizations, concepts), and overarching themes in the text.
  3. Search the Vault: Search the workspace for the extracted keywords and entities to find other notes that mention them but are not currently linked.
  4. Determine Connections: Select the 3-5 most conceptually relevant notes from the search results.
  5. 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]].
  6. 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.

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.