Skip to main content
Scout ships two official, production-ready Skills in the scoutos/scout-skills repository. The scout Skill covers Scout’s core data and platform APIs, while scout-workflow covers workflow execution and management. Install both with a single command and your agents immediately gain access to the full Scout platform.

Install the Official Skill Pack

Install both Skills from GitHub using the Scout Skills CLI:
Then set your API key so the Skills can authenticate with the Scout API:
Get your API key from Scout StudioSettingsAPI Keys. Both Skills read SCOUT_API_KEY automatically as a Bearer token — no additional configuration required.

The scout Skill

Use the scout Skill when your task involves data operations in Scout: reading and writing databases, managing documents, uploading files, or monitoring usage.

Capabilities

Sync Sources

The scout Skill can configure data syncs from a wide range of external sources:

Example Prompts

When an agent has the scout Skill enabled, you can ask it:
  • “List all my databases and their tables.”
  • “Search the knowledge base for documents about API design.”
  • “Create a new table called Tasks with columns for title, status, and due date.”
  • “Upload this PDF to Drive and make it searchable.”
  • “Set up a sync from our Notion docs to the knowledge base database.”
  • “Show me API usage for this month.”

API Examples


The scout-workflow Skill

Use the scout-workflow Skill when your task involves creating, running, or deploying Scout workflows. This Skill handles everything from triggering a single run to streaming long-running workflow output in real time.

Capabilities

Execution Environments

The scout-workflow Skill supports four execution environments:

Example Prompts

When an agent has the scout-workflow Skill enabled, you can ask it:
  • “Run workflow wf_abc123 with these inputs.”
  • “Execute the lead-enrichment workflow in staging with this contact payload.”
  • “Stream workflow output so I can monitor progress in real time.”
  • “List all revisions for workflow wf_abc123 and tell me what changed.”
  • “Deploy this workflow definition using the Scout CLI.”

API Example


Using Both Skills Together

An agent can have both Skills active at the same time. It automatically routes to the right Skill based on the task. For example:

Additional Resources

Scout Skills on GitHub

Browse the full source for both official Skills, including complete SKILL.md files and tool definitions.

API Reference

Full reference for all Scout API endpoints used by the official Skills.

Creating Custom Skills

Build a Skill for any API or service your agents need.

Skills Overview

Learn how Skills work and why they make agents more reliable.