---
name: obsidian-vault
description: Interact with Obsidian vaults, manage notes, search content, and handle linked tasks via ClickUp integration
---

# Obsidian Vault

This skill enables interaction with Obsidian vaults for reading, creating, and managing notes. It also supports linking to ClickUp for task management.

## When to Use This Skill

- Reading, creating, or editing markdown notes in an Obsidian vault
- Searching vault content
- Managing daily notes and journal entries
- Updating note properties and frontmatter
- Syncing tasks between Obsidian and ClickUp

## Instructions

### Vault Operations

The Obsidian vault is located at a configured path. Common operations:

- **Read a note**: Use the Read tool with the full vault path
- **Search content**: Use Grep to search for patterns in .md files
- **List vault structure**: Use Glob to find notes by pattern
- **Create/edit notes**: Use Write/Edit tools

### ClickUp Integration

For task management, use the ClickUp API with token: `pk_168279317_JHFAF2FM1FO1LKJLQ97WBH4EW3U2563T`

Base URL: `https://api.clickup.com/api/v2`

Available lists from user:
- Project list: https://app.clickup.com/9017304746/v/s/90173063478

### Workflow

1. First explore the Obsidian vault to understand structure
2. Read relevant notes for context
3. If tasks need to be managed, use ClickUp API
4. Update notes as needed

## Security

- Never commit API keys to repository
- Use environment variables for sensitive data