signal-detector

Capture user ideas and entity mentions from inbound messages in real-time.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill signal-detector-edwifiguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal-detector
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/gbrain/skills/signal-detector
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill signal-detector-edwifiguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures and preserves user-generated ideas and referenced entities in real-time, without slowing down conversations, to build a traceable knowledge base of original thoughts and linked entities.

Core Features & Use Cases

  • Fires on every inbound message (always-on) and runs in parallel to avoid blocking the main response.
  • Detects and stores original thinking as originals/{slug} and ideas/{slug}, with mandatory cross-linking to related entities.
  • Logs a concise summary and maintains backlinking across brain pages to build a connected knowledge graph.

Quick Start

Enable this skill to start capturing originals and entity mentions from every inbound message.

Frequently Asked Questions about signal-detector

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

FAQPage Schema
How do I capture user ideas and entity mentions from real-time conversations without blocking the main workflow?

Ambient signal capture detects user ideas and entity mentions in real-time by running parallel execution on every inbound message, preventing main workflow blockage while preserving original thoughts.

What is ambient signal capture for real-time knowledge linking?

Ambient signal capture is an always-on process that extracts user ideas and entity mentions from inbound messages, cross-linking them to build a traceable knowledge base without interrupting active conversations.

How do I store original thinking and link it to related entities automatically?

Automatic entity linking stores original thinking as originals and ideas, applying mandatory cross-linking to related entities and logging concise summaries to maintain backlinking across brain pages.

Does parallel entity tracking slow down real-time agent conversations?

Parallel entity tracking does not slow down conversations because the always-on capture runs in parallel to the main response, ensuring inbound messages are processed without blocking active workflows.

What tools are required to build a connected knowledge graph from inbound messages?

Building a connected knowledge graph requires search, query, get_page, put_page, add_link, and add_timeline_entry tools to process inbound triggers, create originals, and apply cross-linking across brain pages.

Why does real-time signal capture require inbound triggers and parallel execution?

Real-time signal capture requires inbound triggers and parallel execution to fire on every message instantly, capturing ambient signals and enriching brain pages while preventing main workflow blockage.