Agent skill · Content & Marketing

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 9
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/obsidian-clipper-template-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Workflow
  3. Selector Verification Rules
  4. Output Format
  5. Resources
  6. Official Documentation
  7. Examples
  8. Limitations
Ships with 8 files
  • assets/clipping-template.json
  • assets/recipe-template.json
  • references/analysis-workflow.md
  • references/bases-workflow.md
  • references/filters.md
  • references/json-schema.md
  • references/logic.md
  • references/variables.md
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going