get-info-workflow

Orchestrates web research and knowledge persistence for QA workflows.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mengsi16/brain-base --skill get-info-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-info-workflow
Source: https://github.com/mengsi16/brain-base/tree/main/skills/get-info-workflow
Command: npx skills add https://github.com/mengsi16/brain-base --skill get-info-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates external information gathering and persistence for QA workflows, ensuring that when local evidence is insufficient, it can trigger web research, cleaning, chunking, and long-term storage without answering user questions directly.

Core Features & Use Cases

  • 端到端的知识持久化流程,通过协调 get-info-agent、web-research-ingest 和 knowledge-persistence 实现。
  • 强制执行前置健康检查、优先级更新、证据提炼,以及 chunks/元数据的持久化存储。
  • 具备失败快速处理与清晰任务划分,避免数据管线的无声错失。

Quick Start

在 QA 需要外部信息时,触发 get-info-workflow,由它按顺序调度 web-research-ingest 与 knowledge-persistence 完成持久化并返回证据摘要。

Frequently Asked Questions about get-info-workflow

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

FAQPage Schema
How do I orchestrate web research and knowledge persistence for QA workflows?

To orchestrate web research and knowledge persistence for QA workflows, trigger a workflow that coordinates external information gathering, evaluation, cleaning, chunking, and long-term storage before returning control to the QA agent.

What is the best way to ensure evidence is stored when local QA data is insufficient?

The best way to ensure evidence is stored when local QA data is insufficient is to trigger a fail-fast sequence that coordinates web research, cleans gathered data, chunks it, and persists chunks with metadata to long-term storage.

Does the knowledge persistence workflow enforce pre-checks before web research?

Yes, the knowledge persistence workflow enforces pre-checks, source prioritization, and a structured fail-fast sequence before returning an evidence summary to the QA agent.

Can I coordinate web-research-ingest and knowledge-persistence without answering user questions directly?

Yes, you can coordinate web-research-ingest and knowledge-persistence without answering user questions directly by using an orchestration skill that gathers, cleans, chunks, and stores evidence independently.

Why does my QA data pipeline silently fail during external information gathering?

A QA data pipeline silently fails during external information gathering if it lacks a structured fail-fast sequence and clear task division for evaluation, cleaning, chunking, and long-term storage.

How do I chunk and store external evidence for long-term retrieval?

To chunk and store external evidence for long-term retrieval, coordinate a workflow that evaluates gathered web research, cleans the data, chunks it, and persists the chunks with metadata to long-term storage.