scouter-actions

Execute Scouter mutating actions only on explicit user requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mutating actions in Scouter are executed only on explicit user requests.

Core Features & Use Cases

  • Generate Draft: Create a draft for a lead using the generate-draft command.
  • Run Pipeline: Execute the scoring and enrichment pipeline via run-pipeline.
  • Review & Finalize: Review and approve drafts or replies with review-lead/draft/reply.

Quick Start

Generate a draft for a lead by running generate-draft --lead-id <ID> --wait.

Frequently Asked Questions about scouter-actions

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

FAQPage Schema
How do I execute mutating actions in Scouter without triggering automatic changes?

Mutating actions in Scouter are executed only on explicit user requests. The Skill enforces explicit consent and uses deterministic CLI commands with guardrails that prevent automatic mutations across lead drafting, pipeline execution, and review workflows.

How do I generate a draft for a lead using the command line?

To generate a draft for a lead, run the generate-draft command with the --lead-id and --wait flags. This routes the request to the Executor model to create a controlled lead draft without automatic mutations.

Can I run the scoring and enrichment pipeline via CLI commands?

Yes, you can execute the scoring and enrichment pipeline by running the run-pipeline command. This deterministic CLI command processes the pipeline while enforcing explicit consent and clear model routing.

How does the review workflow handle drafts and replies in Scouter?

The review workflow uses review-lead, review-draft, and review-reply commands to approve or finalize content. It routes requests to the Reviewer model, ensuring all mutations across leads, drafts, and replies require explicit user consent.

Do I need explicit consent to run pipeline execution and lead drafting in Scouter?

Yes, explicit consent is required for all mutating actions including pipeline execution and lead drafting. The Skill enforces guardrails that prevent automatic mutations, ensuring deterministic CLI commands only run on direct user requests.

What are the limitations of using deterministic CLI commands for Scouter mutations?

Deterministic CLI commands for Scouter mutations are limited by explicit consent guardrails, meaning they cannot execute automatically. Mutations across lead drafting, pipeline execution, and review workflows strictly require manual user invocation.