Same Idea

v1.0.1

Find similar ideas and resonating quotes from user's reading notes and knowledge base. Use when user wants to discover connections between a new idea/concept...

0· 236·0 current·1 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (find similar ideas in a user's notes) matches the code and SKILL.md: the skill searches local Logseq/Obsidian vault paths, extracts keywords, matches content, and returns quoted matches with attribution. No unrelated cloud credentials or extraneous binaries are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to search the user's Logseq and Obsidian vaults (hard-coded iCloud paths). That is appropriate for the stated purpose, but it means the skill will read potentially large amounts of private note content. The instructions also recommend using grep/rg and running a local Python script (scripts/find_similar.py) — expected for local search but worth noting from a privacy perspective.
Install Mechanism
There is no remote download/install spec; this is an instruction-only skill with included Python script files. Dependencies are standard (Python, optional jieba, optional ripgrep). No extract-from-URL or unknown remote binaries are present in the package itself.
Credentials
The skill requests no environment variables or external credentials. It does, however, require read access to local vault paths (hard-coded to macOS iCloud locations). Those filesystem accesses are proportional to the stated purpose but are sensitive because they expose personal notes.
Persistence & Privilege
The skill does not request 'always:true' and does not declare system-wide modifications. The included release.sh can run git commands (commit/tag/push) if invoked manually — this is a developer convenience script and not required for runtime operation; avoid running it unless you intend to publish.
Assessment
This skill is coherent with its purpose: it searches your local Logseq/Obsidian notes to find resonant quotes. Before installing or enabling it, review scripts/find_similar.py yourself and confirm you are comfortable with the skill reading the listed vault paths (default: ~/Library/Mobile Documents/... iCloud paths). Points to consider: 1) The skill reads your personal notes (privacy risk) — if you don't store notes at the hard-coded paths, change them in the script to a safe, explicit location. 2) It may call ripgrep or other local commands via subprocess — ensure those binaries are trusted. 3) The release.sh script runs git push and should not be executed unless you want to push the repo; it's not needed for normal use. 4) If you are concerned about exfiltration, run the script in a sandbox or on a copy of your vault, and search the script for any network calls (none are apparent in the provided content). If you want additional assurance, provide the remainder of scripts/find_similar.py (the truncated portion) so it can be inspected for subprocess/network behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk9797s3fxw0zxt2cx59c49342s82g0yn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments