Skills Plugins MCP Prompt Model 博客 我的中心

obsidian

Read, search, create, and edit notes in the Obsidian vault.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=nousresearch-hermes-agent-skills-note-taking-obsidian-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name obsidian description Read, search, create, and edit notes in the Obsidian vault. version 1.0.0 author Teknium (teknium1), Hermes Agent license MIT platforms ["linux","macos","windows"] metadata {"hermes":{"tags":["Obsidian","Notes","Markdown","Vault"],"related_skills":[]}} Obsidian Vault Use this skill for filesystem-first Obsidian vault work: reading notes, listing notes, searching note files, creating notes, appending content, and adding wikilinks. Vault path Use a known or resolved vault path before calling file tools. The documented vault-path convention is the OBSIDIAN_VAULT_PATH environment variable, for example from ${HERMES_HOME:-~/.hermes}/.env . If it is unset, use ~/Documents/Obsidian Vault . File tools do not expand shell variables. Do not pass paths containing $OBSIDIAN_VAULT_PATH to read_file , write_file , patch , or search_files ; resolve the vault path first and pass a concrete absolute path. Vault paths may contain spaces, which is another reason to prefer file tools over shell commands. If the vault path is unknown, terminal is acceptable for resolving OBSIDIAN_VAULT_PATH or checking whether the fallback path exists. Once the path is known, switch back to file tools. Read a note Use read_file with the resolved absolute path to the note. Prefer this over cat because it provides line numbers and pagination. List notes Use search_files with target: "files" and the resolved vault path. Prefer this over find or ls . To list all markdown notes, use pattern: "*.md" under the vault path. To list a subfolder, search under that subfolder's absolute path. Search Use search_files for both filename and content searches. Prefer this over grep , find , or ls . For filenames, use search_files with target: "files" and a filename pattern . For note contents, use search_files with target: "content" , the content regex as pattern , and file_glob: "*.md" when you want to restrict matches to markdown notes. Create a note Use write_file with the resolved absolute path and the full markdown content. Prefer this over shell heredocs or echo because it avoids shell quoting issues and returns structured results. Append to a note Prefer a native file-tool workflow when it is not awkward: Read the target note with read_file . Use patch for an anchored append when there is stable context, such as adding a section after an existing heading or appending before a known trailing block. Use write_file when rewriting the whole note is clearer than constructing a fragile patch. For an anchored append with patch , replace the anchor with the anchor plus the new content. For a simple append with no stable context, terminal is acceptable if it is the clearest safe option. Targeted edits Use patch for focused note changes when the current content gives you stable context. Prefer this over shell text rewriting. Wikilinks Obsidian links notes with [[Note Name]] syntax. When creating notes, use these to link related content.
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。