Skip to content

Instantly share code, notes, and snippets.

@Coldaine
Coldaine / ultimate-hybrid-clipper.json
Created January 1, 2026 07:02
Obsidian Web Clipper - Ultimate Hybrid Template (v2). Combines best prompt engineering from Omni-Protocol with full Web Clipper ecosystem: polymorphic sections, adversarial critique, analogy generation, optimized context, 15 frontmatter properties, and proper filter chains.
{
"schemaVersion": "0.1.0",
"name": "Ultimate Hybrid Clipper v2",
"behavior": "create",
"noteContentFormat": "text",
"context": "{{selectorHtml:article,main,.post-content,.entry-content,#content,.content|strip_tags:script,style,nav,footer,aside,header,.sidebar,.comments,.advertisement|strip_attr:class,id,style,data-*}}",
"properties": [
{
"name": "url",
"value": "{{url}}"
@Coldaine
Coldaine / universal-smart-clipper.json
Created January 1, 2026 06:13
Universal Smart Clipper - A comprehensive Obsidian Web Clipper template that uses LLM/Interpreter to intelligently analyze and summarize any web page
{
"schemaVersion": "0.1.0",
"name": "Universal Smart Clipper",
"behavior": "create",
"noteNameFormat": "{{title|safe_name}}",
"path": "Clippings/Smart",
"context": "{{selectorHtml:article,main,[role=main],.post,.entry-content,.article-content,#content,.content|remove_html:(\"img,aside,script,style,nav,header,footer,form,button,svg,iframe,noscript,advertisement,.ad,.ads,.sidebar,.comments,.related\")|markdown|replace:\"/```[\\\\s\\\\S]*?```/g\":\"\"|replace:\"/\\n{3,}/g\":\"\\n\\n\"|slice:0,15000|trim}}",
"noteContentFormat": "# {{title}}\n\n> [!info]- Page Metadata\n> - **Source:** {{url}}\n> - **Author:** {{author}}\n> - **Published:** {{published|date:\"YYYY-MM-DD\"}}\n> - **Clipped:** {{date|date:\"YYYY-MM-DD HH:mm\"}}\n> - **Word Count:** {{words}}\n\n---\n\n## Executive Summary\n\n{{\"Based solely on the provided context, write a comprehensive executive summary in 2-3 paragraphs (150-250 words total). Cover the main thesis, key arguments, and conclu
@Coldaine
Coldaine / _ModelLibrary.json
Last active September 16, 2025 00:02
Recovered _ModelLibrary.json model configurations from consensus-async branch
```json
{
"providers": {
"openai": {
"upstream_provider": "openai",
"models": {
"gpt-5": {
"model_id": "gpt-5",
"aliases": [
"openai:gpt-5",