obsidian-clipper-template-creator
Documentation & Productivité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.
Documentation
Obsidian Web Clipper Template Creator
This skill helps you create importable JSON templates for the Obsidian Web Clipper.
Workflow
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.Selector Verification Rules
Output Format
ALWAYS output the final result as a JSON code block that the user can copy and import.
{
"schemaVersion": "0.1.0",
"name": "My Template",
...
}Resources
Official Documentation
Examples
See [assets/](assets/) for JSON examples.
Compétences similaires
Explorez d'autres agents de la catégorie Documentation & Productivité
telegram-mini-app
"Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and building viral mini apps that monetize. Use when: telegram mini app, TWA, telegram web app, TON app, mini app."
javascript-pro
Master modern JavaScript with ES6+, async patterns, and Node.js
memory-safety-patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.