Complete AI TrainingYourJobSkills for your job

Skills / uncategorized

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.

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.
  1. 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](references/analysis-workflow.md).
  • Action: Analyze the HTML for Schema.org JSON, Meta tags, and CSS selectors.
  • Action (REQUIRED): Verify each selec

Subscribers only

The full skill, its 9 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcecommunity
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md, 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
Added2026-02-27

Related skills

accesslint-diff

Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.

accesslint-scan

Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

accint-commitments

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

accint-frames

Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").

accint-solve

Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.

ad-creative

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.