بنقرة واحدة
obsidian
Read, write, and search Obsidian vault markdown files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read, write, and search Obsidian vault markdown files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Thin shell wrapper over the Linear GraphQL API for use from agent directives. Reads Linear projects + issues, creates/updates issues, resolves viewers/cycles/labels/project IDs. Replaces the legacy src/linear/*.ts; orchestration logic now lives in vault directives (linear-import.md, linear-uplink.md), this skill only owns the HTTP boundary.
Multi-reference image composition via fal-ai/nano-banana/edit. Use when a directive needs to combine 2+ reference images into a single composed output (character + location, brand sigil + character, multi-character ensemble shot, etc.). Sister tool: bible-to-prompt assembles a canonical prompt from a character/location bible MD before calling nano-compose.
Fire a single openclaw notification per runtime contract (notifications). Always echoes to stdout in §15.4 format; also dispatches via openclaw CLI if OPENCLAW_NOTIFY_TARGET is set. Replaces src/notify/notify.ts (99 LOC); batching responsibility shifts to callers.
Fetch project-scoped context from Notion using the official REST API for use in <workplace>ProjectSync and other orchestrators.
Spawn a Claude Code or Cursor agent in non-interactive mode (`--print` style) with a prompt + repo workspace. Replaces src/agents/{claudeCodeSpawn,cursorSpawn,spawnAgent}.ts (179 LOC).
Master audio to streaming-spec LUFS (two-pass ffmpeg loudnorm) and concatenate multiple mastered files into one with silence gaps. Use when a directive needs podcast/album/narration audio prepared for Spotify, YouTube, Apple Podcasts, etc. One skill, many callers — pass --codec and --target-lufs to tune per platform.
| name | obsidian |
| description | Read, write, and search Obsidian vault markdown files |
| metadata | {"clawdbot":{"emoji":"📝"}} |
Interact with Obsidian vaults by reading, writing, and searching markdown files.
For OnyxVault, all writes must obey the Vault Architect Directive in:
~/Obsidian/YourVault/08 - System/Agent Directives/Vault Architect Directive.md.
This means:
Obsidian stores all notes as markdown files in a vault folder. This skill provides direct file access to those notes.
Read the note "Project Ideas" from my vault
Create a note called "Daily Notes - 2026-01-28" with content:
## Today's Tasks
- [ ] Call Sarah about the project
- [ ] Review pull requests
Search my vault for notes containing "project proposal"
List all notes in my vault
Canonical OnyxVault path:
~/Obsidian/YourVaultIf you want a different vault, explicitly specify its path.
When used in the ONYX Orchestrator context, this skill is the main interface for:
Obsidian supports [[wikilink]] syntax. When creating notes, use this format for internal links:
See [[Project Ideas]] for more details
Many Obsidian notes include YAML frontmatter:
---
tags: [work, project]
status: active
---
This skill preserves frontmatter when reading and writing notes.name: obsidian description: Read, write, and search Obsidian vault markdown files (canonical OnyxVault at ~/Obsidian/YourVault; other vaults only when explicitly specified)