AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Operator Pass Kickoff

skill-jmc-go-to-market-claude-operator-pass-operator-pass-kickoff · by JMC-Go-to-market

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.

No reviews yet
0 installs
22 views
0.0% view→install

Install

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

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jmc-go-to-market-claude-operator-pass-operator-pass-kickoff)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Operator Pass Kickoff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

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 OPERATORPASSAPIKEY. 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 | | `quotaremaining % quota. recent calls. What do you want to do?" |


## Welcome flow

> /operator-pass

[Detected: OPERATORPASSAPI_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 OPERATORPASSAPIKEY="oplive_..."

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


## Status mode

`/operator-pass status`:

Operator Pass status

API key: ✓ Valid (oplivexxxxxx_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.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.