capture

Saves notes, files, and piped input into a searchable knowledge database.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Sigmacodeat/subsumio-web --skill capture-sigmacodeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capture
Source: https://github.com/Sigmacodeat/subsumio-web/tree/main/server/skills/capture
Command: npx skills add https://github.com/Sigmacodeat/subsumio-web --skill capture-sigmacodeat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of saving ideas, notes, snippets, and transcripts by providing a single reliable entrypoint for storing content in a searchable brain.

Core Features & Use Cases

  • Unified Content Capture: Saves inline text, files, and piped input into the brain database and synced markdown storage.
  • Reliable Ingestion Workflow: Handles slug generation, metadata stamping, deduplication, and immediate query availability for captured content.
  • Use Case: Capture a meeting note, research thought, or quick idea into a knowledge system so it can be searched and connected later.

Quick Start

Use the capture skill to save this note into my brain and make it searchable.

Frequently Asked Questions about capture

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

FAQPage Schema
How do I capture notes and research snippets into a searchable knowledge brain?

The workflow saves inline text, files, and piped input into a database and synced markdown storage, applying slug generation and metadata stamping to ensure deterministic storage for your knowledge brain.

How does content ingestion handle duplicate notes in a personal knowledge management system?

The ingestion workflow applies deduplication handling and metadata stamping to ensure deterministic storage, making captured content immediately available for downstream search and agent workflows without redundant entries.

Can I use a unified ingestion workflow to save meeting transcripts and quick ideas?

Yes, the unified ingestion workflow supports saving meeting transcripts, research thoughts, and quick ideas by routing inline text, files, and piped input into a searchable brain database and synced markdown storage.

What is the best way to save piped input and files into a knowledge management database?

The best way is using a unified capture workflow that processes piped input and files through slug generation, metadata stamping, and deduplication handling, ensuring deterministic storage and immediate query availability.

Are there limitations when using a capture workflow for downstream agent search?

Limitations include the necessity of deterministic storage and proper deduplication handling during ingestion, as the immediate availability of captured content for downstream agent workflows relies on accurate metadata stamping and slug generation.