# Operator Pass Kickoff

> Adaptive router for the Operator Pass API skill pack. Detects state (API key set? brand-config? key still valid? quota remaining? recent calls?) and picks the next-best step. Loaded by the main operator-pass skill on bare invocation.

- **Type:** Skill
- **Install:** `agentstack add skill-jmc-go-to-market-claude-operator-pass-operator-pass-kickoff`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JMC-Go-to-market](https://agentstack.voostack.com/s/jmc-go-to-market)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [JMC-Go-to-market](https://github.com/JMC-Go-to-market)
- **Source:** https://github.com/JMC-Go-to-market/claude-operator-pass/tree/main/skills/operator-pass-kickoff
- **Website:** https://jaymountconsulting.com/operator-pass

## Install

```sh
agentstack add skill-jmc-go-to-market-claude-operator-pass-operator-pass-kickoff
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Operator Pass Kickoff — adaptive router

## Activation

Loaded by `operator-pass` on bare invocation, or:
- "Operator Pass status"
- "Where do I start with the API"

## State detection

```python
state = {
    "env_var_set":       bool(os.environ.get("OPERATOR_PASS_API_KEY")),
    "has_brand_config":  file_exists("brand-config.json"),
    "has_soul":          file_exists("SOUL.md"),
    "key_valid":         api_get("/me") returns 200,
    "quota_remaining":   parse from /me response,
    "cache_dir_exists":  file_exists(".operator-pass-cache"),
    "recent_calls":      count of entries in usage.jsonl from last 7 days,
}
```

| State | Route to |
|---|---|
| `!env_var_set` | "Set OPERATOR_PASS_API_KEY. Subscribe at jaymountconsulting.com/operator-pass." |
| `env_var_set AND !key_valid` | "Key invalid or expired. Renew at jaymountconsulting.com/operator-pass." |
| `key_valid AND !has_brand_config OR !has_soul` | `operator-pass-onboarding` |
| `quota_remaining % quota.  recent calls. What do you want to do?" |
```

## Welcome flow

```
> /operator-pass

[Detected: OPERATOR_PASS_API_KEY not set]

You need an Operator Pass subscription + API key to use this skill.

→ Subscribe: https://jaymountconsulting.com/operator-pass
   - Founder rate $2,400/yr through July 16 2026 (100 seats)
   - Includes all 22+ tools + the full Compounding Engine course catalog

Once you have a key:
  export OPERATOR_PASS_API_KEY="op_live_..."

Then re-run /operator-pass and I'll walk you through setup.
```

## Status mode

`/operator-pass status`:

```
# Operator Pass status

API key:           ✓ Valid (op_live_xxxxxx_xxxx... — last 4)
Plan:              Founder Pass ($2,400/yr, locked through July 16 2026)
Quota remaining:   847 / 1000 calls this month (84.7%)
Brand config:      ✓ brand-config.json (5 preferred tools)
SOUL:              ✓ SOUL.md
Cache:             ✓ .operator-pass-cache (catalog cached 2 minutes ago)
Recent calls:      14 in the last 7 days

Recent tool usage:
  cold-email-linter      6 calls (Wed batch)
  competitive-teardown   4 calls (Mon prospect research)
  evp-generator          2 calls
  geo-visibility         2 calls

Recommended next:
- Continue your batch: `/operator-pass call cold-email-linter`
- Or run the live catalog: `/operator-pass list`
```

## References

- `../operator-pass-onboarding/SKILL.md`
- `../operator-pass-call/SKILL.md`
- `../operator-pass-list/SKILL.md`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [JMC-Go-to-market](https://github.com/JMC-Go-to-market)
- **Source:** [JMC-Go-to-market/claude-operator-pass](https://github.com/JMC-Go-to-market/claude-operator-pass)
- **License:** MIT
- **Homepage:** https://jaymountconsulting.com/operator-pass

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-jmc-go-to-market-claude-operator-pass-operator-pass-kickoff
- Seller: https://agentstack.voostack.com/s/jmc-go-to-market
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
