Baseloop Gtm Plugin banner
baseloop-hq baseloop-hq

Baseloop Gtm Plugin

Data community

Description

Build automated GTM data workflows in Claude Code, Codex, or Gemini through conversation. 10 skills

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Baseloop GTM Plugin

A plugin for [Baseloop](https://baseloop.io), the GTM data workflow platform. Build automated GTM workflows — sourcing, enrichment, qualification, CRM sync, autonomous end-to-end runs — through conversation in Claude Code, Codex, or Gemini CLI.

**Includes 5 skills, CLI-ready instructions, and MCP compatibility.**

Install

Claude Code

In Claude Desktop (Cowork tab):

  1. CustomizeBrowse pluginsPersonal+Add marketplace by URL
  2. Paste: https://github.com/baseloop-hq/baseloop-gtm-plugin
  3. Sync, then install baseloop-gtm.

In the Claude Code CLI:

claude plugin marketplace add baseloop-hq/baseloop-gtm-plugin
claude plugin install baseloop-gtm

After install, run `/baseloop-gtm` to let the plugin choose planning, building, review, diagnosis, or setup guidance.

Codex

The repository includes native marketplace metadata for Codex plugin discovery. Codex installs from the Codex-only package root at `plugins/baseloop-gtm/codex` so it sees one skill tree, not the Claude-compatible `skills/` directory next to it. The MCP server auto-registers from the plugin's `.mcp.json` and remains the deployable default until the Baseloop CLI is available. When the `baseloop` CLI is installed and its tool bridge is healthy, skills prefer CLI calls.

# 1. Register the marketplace.
codex plugin marketplace add baseloop-hq/baseloop-gtm-plugin

# 2. Install via the Codex TUI.
codex
# inside Codex: /plugins -> find Baseloop GTM -> Install -> restart codex

After install, start from the Baseloop GTM skill. Codex may display the plugin namespace separately, so the root command appears as `/baseloop-gtm:baseloop-gtm`; the skill names are `baseloop-gtm`, `baseloop-gtm-plan`, `baseloop-gtm-build`, `baseloop-gtm-review`, and `baseloop-gtm-diagnose`.

Gemini CLI

Gemini has no native plugin spec; everything flows through the converter:

git clone https://github.com/baseloop-hq/baseloop-gt