intel-intake

Ingest external content into entity-linked intel saved to _hq/intel.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/chaletteholdings/command-room-releases-2710 --skill intel-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intel-intake
Source: https://github.com/chaletteholdings/command-room-releases-2710/tree/main/command-room/skills/intel-intake
Command: npx skills add https://github.com/chaletteholdings/command-room-releases-2710 --skill intel-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn raw content from links, articles, videos, and pasted text into structured intel that connects to specific named entities in the CEO's workspace.

Core Features & Use Cases

  • Entity-aware ingestion: Converts external content into named-entity anchored intel that references people, projects, dormant customers, and open commitments.
  • Cross-reference with workspace data: Reads entities.json and events.jsonl to surface precise connections instead of generic categories.
  • Storage & deduplication: Saves results to _hq/intel/ with cross-references into entities.json for relevant threads.

Quick Start

Ingest external content (links, articles, videos, or pasted text) and produce structured intel tied to named entities in the CEO's workspace.

Frequently Asked Questions about intel-intake

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

FAQPage Schema
How do I turn external articles and links into actionable intel connected to my workspace entities?

To turn external articles and links into actionable intel, ingest the content to cross-reference named entities in your workspace. The system reads entities.json and events.jsonl to surface precise connections and saves structured outputs to _hq/intel.

What is entity-aware content ingestion and how does it work with workspace data?

Entity-aware content ingestion processes external text, links, or videos to anchor information to named entities like people and projects. It cross-references your workspace events.jsonl and entities.json to replace generic categories with precise, deduplicated intel.

Can I ingest video content and map it to dormant customers and open commitments?

Yes, you can ingest video content to map it to dormant customers and open commitments. The ingestion process loads BUSINESS_CONTEXT.md, aliases.json, and KNOWLEDGE_BASE.md to ensure the resulting intel aligns with your workspace routing.

Does the intel ingestion workflow require specific configuration files for deduplication?

The intel ingestion workflow requires BUSINESS_CONTEXT.md, entities.json, aliases.json, and KNOWLEDGE_BASE.md. Loading these files ensures proper alignment, deduplication, and appropriate workflow routing before generating results.

What's the best way to ensure ingested external content avoids duplicating existing knowledge base entries?

The best way to avoid duplicating existing knowledge base entries is to load KNOWLEDGE_BASE.md alongside aliases.json during ingestion. This ensures deduplication and appropriate workflow routing before cross-referencing results into entities.json.

Where are the structured intel outputs saved after processing external content?

Structured intel outputs are saved to the _hq/intel directory. The system stores results with cross-references into entities.json for relevant threads, ensuring the ingested external content connects to existing workspace data.