Skip to content

v0.1.0 — first public release

Choose a tag to compare

@ayush488-glitch ayush488-glitch released this 01 May 17:35
· 9 commits to main since this release

SBL Stack v0.1.0 — your AI campaign manager for sbl.so, ready for Claude Desktop and Claude Code.

Install (Claude Desktop, ~2 min, no terminal)

  1. Get your API keysbl.so/api-integration → "Create new key" → copy the sk_live_… value.
  2. Download sbl-mcp-0.1.0.dxt below (under Assets).
  3. Double-click the file → Claude Desktop opens an install dialog → paste the key → Install.
  4. (Optional) — On the repo page click Code → Download ZIP and upload it as a skill in Claude Desktop's Skills settings to get the /sbl orchestration on top of the raw tools.

See the README for the Claude Code (terminal) path.

What you get

  • 9 MCP toolssbl_list_campaigns, sbl_get_campaign, sbl_create_campaign_from_prompt, sbl_list_campaign_users, sbl_get_conversation, sbl_get_campaign_analytics, sbl_list_human_intervention, sbl_send_campaign_message, sbl_add_user_to_campaign.
  • 6 sub-skills when you upload the zip — sbl, sbl-create, sbl-optimize, sbl-triage, sbl-playbook, sbl-retro, sbl-science.
  • API-key auth — long-lived, revocable, manageable from sbl.so/api-integration. No JWT pasting, no passwords in config files.

Compatibility

  • Claude Desktop ≥ 0.10
  • Python ≥ 3.10 (Claude Desktop spawns the bundled MCP server)
  • macOS, Linux, Windows