obsidian
✓Leitfaden zur Implementierung des Obsidian-Wissensmanagements – Tresorbetrieb, Plugin-Entwicklung, URI-Schema-Automatisierung, Markdown-Erweiterungen und lokale REST-API-Integration. Verwenden Sie es, wenn Sie mit Obsidian-Tresoren arbeiten, Plugins erstellen, Notiz-Workflows automatisieren, Notizen über die API abfragen oder Knowledge-Graph-Funktionen implementieren.
Installation
SKILL.md
This skill provides comprehensive guidance for working with Obsidian, a powerful knowledge management and note-taking application. It covers vault structure, the Obsidian API for plugin development, URI scheme automation, markdown extensions, and integration with external tools via the Local REST API.
| vault | Vault name (required) | | file | File path without .md extension | | path | Full file path including folders | | name | Note name for creation | | content | Content to insert | | query | Search query | | heading | Navigate to heading | | block | Navigate to block reference |
| App | Central application instance | this.app | | Vault | File system operations | this.app.vault | | Workspace | Pane and layout management | this.app.workspace | | MetadataCache | File metadata indexing | this.app.metadataCache | | FileManager | User-safe file operations | this.app.fileManager |
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian- Kategorie
- >_Produktivität
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-04
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist obsidian?
Leitfaden zur Implementierung des Obsidian-Wissensmanagements – Tresorbetrieb, Plugin-Entwicklung, URI-Schema-Automatisierung, Markdown-Erweiterungen und lokale REST-API-Integration. Verwenden Sie es, wenn Sie mit Obsidian-Tresoren arbeiten, Plugins erstellen, Notiz-Workflows automatisieren, Notizen über die API abfragen oder Knowledge-Graph-Funktionen implementieren. Quelle: julianobarbosa/claude-code-skills.
Wie installiere ich obsidian?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/julianobarbosa/claude-code-skills
Details
- Kategorie
- >_Produktivität
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-04