← 返回 Skills 市场
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install obsidian-manager
功能描述
Obsidian Manager supports note creation, full-text search, bi-directional linking, and knowledge graph management, now integrated into the knowledge skill.
使用说明 (SKILL.md)
⚠️ 已整合 - 请使用 knowledge 统一入口
本技能保留用于向后兼容,功能已整合到
knowledge统一入口技能推荐使用:
knowledge obsidian [操作]或直接使用本技能(自动转发)
Obsidian Manager(兼容层)
Obsidian 知识笔记管理技能,支持笔记创建、检索、双向链接。
迁移指南
新用法:
knowledge obsidian create 标题 方向
knowledge obsidian search 关键词
knowledge obsidian link 笔记 A 笔记 B
knowledge obsidian list 方向
旧用法(仍然可用):
obsidian create 标题 方向
研究方向目录
| 编号 | 研究方向 | 目录路径 |
|---|---|---|
| 01 | 振动台控制技术 | research/01-振动台控制技术 |
| 02 | RTHS 子结构试验 | research/02-RTHS 子结构试验 |
| 03 | 文物隔震 | research/03-文物隔震 |
| 04 | 粉末阻尼 | research/04-粉末阻尼 |
| 05 | 超材料隔震 | research/05-超材料隔震 |
| 06 | NTMD 减振 | research/06-NTMD 减振 |
| 07 | 地震预测 | research/07-地震预测 |
核心功能
- ✅ 笔记创建(带模板)
- ✅ 全文搜索
- ✅ 双向链接
- ✅ 知识图谱
注意事项
- ✅ 本地文件,无需配置
- ❌ 不要存储在 C 盘(Shadow Defender 保护)
安全使用建议
This skill appears to do exactly what it says: create and search local Obsidian-style markdown notes. Before installing or running it, consider: (1) It writes files using the raw title as a filename (filename = f"{title}.md") without sanitization — if you pass untrusted titles containing ../ or path separators it could create or overwrite files outside the intended directory. Avoid running the create command with untrusted input or add filename sanitization. (2) The scripts operate on a local 'research' directory (default relative path or D:\Personal\OpenClaw\research); ensure that path is correct and does not point to sensitive locations. (3) The create script prompts interactively when a file exists, which may hang in automated / non-interactive agent runs. (4) There is no network access or credentials requested. If you are comfortable with local filesystem access for note management and accept the small code-quality risks above, the skill is coherent and consistent with its description.
功能分析
Type: OpenClaw Skill
Name: obsidian-manager
Version: 1.0.0
The bundle is a legitimate utility for managing Obsidian notes, consisting of Python scripts for creating (`obsidian_new.py`) and searching (`obsidian_search.py`) Markdown files. The code logic is entirely consistent with the stated purpose of knowledge management within a local 'research' directory (defaulting to `D:\Personal\OpenClaw\research`). While the note creation script lacks input sanitization for the title (a minor path traversal vulnerability), there is no evidence of malicious intent, data exfiltration, or unauthorized network activity. The garbled text in `README.md` is a result of character encoding issues rather than intentional obfuscation.
能力评估
Purpose & Capability
Name/description match the included code and the SKILL.md: both scripts create and search markdown notes under a local research directory. Nothing in the files requires cloud credentials, unrelated binaries, or other surprising capabilities.
Instruction Scope
SKILL.md and the Python scripts operate on local note files under a research directory (Path(__file__).parent.parent / 'research' or a D: fallback). This is expected. However, the code reads all markdown files under that directory and writes new files based on an unsanitized title parameter (see security note below). The scripts do not access environment variables or external endpoints.
Install Mechanism
Instruction-only with included Python scripts; there is no install spec, no downloads, and no packages pulled from external registries.
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not use secrets or request external tokens. The required local filesystem access is proportionate to the stated purpose.
Persistence & Privilege
The skill is not forced-always, does not modify other skills, and requests no elevated platform privileges. It only reads/writes files in a local research tree.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install obsidian-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/obsidian-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 该技能的功能已完全整合到 knowledge 统一入口技能,实现操作一致与便捷管理
- 旧有接口保持兼容,旧命令依然有效,但将自动转发到新技能
- 推荐新用法:使用 knowledge obsidian 进行笔记的创建、检索、链接和列表操作
- 更新文档,补充迁移指南和详细操作示例
元数据
常见问题
Obsidian Manager 是什么?
Obsidian Manager supports note creation, full-text search, bi-directional linking, and knowledge graph management, now integrated into the knowledge skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Obsidian Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-manager」即可一键安装,无需额外配置。
Obsidian Manager 是免费的吗?
是的,Obsidian Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Obsidian Manager 支持哪些平台?
Obsidian Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Obsidian Manager?
由 JIRBOY(@jirboy)开发并维护,当前版本 v1.0.0。
推荐 Skills