# Create Verified Obsidian Web Clipper Templates

Building reliable Web Clipper templates requires matching page data to Obsidian fields. This skill verifies variables and selectors, then produces importable template JSON.

## Install

```bash
npx skillstore add sickn33/obsidian-clipper-template-creator
```

## Metadata

- Status: approved
- Slug: sickn33-obsidian-clipper-template-creator
- Skillstore revision: r2
- Version status: missing
- Tree hash: 80f1624ac0d0a2fe96e00cca05b100ef26d0c2de406ba405f6eba0df2ca2c711
- Author: sickn33
- GitHub username: sickn33
- License: MIT
- Repository: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/obsidian-clipper-template-creator
- Ref: 81e05e636292629114b76cbb3922fbe57672fc02
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: network, external\_commands
- Quality score: 70
- Public page: https://skillstore.pages.dev/skills/sickn33-obsidian-clipper-template-creator
- Manifest: https://skillstore.pages.dev/api/skills/sickn33-obsidian-clipper-template-creator/manifest

## Capabilities

- Creates importable Obsidian Web Clipper template structures.
- Maps Obsidian Base properties to Clipper frontmatter fields.
- Identifies preset, metadata, Schema.org, and CSS selector variables.
- Applies documented filters, fallbacks, conditionals, loops, and variable assignment.
- Verifies selectors against a supplied page or browser DOM snapshot.

## Use Cases

- Capture Research Articles: Create a template that saves article content, source details, publication dates, and authors into consistent research notes.
- Align Clips With Bases: Map existing Base properties into matching Web Clipper fields for consistent vault metadata.
- Extract Structured Recipes: Verify Recipe schema fields and format ingredients, instructions, images, and nutrition data for clipping.

## Prompt Templates

### Create a Basic Article Template

```
Create a general Obsidian Web Clipper template for articles. Include title, author, URL, publication date, description, and content fields.
```

### Map an Obsidian Base

```
Review my Clippings Base properties and create a matching Web Clipper template. Ask which fields should be automatic, fixed, or manual.
```

### Verify a Site Template

```
Analyze this public sample URL: [URL]. Verify Schema.org data, metadata, and selectors before creating a recipe template for my Recipes Base.
```

### Design Advanced Template Logic

```
Create a template for [content type] from [URL]. Add verified fallbacks, conditionals, and loops while preserving valid Clipper syntax.
```

## Limitations

- Requires a representative URL or DOM snapshot for selector verification.
- Cannot verify selectors when the target content is inaccessible or absent.
- Depends on current Obsidian Web Clipper syntax and editor validation.
- Does not import templates into Obsidian or test them inside the extension.

## Best Practices

- Provide a representative public URL and the relevant Base properties.
- Prefer Schema.org data and metadata before using fragile CSS selectors.
- Validate the generated template in the Obsidian Web Clipper editor.

## Anti Patterns

- Do not guess selectors when the page or target element is unavailable.
- Do not add template logic when simple variables provide the same result.
- Do not assume every Base property should be filled automatically.

## Security Audit

- Audited at: 2026-08-04T16:38:26.034\+00:00
- Summary: All 17 static findings are false positives caused by Markdown formatting, example data, template terminology, or official documentation links. The skill still exposes agents to unrestricted URL retrieval and indirect prompt injection from untrusted page content.

## Stats

- Views: 139
- Downloads: 12
- Favorites: 0
- Popularity score: 0
