JMC-Go-to-market
- 5 skills
- 0 followers
- 1 day ago last updated
- ▌ Operator Pass · jmc-go-to-marketOperator Pass API skill for Claude Code. Wraps the JMC tools API at api.jaymountconsulting.com/v1/tools/<slug> for cross-runtime agent use — Cold Email Linter, EVP Generator, Pipeline Calculator, GEO Visibility Audit, Competitive Teardown, Paid Media Teardown, Blended GTM Dashboard, and 15 more multi-input modelers and generators. Bring your own Operator Pass API key (env var OPERATOR_PASS_API_KEY); subscribe at jaymountconsulting.com/operator-pass. Triggers on: "lint this cold email", "generate an EVP via API", "run the pipeline calculator", "GEO audit", "competitive teardown", "operator pass tool", "JMC API", "subscription tool", "agent-callable tool".
- ▌ Operator Pass Call · jmc-go-to-marketInvoke a specific JMC API tool by slug. Validates the API key, fetches the per-tool input schema, validates the user's inputs, makes the POST call, and pretty-prints the structured response. Loaded by the main operator-pass skill when the user knows which tool they want.
- ▌ Operator Pass List · jmc-go-to-marketList all available JMC API tools with their slugs, descriptions, and input schemas. Hits the live catalog endpoint so the list is always current. Loaded by the main operator-pass skill when the user asks "what tools are available" or "list the API tools".
- ▌ Operator Pass Kickoff · jmc-go-to-marketAdaptive 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.
- ▌ Operator Pass Onboarding · jmc-go-to-marketFirst-run interactive setup for the Operator Pass API skill pack. Validates the OPERATOR_PASS_API_KEY env var, fetches the live tool catalog, captures the operator's preferred tools + won't-call list + failure handling preferences + quota awareness. Writes brand-config.json + SOUL.md. Loaded automatically when either file is missing.