pepper-state

Installation
SKILL.md

Pepper State

Foundational state utility for the Pepper Cloud workspace. Every Phase 4 CMO loop skill sources these helpers and uses the state tree documented below to persist and retrieve data across sessions.

When to Use

  • Any skill needs to load prior context before acting (strategy, ICP, metrics, bets)
  • You want to persist results, logs, or decisions across agent sessions
  • You need to hydrate context at the start of a GTM workflow
  • You want to inspect, update, or browse the workspace state tree

Prerequisites

  • PEPPER_EVENT_SECRET — auth token for the state API (Bearer token, NOT PEPPER_API_KEY)
  • PEPPER_CLOUD_URL — base URL of your Pepper Cloud instance

State Helpers

Define all four at the top of every Bash block before use:

Installs
1
First Seen
Jun 19, 2026
pepper-state — marmikcfc/pepper-skills