---
name: "Marketing: Github Prospects"
description: Find and qualify prospects by mining GitHub user, org, and repo activity. Run it via run_marketing_tool (tool="github-prospects").
version: 1
situations: data enrichment, github prospects
requires-secrets: GITHUB_TOKEN
requires-packages:
---

# Marketing: Github Prospects (Data Enrichment)

Find and qualify prospects by mining GitHub user, org, and repo activity.

Call the `run_marketing_tool` tool with `tool: "github-prospects"` and `args: [...]` — args is the same
`{resource} {action} [--flag value ...]` shape as the CLI itself. Output is JSON on stdout.

Example: `run_marketing_tool` with `tool="github-prospects"`, `args=["--help"]`.

Use `--dry-run` on any command to preview the request without sending it. Run with no arguments (or `--help`) to see available commands.

Needs the secret(s) `GITHUB_TOKEN` set in the vault (Secrets UI) — ask the operator to add them if
`run_marketing_tool` reports they're missing.
