Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sickn33 avatar

Obsidian Clipper Template Creator

  • 537 installs
  • 44k repo stars
  • Updated July 27, 2026
  • sickn33/antigravity-awesome-skills

obsidian-clipper-template-creator is an agent skill that defines Obsidian Web Clipper JSON templates so developers capture articles, recipes, and structured pages into a vault with consistent metadata and note layouts.

About

obsidian-clipper-template-creator is an agent skill from sickn33/antigravity-awesome-skills for authoring Obsidian Web Clipper JSON template files. It configures schemaVersion, behavior, noteContentFormat placeholders such as {{content}} and {{url}}, and typed properties including categories, author, source, published, created, topics, and description so clipped web pages land in a vault with predictable frontmatter and note structure. Developers reach for obsidian-clipper-template-creator when building a repeatable clipping workflow for research articles, recipes, or reference pages instead of manually reformatting each capture. The skill outputs valid clipper template JSON ready to import into Obsidian Web Clipper.

  • Emits schemaVersion 0.1.0 clipper JSON with behavior, path, noteNameFormat, and noteContentFormat
  • Maps page variables (title, url, author, published) and schema.org fields into Obsidian properties
  • Includes ready-made General Clipping and Recipe templates with ingredients, instructions, and nutrition blocks
  • Supports multitext categories, datetime fields, and list/map filters for structured extractions

Obsidian Clipper Template Creator by the numbers

  • 537 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #722 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill obsidian-clipper-template-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs537
repo stars44k
Security audit2 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorysickn33/antigravity-awesome-skills

How do you template Obsidian Web Clipper captures?

Define Obsidian Web Clipper JSON templates so developers capture articles, recipes, and structured pages into a vault with consistent metadata and note layouts.

Who is it for?

Developers using Obsidian who want consistent metadata and note layouts when clipping articles, recipes, or structured web pages into a vault.

Skip if: Developers who do not use Obsidian Web Clipper or who need general Markdown documentation rather than clipper-specific JSON templates.

When should I use this skill?

The user asks to create or customize an Obsidian Web Clipper template with properties, note formats, or metadata for vault clippings.

What you get

Obsidian Web Clipper JSON template files with noteContentFormat, behavior rules, and typed property mappings.

  • Obsidian Web Clipper JSON template

By the numbers

  • Example template uses schemaVersion 0.1.0
  • Example template defines 8 typed properties including categories, author, source, and published

Files

SKILL.mdMarkdownGitHub ↗

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 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-workflow.md.
  • Action: Analyze the HTML for Schema.org JSON, Meta tags, and CSS selectors.
  • Action (REQUIRED): Verify each selector against the fetched content. Do not guess selectors.
  • See references/analysis-workflow.md for analysis techniques.

4. Draft the JSON: Create a valid JSON object following the schema.

  • See references/json-schema.md.

5. Consider template logic: Use conditionals for optional blocks (e.g. show nutrition only if present), loops for list data, variable assignment to avoid repeating expressions, and fallbacks for missing variables. Use logic only when it improves the template; keep simple templates simple. See references/logic.md. 6. Verify Variables: Ensure the chosen variables (Preset, Schema, Selector) exist in your analysis.

  • Action (REQUIRED): If a selector cannot be verified from the fetched content, state that explicitly and ask for another URL.
  • See references/variables.md.

Selector Verification Rules

  • Always verify selectors against live page content before responding.
  • Never guess selectors. If the DOM cannot be accessed or the element is missing, ask for another URL or a screenshot.
  • Prefer stable selectors (data attributes, semantic roles, unique IDs) over fragile class chains.
  • Document the target element in your reasoning (e.g., "About sidebar paragraph") to reduce mismatch.

Output Format

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",
  ...
}

Resources

  • references/variables.md - Available data variables.
  • references/filters.md - Formatting filters.
  • references/json-schema.md - JSON structure documentation.
  • references/logic.md - Template logic.
  • references/bases-workflow.md - How to map Bases to Templates.
  • references/analysis-workflow.md - How to validate page data.

Official Documentation

Examples

See assets/ for JSON examples.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related skills

How it compares

Use obsidian-clipper-template-creator for Obsidian Web Clipper JSON configuration rather than general Markdown or static-site documentation skills.

FAQ

What file format does obsidian-clipper-template-creator produce?

obsidian-clipper-template-creator produces Obsidian Web Clipper JSON templates with fields such as schemaVersion, behavior, noteContentFormat, and a properties array defining typed metadata like author, source, published, and categories for each clipped page.

Which Obsidian clipper variables can templates use?

obsidian-clipper-template-creator templates commonly bind {{content}}, {{url}}, {{author}}, {{published}}, and {{date}} into noteContentFormat and property value fields so captured web pages populate vault notes automatically.

Is Obsidian Clipper Template Creator safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.