Obsidian
Skill vikynofebriputra-creator/Orkas-Awesome-AgentSkills/data/skills/obsidian
Access a curated library of high-quality agents and modular skills for Orkas and other agent frameworks to accelerate task automation and development.
npx -y skills add vikynofebriputra-creator/Orkas-Awesome-AgentSkills --skill obsidianAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Work with Obsidian vaults and Web Clipper templates. Use this skill whenever the user asks to search, create, edit, move, rename, or delete Obsidian notes, maintain wikilinks, inspect vault paths, or generate an Obsidian Web Clipper JSON template.
SKILL.md
4.9 KB, 860 tokens by cl100k_base, as published. Nobody here has run it
Obsidian
Use this skill for Obsidian vault work and Obsidian Web Clipper template creation. An Obsidian vault is a normal folder of Markdown files plus .obsidian/ configuration; treat it as user data and make changes conservatively.
When To Use
- The user asks to find, search, read, create, edit, move, rename, or delete notes in an Obsidian vault.
- The user asks to identify the active vault or resolve vault paths.
- The user asks to preserve or update
[[wikilinks]]while moving or renaming notes. - The user asks to create, modify, or troubleshoot an Obsidian Web Clipper JSON template.
Do not use for:
- General file cleanup outside an Obsidian vault.
- Notion workspace reads/writes.
- Deep research, paper reading, or multi-source material organization unless the output is explicitly an Obsidian note.
- Directly scraping websites into the user's vault; this skill can create a Web Clipper template, not run a clipping workflow on the user's behalf.
How To Call
-
Identify the task type:
vault_operation: vault discovery, note search, note create/edit, move/rename/delete, link maintenance.clipper_template: Web Clipper JSON template generation, modification, or troubleshooting.
-
For vault operations:
- Follow
references/vault-operations.md. - Do not guess vault paths. Read Obsidian desktop config or use the user's explicit path.
- For moves, renames, deletes, bulk edits, or scripts, show the exact plan and obtain confirmation before changing files.
- Follow
-
For Web Clipper templates:
- Follow
references/web-clipper-template.md. - Use a real sample page, DOM snapshot, HTML, or screenshot when selector/schema validation is needed.
- Output importable JSON and clearly mark verified and unverified fields.
- Follow
-
Protect the vault:
- Avoid editing
.obsidian/unless the user explicitly asks and the change is understood. - Prefer direct Markdown edits for content updates.
- Preserve frontmatter, existing headings, backlinks, embeds, and attachments unless the user asks to change them.
- Never delete or move notes, attachments, canvases, or config files without explicit confirmation.
- Avoid editing
-
Return a concise result:
- Vault/path used.
- Files read or changed.
- Link/template checks performed.
- Skipped items, risks, and confirmation still needed.
Default Output
For vault operations:
# Obsidian Result
## Scope
- Vault:
- Operation:
- Files:
## Result
- ...
## Link / Safety Checks
- ...
## Next Step
- ...
For Web Clipper templates:
# Obsidian Web Clipper Template
## Template Summary
- Content type:
- Sample page:
- Verified fields:
## Field Mapping
| Obsidian property | Source | Method | Verified |
|---|---|---|---|
## Importable JSON
Paste a valid JSON object here.
## Limits
- ...
External Dependencies
- Obsidian desktop config is useful for discovering vaults:
~/Library/Application Support/obsidian/obsidian.json. obsidian-cliis optional but useful for default vault selection, search, create, move, and delete operations.- Obsidian URI handler is required for some
obsidian-cli create --openflows. - Web Clipper template work needs a sample page, HTML/DOM/screenshot, or user-provided field list.
Limits And Known Issues
- Obsidian can have multiple vaults; always confirm or discover the intended one.
obsidian-cli moveis safer than rawmvbecause it can update common links, but still review the plan before execution.- Direct filesystem edits are visible to Obsidian, but plugins may add conventions that are not obvious from Markdown alone.
- Dynamic websites, login pages, paywalls, and anti-scraping pages may prevent reliable Web Clipper selector validation.
- This skill does not install Obsidian plugins or guarantee exact behavior inside the user's local Obsidian app.
Gives 0 of the 12 instructions most note taking skills give in 860 tokens
Counted across 686 of the 876 authors here whose files we hold, read 2026-08-06
- include a visual element on every slidein 44 of 686, across 13 files
- use wikilinks for internal vault linksin 35 of 686, across 11 files
- commit to a single visual motif across every slidein 34 of 686, across 9 files
- read pptxgenjs guide before creating presentations from scratchin 30 of 686, across 6 files
- keep 0.5 inch minimum marginsin 30 of 686, across 7 files
- use subagents to visually inspect rendered slidesin 30 of 686, across 6 files
- re-verify affected slides after every fixin 27 of 686, across 5 files
- run content QA checks before declaring successin 26 of 686, across 3 files
- Use Markdown links for external URLs onlyin 26 of 686, across 10 files
- pick a bold topic specific color palettein 24 of 686, across 2 files
- read editing guide before editing existing presentationsin 23 of 686, across 1 file
- use one dominant color across all slidesin 23 of 686, across 1 file
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.