capture

Capture thoughts and content into a brain repository via CLI.

2|1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/bish-x/bx-gbrain --skill capture-bish-x
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: capture
Source: https://github.com/bish-x/bx-gbrain/tree/main/skills/capture
Command: npx skills add https://github.com/bish-x/bx-gbrain --skill capture-bish-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity and inefficiency associated with saving thoughts and content into a personal knowledge base.

Core Features & Use Cases

  • Single Command for Ingestion: Streamlines the process of saving various types of content using a single CLI command.
  • Local and Thin-Client Compatibility: Functions the same way on both local and thin-client installations.
  • Immediate Queryability: Ensures that captured content is immediately queryable.
  • Content Hash Deduplication: Avoids redundant captures by checking a 24-hour content hash.
  • Secure Ingestion: Trusts all local CLI captures (remote: false) for local-CLI trust.

Quick Start

Run the gbrain capture "your thought or content" command to save it to your brain.

Frequently Asked Questions about capture

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

FAQPage Schema
How do I capture thoughts and content into a knowledge base from the command line?▼

Captured content is immediately queryable within your brain repository. Once you ingest data via the command line, it is available for search and retrieval without delay.

Can I use the thought capture CLI on a thin-client installation?▼

The system uses 24-hour content hash deduplication to avoid redundant captures. By checking the content hash, it ensures you do not save duplicate thoughts or data within a 24-hour window.

What is the best way to avoid duplicate content when saving to a brain repository?▼

The best way to avoid duplicates is using the built-in content hash deduplication feature. It automatically checks a 24-hour content hash to prevent redundant saves during content ingestion.

Do I need a remote connection for secure content ingestion with the capture command?▼

No, the CLI trusts all local captures by setting remote to false. This local-CLI trust mechanism ensures secure ingestion without needing an active remote server connection.