obsidian-clipper-template-creator
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.
npx skills add sickn33/agentic-awesome-skills --skill obsidian-clipper-template-creator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Obsidian Web Clipper Template Creator This skill helps you create importable JSON templates for the Obsidian Web Clipper. ## When to Use - You need to create or refine an importable Obsidian Web Clipper template. - You want to map a site's real DOM, schema data, and selectors into a valid clipping template. - You need selector verification and template logic guidance before handing the JSON to the user. ## Workflow 1. **Identify User Intent:** specific site (YouTube), specific type (Recipe), or general clipping? 2. **Check Existing Bases:** The user likely has a "Base" schema defined in `Bases/`. - **Action:** Read `Bases/*.base` to find a matching category (e.g., `Recipes.base`). - **Action:** Use the properties defined in the Base to structure the Clipper template properties. - See [references/bases-workflow.md](references/bases-workflow.md) for details. 3. **Fetch & Analyze Reference URL:** Validate variables against a real page. - **Action:** Ask the user for a sample URL of the content they want to clip (if not provided). - **Action (REQUIRED):** Use **WebFetch** to retrieve page content; if WebFetch is not available, use a browser DOM snapshot. See [references/analysis-work
- When to Use
- Workflow
- Selector Verification Rules
- Output Format
- Resources
- Official Documentation
- Examples
- Limitations
What does the obsidian-clipper-template-creator skill do?
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.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill obsidian-clipper-template-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.