obsidian-automation▌
claude-office-skills/skills · updated Apr 8, 2026
Automate Obsidian knowledge management and personal knowledge base workflows.
Obsidian Automation
Automate Obsidian knowledge management and personal knowledge base workflows.
Core Capabilities
Note Creation
note_templates:
daily_note:
filename: "{{date:YYYY-MM-DD}}"
folder: "Daily Notes"
template: |
# {{date:dddd, MMMM D, YYYY}}
## Morning Intentions
- [ ]
## Tasks
- [ ]
## Notes
## Evening Reflection
---
[[{{date:YYYY-MM-DD|-1d}}|← Yesterday]] | [[{{date:YYYY-MM-DD|+1d}}|Tomorrow →]]
meeting_note:
filename: "Meeting - {{title}} - {{date}}"
folder: "Meetings"
template: |
---
date: {{date}}
attendees: {{attendees}}
tags: meeting
---
# {{title}}
## Agenda
## Notes
## Action Items
- [ ]
## Follow-ups
[[Meetings MOC]]
Smart Linking
auto_linking:
rules:
- pattern: "[[Person/{{name}}]]"
trigger: "@{{name}}"
create_if_missing: true
- pattern: "[[Project/{{project}}]]"
trigger: "#proj/{{project}}"
backlink_suggestions:
enabled: true
min_mentions: 2
alias_support:
- "[[Machine Learning|ML]]"
- "[[Artificial Intelligence|AI]]"
Dataview Queries
dataview_examples:
tasks_due_today:
query: |
```dataview
TASK
WHERE !completed AND due = date(today)
SORT due ASC
```
recent_meetings:
query: |
```dataview
TABLE date, attendees
FROM "Meetings"
WHERE date >= date(today) - dur(7 days)
SORT date DESC
LIMIT 10
```
project_dashboard:
query: |
```dataview
TABLE status, due, priority
FROM #project
WHERE status != "completed"
SORT priority ASC
```
Templates
templates:
zettelkasten:
filename: "{{date:YYYYMMDDHHmmss}}"
content: |
---
id: {{date:YYYYMMDDHHmmss}}
tags:
links:
---
# {{title}}
## Idea
## Source
## Connections
- Related to:
## References
book_note:
filename: "Book - {{title}}"
content: |
---
author: {{author}}
finished:
rating:
tags: book
---
# {{title}}
by {{author}}
## Summary
## Key Ideas
## Highlights
## My Thoughts
## Action Items
Workflow Automations
Web Clipper
web_clipper:
trigger: browser_extension
actions:
- extract_content:
title: "{{page.title}}"
url: "{{page.url}}"
content: "{{selection}}"
- create_note:
folder: "Clippings"
template: web_clip
- add_tags: ["web-clip", "{{domain}}"]
Research Workflow
research_workflow:
steps:
- create_topic_note:
filename: "Research - {{topic}}"
folder: "Research"
- gather_sources:
search: "{{topic}}"
link_to_note: true
- generate_questions:
based_on: sources
- create_sub_notes:
for_each: key_concept
Graph Analysis
graph_insights:
orphan_notes:
query: "notes without incoming links"
action: suggest_connections
clusters:
identify: true
visualize: true
link_suggestions:
based_on: content_similarity
threshold: 0.7
Best Practices
- Atomic Notes: One idea per note
- Consistent Naming: Use conventions
- Link Liberally: Connect related ideas
- Daily Practice: Regular review
- Templates: Standardize note types
- Tags vs Links: Use both strategically
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★62 reviews- ★★★★★Tariq Chawla· Dec 28, 2024
obsidian-automation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Chen Chawla· Dec 16, 2024
Keeps context tight: obsidian-automation is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Amina Gill· Dec 12, 2024
I recommend obsidian-automation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Ganesh Mohane· Dec 8, 2024
obsidian-automation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Amelia Chawla· Dec 4, 2024
We added obsidian-automation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Chen Haddad· Dec 4, 2024
Registry listing for obsidian-automation matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Rahul Santra· Nov 27, 2024
obsidian-automation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Ava Kapoor· Nov 27, 2024
obsidian-automation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★William Flores· Nov 23, 2024
Keeps context tight: obsidian-automation is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Isabella Diallo· Nov 19, 2024
obsidian-automation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 62