Bomx

Distribb Setup — Development skill for Claude Code

Development community

Set up Distribb - check API key, confirm website + GSC are connected, enable the slash commands.

How to install Distribb Setup

Installs to ~/.claude/skills/bomx-distribb-skill-distribb-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bomx-distribb-skill-distribb-setup && curl -fsSL https://raw.githubusercontent.com/Bomx/distribb-skill/HEAD/commands/distribb-setup.md -o ~/.claude/skills/bomx-distribb-skill-distribb-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Distribb Setup does


description: Set up Distribb - check API key, confirm website + GSC are connected, enable the slash commands argument-hint: (none) allowed-tools: Bash, Read, Write, Glob, Grep, WebFetch

Load the Distribb skill (`.claude/skills/distribb/` or `~/.claude/skills/distribb/`) and run setup:

  1. API key. Confirm DISTRIBB_API_KEY is set and works: curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" https://distribb.io/api/v1/projects. If missing/invalid, tell the user to get it from Se

Alternatives in Development

Full documentation available on GitHub

View Source Repository