compliant-callout

Research a person via Perplexity and web_search cross-references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you research a person reliably while following the brain-first conventions, so your agent’s external lookup is properly routed and stays consistent with the internal lookup chain.

Core Features & Use Cases

  • External-lookup delegation: Uses Perplexity to find recent news about a person while delegating follow-up steps to the brain-first workflow.
  • Cross-referenced primary sources: Performs additional web_search checks to corroborate findings with primary sources.
  • Convention-aware execution: Explicitly follows the lookup chain (search → query → get_page → external) referenced by the brain-first convention.

Quick Start

Ask your agent to research a person using the compliant-callout Skill so it can gather recent context from Perplexity and cross-reference primary sources through web_search.

Frequently Asked Questions about compliant-callout

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

FAQPage Schema
How do I research a person and corroborate claims with primary sources during agent workflows?

Person research with primary sources is handled by delegating Perplexity discovery and web_search cross-references through a search → query → get_page → external lookup chain, ensuring findings are corroborated.

How does external lookup delegation work when finding recent news about an individual?

External lookup delegation routes person research through Perplexity for recent news discovery, then delegates follow-up web_search cross-references to the brain-first lookup chain for primary source corroboration.

What is the brain-first lookup chain convention for web research?

The brain-first lookup chain convention defines a search → query → get_page → external execution order, ensuring external lookups are properly routed and remain consistent with the internal lookup workflow.

Do I need Perplexity to perform citation-first person research?

Yes, Perplexity-driven discovery is required to find recent news about a person. Supporting web_search cross-references are then used to corroborate findings with primary sources during the agent workflow.

Can I use this approach to cross-reference knowledge graph data with primary sources?

Yes, web_search checks corroborate findings with primary sources during agent workflows. The Skill explicitly cross-references claims while adhering to the search → query → get_page → external lookup convention.

When should I not use a convention-aware lookup chain for person research?

Avoid this convention-aware lookup chain if your task does not require primary source corroboration or external lookup delegation. It is specifically designed for citation-first agent workflows needing Perplexity and web_search.