investor-update-ingest

Ingest investor and portfolio update content for downstream retrieval and synthesis.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill investor-update-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investor-update-ingest
Source: https://github.com/weiping/gbrain-cn/tree/main/test/fixtures/openclaw-compact-resolver/skills/investor-update-ingest
Command: npx skills add https://github.com/weiping/gbrain-cn --skill investor-update-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you turn investor update, portfolio update, and company metrics text into a consistent place in your knowledge system so your agent can use it later.

Core Features & Use Cases

  • Update-triggered ingestion: Runs when new items match triggers like investor update, portfolio update, or company metrics.
  • Fixture/test readiness: Acts as a stub for fixture testing in a compact-resolver regression suite.
  • Example use case: When you receive a quarterly investor update or portfolio performance notes, you can ingest them so downstream retrieval and synthesis can reference the latest details.

Quick Start

Provide an investor update message and ask your agent to ingest it using the investor-update-ingest workflow.

Frequently Asked Questions about investor-update-ingest

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

FAQPage Schema
How do I ingest investor updates for downstream retrieval?

Ingest portfolio updates by providing the performance notes to your agent. The workflow relies on trigger-based routing to capture portfolio update content for indexing and later synthesis.

What is trigger-based routing for investor update ingestion?

Trigger-based routing automatically initiates the ingestion workflow when new items match specified keywords like investor update, portfolio update, or company metrics, ensuring consistent indexing.

Can I use this workflow for company metrics regression testing?

This workflow ingests company metrics updates by matching triggers and indexing the content. It operates as a test stub without external calls, making it suitable for fixture testing in a compact-resolver regression suite.

Do I need external calls to index portfolio performance notes?

No, you do not need external calls to index portfolio performance notes. The workflow operates as a test stub without external calls described, relying solely on trigger-based routing for ingestion.