← Back to Skills Marketplace
Cli Obsidian
by
kaising-openclaw1
· GitHub ↗
· v1.0.1
· MIT-0
104
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install cli-obsidian
Description
Command-line tool to create, read, search, and export Obsidian notes locally with JSON output support for agent integration.
README (SKILL.md)
cli-obsidian
Obsidian 命令行工具 - 让 AI Agent 直接操作你的笔记
功能
- 命令行创建/搜索/管理笔记
- 支持标签系统
- JSON 输出,完美对接 AI Agent
- 跨平台支持(Win/Mac/Linux)
安装
pip install cli-obsidian
使用
# 创建笔记
cli-obsidian create "会议记录" --tag work
# 搜索笔记
cli-obsidian search "AI Agent"
# 列出笔记
cli-obsidian list --tag work
定价
- 标准版: ¥68 一次性
- 永久使用授权
- 免费更新
作者
CLI Skill Factory
Usage Guidance
This skill appears to do what it claims, but exercise caution before installing or granting it access to your machine. Steps to reduce risk:
- Do not pip-install the package until you can verify its source: check the package on PyPI (or request the maintainer/source code), review the repository and recent releases, and confirm the publisher identity.
- Prefer installing in an isolated environment (virtualenv/container) when testing.
- Inspect the package source for any network calls, telemetry, or code that reads arbitrary paths before trusting it with your Obsidian vault.
- If you want the agent to operate on a specific vault, prefer skills that require an explicit vault path or a narrowly scoped token/file rather than leaving the agent to search the filesystem.
- If the vendor provides no homepage or source, treat the package as higher risk and avoid installing on sensitive systems.
Capability Analysis
Type: OpenClaw Skill
Name: cli-obsidian
Version: 1.0.1
The skill bundle contains no functional code, serving only as a documentation wrapper that instructs the AI agent to install an external third-party package ('pip install cli-obsidian'). This introduces a supply chain risk as the actual logic is hosted externally and not provided for analysis. Additionally, the inclusion of a 'Pricing' section (¥68) in SKILL.md and README.md is highly unusual for agent skills and may indicate a commercial or deceptive motive.
Capability Assessment
Purpose & Capability
Name, description, README and SKILL.md consistently describe a CLI for creating/searching/exporting Obsidian notes with JSON output; required capabilities (local filesystem access) are consistent with that purpose.
Instruction Scope
SKILL.md is simple and scoped: it tells the agent to pip install cli-obsidian and shows CLI commands. It does not explicitly instruct the agent to read unrelated system files or env vars, but the runtime behavior (managing local Obsidian notes) implicitly requires filesystem access to the user's vault; SKILL.md does not specify how the vault path is discovered or limited.
Install Mechanism
There is no formal install spec in the registry; the instructions tell users to run `pip install cli-obsidian`. Installing an unvetted PyPI package or similarly sourced package can execute arbitrary code on install/runtime. The skill has no homepage or source link to verify the package, increasing risk.
Credentials
The skill declares no required environment variables, credentials, or config paths — this is proportionate. However, because it operates on local notes, the agent or installed package will need filesystem access; that implicit access is not declared but is reasonable for the stated purpose.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request persistent system-wide privileges or modification of other skills' configs; no elevated persistence requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cli-obsidian - After installation, invoke the skill by name or use
/cli-obsidian - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
添加付费版本:¥68 一次性购买
v1.0.0
Initial release of CLI-Obsidian, a command-line interface for managing Obsidian vaults.
- Create, read, search, and list notes from your Obsidian vault via CLI.
- Retrieve vault statistics and general info.
- Export notes in Markdown, HTML, or JSON formats.
- Interactive REPL mode and structured JSON output for agent/integration use.
- Includes example command usages and response JSON schema.
- Local-only operation; does not support plugins or backlink parsing.
Metadata
Frequently Asked Questions
What is Cli Obsidian?
Command-line tool to create, read, search, and export Obsidian notes locally with JSON output support for agent integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Cli Obsidian?
Run "/install cli-obsidian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cli Obsidian free?
Yes, Cli Obsidian is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cli Obsidian support?
Cli Obsidian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cli Obsidian?
It is built and maintained by kaising-openclaw1 (@kaising-openclaw1); the current version is v1.0.1.
More Skills