Creates JSON templates for Obsidian Web Clipper by analyzing URLs, verifying CSS selectors on fetched pages, using base schemas, and adding conditional logic for content like recipes or videos.
From antigravity-awesome-skillsnpx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
assets/clipping-template.jsonassets/recipe-template.jsonreferences/analysis-workflow.mdreferences/bases-workflow.mdreferences/filters.mdreferences/json-schema.mdreferences/logic.mdreferences/variables.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
This skill helps you create importable JSON templates for the Obsidian Web Clipper.
Bases/.
Bases/*.base to find a matching category (e.g., Recipes.base).ALWAYS output the final result as a JSON code block that the user can copy and import.
The Clipper template editor validates template syntax. If you use template logic (conditionals, loops, variable assignment), ensure it follows the syntax in references/logic.md and the official Logic docs so the template passes validation.
{
"schemaVersion": "0.1.0",
"name": "My Template",
...
}
See assets/ for JSON examples.