Overview
- Skill Key
- hekate2639/obsidian-writer
- Author
- hekate2639
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hekate2639/obsidian-writer
- Latest Commit SHA
- 9135c3679b0d3ec9fd8c7bd707b762b435b47c31
Write Obsidian-compatible .md notes and .canvas files. Use when creating notes, knowledge bases, daily logs, project docs, or canvas diagrams for Obsidian vaults. Triggers on "obsidian", "canvas", "vault", "笔记".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 obsidian-writer 技能。 若已安装,则直接安装 obsidian-writer 技能。
# Obsidian Writer Write .md and .canvas files that render correctly in Obsidian. Output to the vault directory, synced via Git. ## Vault Location Default: `~/obsidian-vault/` (configurable per request). ## Workflow 1. Write `.md` / `.canvas` files following specs below 2. Git commit + push (agent does this automatically) 3. User's Mac Mini pulls → syncs to iCloud → Obsidian reads ## Markdown — Obsidian-Specific Syntax Standard Markdown (headings, bold, lists, code blocks) is assumed known. Only Obsidian extensions below: ### Properties (Frontmatter) Must be the **very first thing** in the file: ```yaml --- tags: - finance/macro - iran-war aliases: - 伊朗战争概览 cssclasses: - wide-page created: 2026-03-10 --- ``` Reserved keys: `tags`, `aliases`, `cssclasses`, `publish`, `permalink`, `description`. ### Internal Links (Wikilinks) ```markdown [[Note Name]] # link to note [[Note Name|Display Text]] # custom display [[Note Name#Heading]] # link to heading [[Note Name#^block-id]] # link to block ``` ### Block References Add `^block-id` at end of any paragraph/list item: ```markdown This is an important paragraph. ^key-insight - List item ^item-ref ``` Then link: `[[Note Name#^key-insight]]` Block IDs: lowercase alphanumeric + dashes only. ### Embeds ```markdown ![[Note Name]] # embed entire note ![[Note Name#Heading]] # embed section ![[image.png]] # embed image ![[image.png|300]] # resize width 300px ![[image.png|300x200]] # exact dimensions ![[audio.mp3]] # embed audio player ![[video.mp4]] # embed video player ![[document.pdf]] # embed PDF ![[document.pdf#page=3]] # embed specific page ``` Supported formats — see `references/file-formats.md`. ### Callouts ```markdown > [!note] Optional Title > Content with **Markdown** and [[wikilinks]]. > [!tip]- Foldable (collapse...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
romeosy
OpenClaw Chinese AI-enhanced knowledge management skill
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
igorls
Generate LLM-optimized codebase context from any directory using context-builder CLI
icemastert
API gateway for calling third-party APIs with managed OAuth connections, provided by Maton (https://maton.ai). Use this skill when users want to interact with external services like Slack, HubSpot, Salesforce, Google Workspace, Stripe, and more. Access is scoped to connections you explicitly authorize via OAuth - the API key alone does not grant access to any third-party service. Requires network access and valid Maton API key.
abdelkrim
Secure SharePoint file operations and Office document intelligence via Microsoft Graph API — certificate auth, Sites.Selected, read/write Word (mammoth), Excel (exceljs), PowerPoint (jszip), PDF (pdf-parse).