scouter-data

Fetch exact Scouter data as JSON via a single wrapper command.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/BriarDevv/Scouter --skill scouter-data
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scouter-data
Source: https://github.com/BriarDevv/Scouter/tree/main/skills/scouter-data
Command: npx skills add https://github.com/BriarDevv/Scouter --skill scouter-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetch exact, grounded data from Scouter on demand.

Core Features & Use Cases

  • Retrieve exact counts, IDs, statuses, and lists across leads, replies, drafts, and pipelines.
  • Provide real-time visibility into model names and task states for analytics and reporting.
  • Use case: ask for the number of open leads or the latest draft status to inform outreach priorities.

Quick Start

Activate your environment and run python scripts/scouterctl.py --data-only --compact <command> to fetch grounded data.

Frequently Asked Questions about scouter-data

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

FAQPage Schema
How do I fetch real-time lead counts and statuses from Scouter?▼

To fetch real-time lead counts and statuses from Scouter, execute a single wrapper command that retrieves grounded data and returns it in JSON format for immediate visibility and reporting.

What grounded data can I retrieve on demand from Scouter pipelines?▼

You can retrieve exact counts, IDs, statuses, and lists across leads, replies, drafts, and pipelines, along with real-time visibility into model names and task states from Scouter pipelines.

Does the Scouter data wrapper require any file system access to return JSON replies?▼

No, the Scouter data wrapper does not require file system access or memory reads. It executes a single command to fetch data and returns JSON output directly without external dependencies.

How do I check the latest draft status to inform outreach priorities using Scouter data?▼

To check the latest draft status for outreach priorities, run the Python wrapper script with the data-only and compact flags to fetch the exact grounded task state from Scouter on demand.

Are there dependencies needed to query Scouter for grounded data on demand?▼

No external dependencies are needed to query Scouter for grounded data. The skill relies solely on executing its internal Python script to retrieve counts, lists, and statuses in JSON format.