{"id":"7383cc55-ab66-4a23-9e86-0604a42edbc7","shortId":"BxEnar","kind":"skill","title":"obsidian-clipper-template-creator","tagline":"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.","description":"# Obsidian Web Clipper Template Creator\n\nThis skill helps you create importable JSON templates for the Obsidian Web Clipper.\n\n## When to Use\n- You need to create or refine an importable Obsidian Web Clipper template.\n- You want to map a site's real DOM, schema data, and selectors into a valid clipping template.\n- You need selector verification and template logic guidance before handing the JSON to the user.\n\n## Workflow\n\n1. **Identify User Intent:** specific site (YouTube), specific type (Recipe), or general clipping?\n2. **Check Existing Bases:** The user likely has a \"Base\" schema defined in `Bases/`.\n    - **Action:** Read `Bases/*.base` to find a matching category (e.g., `Recipes.base`).\n    - **Action:** Use the properties defined in the Base to structure the Clipper template properties.\n    - See [references/bases-workflow.md](references/bases-workflow.md) for details.\n3. **Fetch & Analyze Reference URL:** Validate variables against a real page.\n    - **Action:** Ask the user for a sample URL of the content they want to clip (if not provided).\n    - **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).\n    - **Action:** Analyze the HTML for Schema.org JSON, Meta tags, and CSS selectors.\n    - **Action (REQUIRED):** Verify each selector against the fetched content. Do not guess selectors.\n    - See [references/analysis-workflow.md](references/analysis-workflow.md) for analysis techniques.\n4. **Draft the JSON:** Create a valid JSON object following the schema.\n    - See [references/json-schema.md](references/json-schema.md).\n5. **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](references/logic.md).\n6. **Verify Variables:** Ensure the chosen variables (Preset, Schema, Selector) exist in your analysis.\n    - **Action (REQUIRED):** If a selector cannot be verified from the fetched content, state that explicitly and ask for another URL.\n    - See [references/variables.md](references/variables.md).\n\n## Selector Verification Rules\n\n- **Always verify selectors** against live page content before responding.\n- **Never guess selectors.** If the DOM cannot be accessed or the element is missing, ask for another URL or a screenshot.\n- **Prefer stable selectors** (data attributes, semantic roles, unique IDs) over fragile class chains.\n- **Document the target element** in your reasoning (e.g., \"About sidebar paragraph\") to reduce mismatch.\n\n## Output Format\n\n**ALWAYS** output the final result as a JSON code block that the user can copy and import.\n\nThe Clipper template editor validates template syntax.\nIf you use template logic (conditionals, loops, variable assignment), ensure it follows the syntax in [references/logic.md](references/logic.md) and the official [Logic](https://help.obsidian.md/web-clipper/logic) docs so the template passes validation.\n\n```json\n{\n  \"schemaVersion\": \"0.1.0\",\n  \"name\": \"My Template\",\n  ...\n}\n```\n\n## Resources\n\n- [references/variables.md](references/variables.md) - Available data variables.\n- [references/filters.md](references/filters.md) - Formatting filters.\n- [references/json-schema.md](references/json-schema.md) - JSON structure documentation.\n- [references/logic.md](references/logic.md) - Template logic.\n- [references/bases-workflow.md](references/bases-workflow.md) - How to map Bases to Templates.\n- [references/analysis-workflow.md](references/analysis-workflow.md) - How to validate page data.\n\n### Official Documentation\n\n- [Variables](https://help.obsidian.md/web-clipper/variables)\n- [Filters](https://help.obsidian.md/web-clipper/filters)\n- [Logic](https://help.obsidian.md/web-clipper/logic)\n- [Templates](https://help.obsidian.md/web-clipper/templates)\n\n## Examples\n\nSee [assets/](assets/) for JSON examples.\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["obsidian","clipper","template","creator","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents"],"capabilities":["skill","source-sickn33","skill-obsidian-clipper-template-creator","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/obsidian-clipper-template-creator","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34666 github stars · SKILL.md body (4,427 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T06:51:39.794Z","embedding":null,"createdAt":"2026-04-18T21:41:37.548Z","updatedAt":"2026-04-23T06:51:39.794Z","lastSeenAt":"2026-04-23T06:51:39.794Z","tsv":"'/web-clipper/filters)':499 '/web-clipper/logic)':443,503 '/web-clipper/templates)':507 '/web-clipper/variables)':495 '0.1.0':452 '1':99 '2':112 '3':156 '4':237 '5':252 '6':297 'access':354 'action':126,137,167,185,206,218,311 'alway':337,396 'analysi':235,310 'analyz':158,207 'anoth':329,362 'ask':168,327,360,548 'asset':510,511 'assign':272,428 'attribut':371 'avail':26,197,459 'avoid':274 'base':115,121,125,128,129,144,480 'block':260,405 'boundari':556 'browser':200 'cannot':316,352 'categori':134 'chain':379 'check':113 'chosen':302 'clarif':550 'class':378 'clear':523 'clip':23,30,81,111,181 'clipper':3,14,34,49,63,148,414 'code':404 'condit':257,425 'consid':253 'content':31,177,192,226,322,343 'copi':410 'creat':8,20,41,56,241 'creator':5,36 'criteria':559 'css':216 'data':75,270,370,460,489 'defin':123,141 'describ':527 'detail':155 'doc':444 'document':380,470,491 'dom':73,201,351 'draft':238 'e.g':135,261,387 'editor':416 'element':357,383 'ensur':300,429 'environ':539 'environment-specif':538 'exampl':508,514 'exist':114,307 'expert':544 'explicit':325 'express':276 'fallback':278 'fetch':157,225,321 'filter':465,496 'final':399 'find':131 'follow':246,431 'format':29,395,464 'fragil':377 'general':110 'guess':229,347 'guid':6 'guidanc':90 'hand':92 'help':39 'help.obsidian.md':442,494,498,502,506 'help.obsidian.md/web-clipper/filters)':497 'help.obsidian.md/web-clipper/logic)':441,501 'help.obsidian.md/web-clipper/templates)':505 'help.obsidian.md/web-clipper/variables)':493 'html':209 'id':375 'identifi':100 'import':42,60,412 'improv':287 'input':553 'intent':102 'json':43,94,212,240,244,403,450,468,513 'keep':290 'like':118 'limit':515 'list':269 'live':341 'logic':89,255,283,424,440,474,500 'loop':267,426 'map':68,479 'match':133,524 'meta':213 'mismatch':393 'miss':280,359,561 'name':453 'need':54,84 'never':346 'new':22 'nutrit':263 'object':245 'obsidian':2,12,32,47,61 'obsidian-clipper-template-cr':1 'offici':439,490 'option':259 'output':394,397,533 'page':166,191,342,488 'paragraph':390 'pass':448 'permiss':554 'prefer':367 'present':266 'preset':304 'properti':140,150 'provid':184 'read':127 'real':72,165 'reason':386 'recip':108 'recipes.base':136 'reduc':392 'refer':159 'references/analysis-workflow.md':204,205,232,233,483,484 'references/bases-workflow.md':152,153,475,476 'references/filters.md':462,463 'references/json-schema.md':250,251,466,467 'references/logic.md':295,296,435,436,471,472 'references/variables.md':332,333,457,458 'refin':58 'repeat':275 'requir':186,219,312,552 'resourc':456 'respond':345 'result':400 'retriev':190 'review':545 'role':373 'rule':336 'safeti':555 'sampl':173 'schema':74,122,248,305 'schema.org':211 'schemavers':451 'scope':526 'screenshot':366 'see':151,203,231,249,294,331,509 'selector':77,85,217,222,230,306,315,334,339,348,369 'semant':372 'show':262 'sidebar':389 'simpl':291,293 'site':70,104 'skill':38,518 'skill-obsidian-clipper-template-creator' 'snapshot':202 'source-sickn33' 'specif':103,106,540 'stabl':368 'state':323 'stop':546 'structur':146,469 'substitut':536 'success':558 'syntax':419,433 'tag':214 'target':382 'task':522 'techniqu':236 'templat':4,9,24,35,44,64,82,88,149,254,289,292,415,418,423,447,455,473,482,504 'test':542 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'treat':531 'type':107 'understand':25 'uniqu':374 'url':160,174,330,363 'use':15,52,138,187,198,256,282,422,516 'user':97,101,117,170,408 'valid':80,161,243,417,449,487,541 'variabl':27,162,271,281,299,303,427,461,492 'verif':86,335 'verifi':220,298,318,338 'want':18,66,179 'web':13,33,48,62 'webfetch':188,194 'workflow':98 'youtub':105","prices":[{"id":"55c4e1fc-4ebb-446d-8e61-6856f438b2ae","listingId":"7383cc55-ab66-4a23-9e86-0604a42edbc7","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:41:37.548Z"}],"sources":[{"listingId":"7383cc55-ab66-4a23-9e86-0604a42edbc7","source":"github","sourceId":"sickn33/antigravity-awesome-skills/obsidian-clipper-template-creator","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/obsidian-clipper-template-creator","isPrimary":false,"firstSeenAt":"2026-04-18T21:41:37.548Z","lastSeenAt":"2026-04-23T06:51:39.794Z"}],"details":{"listingId":"7383cc55-ab66-4a23-9e86-0604a42edbc7","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"obsidian-clipper-template-creator","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34666,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-23T06:41:03Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"0f6c7bf4a073cab2978254738c5c3d4143275eaf","skill_md_path":"skills/obsidian-clipper-template-creator/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/obsidian-clipper-template-creator"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"obsidian-clipper-template-creator","description":"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."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/obsidian-clipper-template-creator"},"updatedAt":"2026-04-23T06:51:39.794Z"}}