← 返回 Skills 市场
harrylabsj

Same Idea

作者 haidong · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install same-idea
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /same-idea 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release: Find similar ideas and resonating quotes from your reading notes and knowledge base. Supports Logseq and Obsidian vaults.
元数据
Slug same-idea
版本 1.0.1
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 Same Idea?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install same-idea」即可一键安装,无需额外配置。

Same Idea 是免费的吗?

是的,Same Idea 完全免费(开源免费),可自由下载、安装和使用。

Same Idea 支持哪些平台?

Same Idea 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Same Idea?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。

💬 留言讨论