ワンクリックで
obsidian-pro
Advanced Obsidian knowledge management using callouts, properties, and wikilinks. Aligned with the Gold Standard.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Advanced Obsidian knowledge management using callouts, properties, and wikilinks. Aligned with the Gold Standard.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Treat the Obsidian vault as operational memory, not just note storage. Focus on retrieval quality, metadata integrity, and safe consolidation.
Write X/Twitter posts, tweet drafts, shitposts, and short threads for engineering or startup topics. Use this when the user asks for a tweet, X post, shitpost, post draft, or wants social copy for Twitter/X. Always return 3 distinct variants, each inside its own code block, unless the user explicitly asks for one.
Send messages to Discord channels via webhook or bot
Where logs live and when to write them — errors, daily, system
Write and publish tech articles to Dev.to.
Modify your own source code, understand project structure, add new features.
| name | obsidian-pro |
| description | Advanced Obsidian knowledge management using callouts, properties, and wikilinks. Aligned with the Gold Standard. |
| metadata | {"version":"1.1.0","author":"openclawgotchi","capabilities":["callouts","properties","wikilinks","canvas","hierarchical-tags"],"openclaw":{"emoji":"💎","always":false}} |
Use these rules to make notes "Obsidian-native", structured, and part of a high-quality knowledge base.
Semantic formatting is mandatory. Always use Obsidian Callouts:
> [!abstract] Abstract: Brief TL;DR or summary of the note.> [!quote] Raw: Mandatory. Full original text from the user message. Do not truncate.> [!info] Details: For additional context, metrics, or technical specs.> [!todo] Actions: Detected tasks or next steps.Every note MUST start with this exact YAML block. Metadata is critical for Dataview and organization.
---
id: "YYYY-MM-DD-HHMMSS"
type: "vault-note"
note_type: "memo" # memo, research, plan, asset, issue, insight
created: "YYYY-MM-DDTHH:MM:SS"
source: "telegram" # telegram, discord, system
project: "project-slug"
topic: "sub-topic"
status: "seedling" # seedling (draft), budding (developing), evergreen (ready)
tags:
- "type/memo" # Hierarchical: type/*
- "area/product" # Hierarchical: area/*
- "status/seedling" # Hierarchical: status/* (must match status field)
---
[[Project Hub Name]] or [[Topic Name]].[[projects/project-slug]]) and relevant Area ([[topics/sub-topic]]).notes/: Main storage for atomic notes.projects/: Hub pages for specific projects (e.g., bitdive.md).topics/: Index pages for broad areas (e.g., product.md).attachments/: For images and files.#memo. Always use #type/memo or #area/marketing.#status/* tag matches the status field.vault_search before creating. Extend existing notes if they cover the same core thought.vault_write(path, content): Use the Gold Standard template above.vault_read(path): Check existing content before any edit.vault_list(path): Map out the structure.vault_search(query): Find link targets and prevent duplicates.