rcr

Manage records, links, and media via the rcr CLI.

Updated Nov 26, 2025
One-click install
npx skills add https://github.com/Aias/dotfiles --skill rcr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcr
Source: https://github.com/Aias/dotfiles/tree/main/agents/skills/red-cliff-record
Command: npx skills add https://github.com/Aias/dotfiles --skill rcr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Red Cliff Record CLI enables direct, programmable access to a densely connected knowledge base of records, links, and media from the terminal, reducing context switching and API overhead.

Core Features & Use Cases

  • Command-driven management of records, links, media, and sources via the rcr CLI.
  • Output is consistently JSON-wrapped by default with flexible formatting options and built-in safety defaults for destructive operations.
  • Use cases include retrieving records, exploring link graphs, and performing bulk updates or migrations across related entries.

Quick Start

Run the rcr records list to view your records and rcr records get <id> to inspect a single entry.

Frequently Asked Questions about rcr

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

FAQPage Schema
How do I manage a knowledge base of records and links directly from the terminal?

You can manage a knowledge base of records and links from the terminal by using a command-line interface to retrieve entries, traverse relationship graphs, and perform bulk operations. This approach provides direct programmable access to reduce API overhead.

What is the best way to traverse relationship graphs in a densely connected knowledge base?

The best way to traverse relationship graphs in a densely connected knowledge base is via explicit CLI commands that explore link connections. This method provides structured data output and built-in safeguards for navigating complex entry relationships safely.

How do I perform safe bulk updates on related records without risking data loss?

You can perform safe bulk updates on related records by using CLI commands with built-in safety defaults for destructive operations. These safeguards ensure that bulk migrations and updates across related entries execute securely with clear output formats.

Does the rcr CLI output data in a format suitable for automation and integration?

Yes, the rcr CLI outputs data consistently in a JSON-wrapped format by default. This structured output, along with flexible formatting options, makes the data highly suitable for integration into automation pipelines and downstream processing.

Can I retrieve and inspect a single record entry using command line operations?

You can retrieve and inspect a single record entry by running a command like `rcr records get <id>`. This provides a direct, programmatic way to view specific entries within your networked knowledge base without leaving the terminal.

What are the limitations when using command-line interfaces for media and source management?

When using a command-line interface for media and source management, limitations generally involve handling highly complex destructive bulk operations, which are mitigated by built-in safety defaults. However, users must ensure correct command syntax to prevent unintended data modifications.