Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.
Add this skill
npx mdskills install sickn33/obsidian-clipper-template-creatorWell-structured workflow with strong verification rules and external references for template creation
This skill helps you create importable JSON templates for the Obsidian Web Clipper.
Templates/Bases/.
Templates/Bases/*.base to find a matching category (e.g., Recipes.base).WebFetch or a browser DOM snapshot to retrieve page content before choosing any selector.ALWAYS output the final result as a JSON code block that the user can copy and import.
{
"schemaVersion": "0.1.0",
"name": "My Template",
...
}
See assets/ for JSON examples.
Install via CLI
npx mdskills install sickn33/obsidian-clipper-template-creatorObsidian Clipper Template Creator is a free, open-source AI agent skill. Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.
Install Obsidian Clipper Template Creator with a single command:
npx mdskills install sickn33/obsidian-clipper-template-creatorThis downloads the skill files into your project and your AI agent picks them up automatically.
Obsidian Clipper Template Creator works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.