← スキル一覧に戻る

obsidian
by gunderwonder
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: obsidian description: Save a document to the Obsidian vault. Use when the user asks to save notes, summaries, or documents to Obsidian or "Notater".
Obsidian
Save AI-generated documents to the Obsidian vault at ~/Notater/Øystein/.
Instructions
-
Determine filename
- Ask the user for a filename if not obvious from context
- Use descriptive names in Norwegian
- Use
.mdextension
-
Format the document
- Add YAML frontmatter with tags
- Include
#ai-generertand#bleikøyatags - Add creation date
- Keep the content in markdown format
-
Write the file
- Save to
/Users/gunderwonder/Notater/Øystein/ - Use the Write tool
- Save to
-
Confirm to user
- Show the full path where the file was saved
Template
---
tags:
- ai-generert
- bleikøya
date: YYYY-MM-DD
---
# Title
Content here...
Example
If the user says "lagre dette i Obsidian" after generating a summary:
---
tags:
- ai-generert
- bleikøya
date: 2025-12-27
---
# Sammendrag av styremøte
Her er innholdet...
Saved to: ~/Notater/Øystein/Sammendrag av styremøte.md
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です