OB

obsidian-clipper-template-creator

Tool to generate JSON templates for the Obsidian Web Clipper.

Install

mkdir -p .claude/skills/obsidian-clipper-template-creator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3428" && unzip -o skill.zip -d .claude/skills/obsidian-clipper-template-creator && rm skill.zip

Installs to .claude/skills/obsidian-clipper-template-creator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
170 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Create JSON templates for Obsidian Web Clipper
  • Validate schema variables against web content
  • Analyze HTML for Schema.org and meta tags
  • Format clipped content using filters
  • Map base schemas to specific clipping templates

How it works

It guides the user through analyzing a target URL, mapping data to existing base schemas, and drafting a valid JSON template.

Inputs & outputs

You give it
Target URL and desired data fields
You get back
Valid JSON template for Obsidian import

When to use obsidian-clipper-template-creator

  • Generate new clipping template
  • Validate schema variables
  • Extract content selectors from URLs
  • Format JSON for Obsidian import

About this skill

Obsidian Web Clipper Template Creator

This skill helps you create importable JSON templates for the Obsidian Web Clipper.

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 Templates/Bases/.
    • Action: Read Templates/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: Use WebFetch to retrieve the page HTML.
    • Action: Analyze the HTML for Schema.org JSON, Meta tags, and CSS selectors.
    • See references/analysis-workflow.md for analysis techniques.
  4. Draft the JSON: Create a valid JSON object following the schema.
  5. Verify Variables: Ensure the chosen variables (Preset, Schema, Selector) exist in your analysis.

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/ for JSON examples.

When not to use it

  • Directly editing Obsidian core files
  • Clipping content without a defined template

Prerequisites

Obsidian Web ClipperBase schema definitions

Limitations

  • Requires valid CSS selectors for content extraction
  • Dependent on target site structure

How it compares

It automates the template creation process by validating variables against real-world page data rather than manual trial-and-error.

Compared to similar skills

obsidian-clipper-template-creator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
obsidian-clipper-template-creator (this skill)36moNo flagsBeginner
obsidian-bases114moReviewIntermediate
video-transcript-downloader42moReviewIntermediate
obsidian-vault-ops35moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

Search skills

Search the agent skills registry