Skills obsidian-clipper-template-creator
๐Ÿ“ฆ

obsidian-clipper-template-creator

Content revision r2 Medium Risk ๐ŸŒ Network accessโš™๏ธ External commands

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.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 70 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "obsidian-clipper-template-creator" from https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator.md and its manifest at https://skillstore.io/api/skills/sickn33-obsidian-clipper-template-creator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "obsidian-clipper-template-creator". Create a general article clipping template with standard metadata.

Expected outcome:

An importable template using title, author, source, publication date, description, content, and a Clippings folder path.

Using "obsidian-clipper-template-creator". Build a recipe template from a page containing Recipe schema data.

Expected outcome:

  • A Recipe trigger selects the template.
  • Verified schema fields populate ingredients, instructions, author, image, and nutrition sections.
  • The note is saved in the Recipes folder.

Using "obsidian-clipper-template-creator". Match a clipping template to an existing Obsidian Base.

Expected outcome:

A property mapping identifies automatic, fixed, and manual values before presenting the final importable template.

Security Audit

Medium Risk
v5 โ€ข 8/4/2026 Open versioned report

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.

9
Files scanned
573
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (2)

Medium
Unrestricted User-Supplied URL Retrieval
The required workflow fetches a user-provided URL without restricting schemes, redirects, or private network destinations.
The files explicitly require WebFetch or a browser snapshot for a user-provided URL, and no destination validation or network boundary is stated.
Medium
Indirect Prompt Injection Exposure
The workflow analyzes untrusted webpage content without instructing the agent to ignore embedded commands and treat retrieved text only as data.
The agent must analyze fetched HTML, but the workflow provides no instruction boundary for potentially adversarial page content.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-obsidian-clipper-template-creator/security.svg)](https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-obsidian-clipper-template-creator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-obsidian-clipper-template-creator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

sickn33. (2026). obsidian-clipper-template-creator security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator/audits/5

BibTeX citation

@techreport{sickn33-sickn33-obsidian-clipper-template-creator-2026, author = {sickn33}, title = {obsidian-clipper-template-creator security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "obsidian-clipper-template-creator security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-08-04" url: "https://skillstore.io/skills/sickn33-obsidian-clipper-template-creator/audits/5" identifiers: - type: other value: "skillstore:sickn33-obsidian-clipper-template-creator:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
59
Architecture
85
Maintainability
87
Content
69
Community
83
Spec Compliance

What You Can Build

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.

Try These Prompts

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.

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.

Avoid

  • 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.

Frequently Asked Questions

What does this skill create?
It creates importable JSON templates for the Obsidian Web Clipper.
Does it support Obsidian Bases?
Yes. It maps Base property names to matching Clipper template properties.
Why is a sample URL needed?
A representative page lets the skill verify metadata, structured data, and selectors before generating the template.
Can it create templates without a URL?
Yes, for general templates using preset variables. Site-specific selectors cannot be verified without page content.
Does it support conditional sections and loops?
Yes. It documents fallbacks, conditionals, loops, and variable assignment supported by Web Clipper.
Will it install the template automatically?
No. It produces template content that the user must import and validate in Obsidian Web Clipper.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

81e05e636292629114b76cbb3922fbe57672fc02

Maintenance freshness

8/5/2026

Usage

10 downloads ยท 139 views

File structure

๐Ÿ“ assets/

๐Ÿ“„ clipping-template.json

๐Ÿ“„ recipe-template.json

๐Ÿ“ references/

๐Ÿ“„ analysis-workflow.md

๐Ÿ“„ bases-workflow.md

๐Ÿ“„ filters.md

๐Ÿ“„ json-schema.md

๐Ÿ“„ logic.md

๐Ÿ“„ variables.md

๐Ÿ“„ SKILL.md

More from sickn33

View all
View all