Skip to main content

Documentation Index

Fetch the complete documentation index at: https://snowglobe.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

The snowglobe-skills plugin for Claude Code bundles four skills that automate Snowglobe wiring. Skills auto-trigger by intent — ask Claude in plain English and the right one activates.

Install

In Claude Code:
/plugin marketplace add guardrails-ai/snowglobe-skills
/plugin install snowglobe-skills@snowglobe-skills

Use

Ask Claude what you want:
Say…Skill that firesWhat you get
”Set up snowglobe for this project.”bootstrap-snowglobe-agentFull onboarding: install, auth, register the agent, draft a description, scaffold the wrapper by importing your tool implementations, verify.
”Write a chatbot description for snowglobe.”snowglobe-agent-descriptionA 2–6 sentence description ready to paste in the dashboard.
”Validate my snowglobe agent.”validate-snowglobe-agentSchema/spec checks against snowglobe_agent.py, report of issues.
”Fix the errors in my snowglobe agent.”analyze-fix-snowglobe-agentValidation + auto-repair in place.
After bootstrap, run snowglobe-connect start in a separate terminal to keep the wrapper live, then open the deep link Claude gives you to launch a simulation.
Always review code Claude generates before relying on it. Skills do their best to import your existing implementations and stay out of your way, but you’re responsible for what ships.