From antigravity-awesome-skills
Creates importable JSON templates for Obsidian Web Clipper by analyzing page DOM, verifying CSS selectors, and adding conditional logic. Use for custom clippings from sites like YouTube or recipes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:obsidian-clipper-template-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps you create importable JSON templates for the Obsidian Web Clipper.
This skill helps you create importable JSON templates for the Obsidian Web Clipper.
Bases/.
Bases/*.base to find a matching category (e.g., Recipes.base).ALWAYS output the final result as a JSON code block that the user can copy and import.
The Clipper template editor validates template syntax. If you use template logic (conditionals, loops, variable assignment), ensure it follows the syntax in references/logic.md and the official Logic docs so the template passes validation.
{
"schemaVersion": "0.1.0",
"name": "My Template",
...
}
See assets/ for JSON examples.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsCreates importable JSON templates for the Obsidian Web Clipper by analyzing live page DOM, schema data, and selectors. Guides selector verification and template logic.
Interact with Obsidian vaults via CLI to read/create/search notes, manage tasks/properties. Supports plugin dev with reloads, JS eval, error capture, screenshots, DOM/CSS inspection.
Interact with Obsidian vaults to read, create, search, and manage notes, tasks, and properties. Also supports plugin/theme development with reload, error capture, screenshots, and DOM inspection.