clippings-adapter

Route Obsidian Web Clipper markdown clippings into niche knowledge bases.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/00PZ/oopz-inc --skill clippings-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clippings-adapter
Source: https://github.com/00PZ/oopz-inc/tree/main/companies/shoshin/skills/clippings-adapter
Command: npx skills add https://github.com/00PZ/oopz-inc --skill clippings-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill centralizes the intake of Obsidian Web Clipper markdown drops by routing clips to the correct niche knowledge base and preserving an auditable trail.

Core Features & Use Cases

  • Ingests clipping files from raw/clippings/ and normalizes frontmatter.
  • Routes each clipping to <niche>.knowledge_items based on niche tag.
  • Moves successfully ingested files to an audit trail for traceability and compliance.

Quick Start

Drop a clipping into raw/clippings/ and run the adapter to route it to the correct niche knowledge base.

Frequently Asked Questions about clippings-adapter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest Obsidian Web Clipper markdown clippings into a knowledge base?

To ingest Obsidian Web Clipper markdown clippings, drop the files into the raw/clippings/ directory. The adapter processes them, uses the frontmatter niche tag to route entries to the corresponding knowledge base, and moves ingested files to an audit trail.

How does niche routing work for Obsidian markdown clippings?

Niche routing works by reading the frontmatter niche tag from each clipping file. The adapter uses this tag to map and route the markdown entry into the matching <niche>.knowledge_items collection, ensuring clips are organized into the correct knowledge base.

Can I deduplicate Obsidian clippings when ingesting markdown files?

Yes, you can deduplicate Obsidian clippings during ingestion. The adapter computes a content hash for each markdown file to identify and prevent duplicate entries from being routed into your knowledge base.

Do I need specific frontmatter fields to route Obsidian clippings to a knowledge base?

Yes, you need specific frontmatter fields to route Obsidian clippings. The adapter validates required fields within the markdown frontmatter, specifically relying on the niche tag to successfully map entries into the corresponding <niche>.knowledge_items schema.

What is the best way to maintain an audit trail for ingested markdown clippings?

The best way to maintain an audit trail for ingested markdown clippings is to let the adapter move successfully processed files from raw/clippings/ into a dedicated audit trail directory, preserving traceability and compliance for every routed knowledge base entry.

Does the clippings adapter work with a custom knowledge base schema?

Yes, the clippings adapter works with a custom knowledge base schema. It normalizes frontmatter and emits standard knowledge-base fields according to your project's schema when routing Obsidian clippings into the <niche>.knowledge_items structure.