← Back to Skills Marketplace
jirboy

Obsidian Manager

by JIRBOY · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install obsidian-manager
Description
Obsidian Manager supports note creation, full-text search, bi-directional linking, and knowledge graph management, now integrated into the knowledge skill.
README (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 保护)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install obsidian-manager
  3. After installation, invoke the skill by name or use /obsidian-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 该技能的功能已完全整合到 knowledge 统一入口技能,实现操作一致与便捷管理 - 旧有接口保持兼容,旧命令依然有效,但将自动转发到新技能 - 推荐新用法:使用 knowledge obsidian 进行笔记的创建、检索、链接和列表操作 - 更新文档,补充迁移指南和详细操作示例
Metadata
Slug obsidian-manager
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Obsidian Manager?

Obsidian Manager supports note creation, full-text search, bi-directional linking, and knowledge graph management, now integrated into the knowledge skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Obsidian Manager?

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

Is Obsidian Manager free?

Yes, Obsidian Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Obsidian Manager support?

Obsidian Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Obsidian Manager?

It is built and maintained by JIRBOY (@jirboy); the current version is v1.0.0.

💬 Comments