Obsidian Manager

v1.0.0

Obsidian Manager supports note creation, full-text search, bi-directional linking, and knowledge graph management, now integrated into the knowledge skill.

0· 84·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jirboy/obsidian-manager.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Obsidian Manager" (jirboy/obsidian-manager) from ClawHub.
Skill page: https://clawhub.ai/jirboy/obsidian-manager
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install obsidian-manager

ClawHub CLI

Package manager switcher

npx clawhub@latest install obsidian-manager
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk9750qj54nvsc5cn0c4brjymbs84z6p8
84downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

⚠️ 已整合 - 请使用 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-振动台控制技术
02RTHS 子结构试验research/02-RTHS 子结构试验
03文物隔震research/03-文物隔震
04粉末阻尼research/04-粉末阻尼
05超材料隔震research/05-超材料隔震
06NTMD 减振research/06-NTMD 减振
07地震预测research/07-地震预测

核心功能

  • ✅ 笔记创建(带模板)
  • ✅ 全文搜索
  • ✅ 双向链接
  • ✅ 知识图谱

注意事项

  • ✅ 本地文件,无需配置
  • ❌ 不要存储在 C 盘(Shadow Defender 保护)

Comments

Loading comments...