enrich

Enrich newly created person pages with structured context for downstream question answering.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating person pages often leaves useful context scattered or incomplete, making it harder for your brain/agent to answer questions reliably.

Core Features & Use Cases

  • Person-page enrichment: Improves or supplements newly created person pages so downstream queries have better structured material to work with.
  • Fixture-focused behavior: Acts as a regression-test stub to verify mixed-merge behavior without needing full production logic.
  • Example use case: When a workflow creates a new person page, enrich the page so later “who is this person and what do we know?” questions have the right context.

Quick Start

Tell your agent to trigger the enrich workflow by creating a new person page, then verify the enriched result using the fixture regression setup.

Frequently Asked Questions about enrich

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

FAQPage Schema
How do I enrich newly created person pages with structured context for knowledge graph workflows?

To enrich person pages, trigger a workflow on person-page creation events that supplements the records with structured context, making them immediately usable for downstream question answering and knowledge-graph population.

Why does my knowledge graph return incomplete results when querying newly created person records?

Newly created person records often lack structured context if they are not enriched during ingestion, making it harder to answer queries reliably. An enrichment workflow applies additional structured material immediately upon page creation.

How do I set up regression testing for data enrichment workflows?

You can set up regression testing for data enrichment by using a deterministic, fixture-friendly implementation that acts as a stub to verify mixed-merge behavior without needing full production logic during the workflow.

When do I need to use data enrichment for entity extraction in ingestion workflows?

You need data enrichment for entity extraction during ingestion when person records are created and must be immediately usable in later lookups, ensuring downstream queries have the right structured context.

Can I use a deterministic fixture approach for person page enrichment?

Yes, the person page enrichment process requires a deterministic, fixture-friendly implementation, allowing you to verify mixed-merge behavior and structured context generation without relying on full production logic.