← Back to Skills Marketplace
harrylabsj

Same Idea

by haidong · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
295
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install same-idea
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: same-idea Version: 1.0.1 The skill is designed to search local Logseq and Obsidian note vaults to find similar ideas and quotes based on user input. The core logic in 'scripts/find_similar.py' uses keyword extraction and 'ripgrep' (rg) to perform local file searches within specified iCloud-synced directories; it contains no network communication, data exfiltration, or obfuscation. All files, including the 'SKILL.md' instructions and 'scripts/release.sh', are consistent with the stated purpose and show no signs of malicious intent or prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install same-idea
  3. After installation, invoke the skill by name or use /same-idea
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release: Find similar ideas and resonating quotes from your reading notes and knowledge base. Supports Logseq and Obsidian vaults.
Metadata
Slug same-idea
Version 1.0.1
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Same Idea?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.

How do I install Same Idea?

Run "/install same-idea" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Same Idea free?

Yes, Same Idea is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Same Idea support?

Same Idea is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Same Idea?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.

💬 Comments