Skip to content
Automation
Skill

/setup

Setup Wizard — Configure environment for all skills

From plugin
cloddsbot
651120 skills
Install
$ npx -y skills add alsk1992/CloddsBot --skill setup --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/setup

Context preview

The summary Claude sees to decide when to auto-load this skill.

Setup Wizard — Configure environment for all skills

SKILL.md

setup.SKILL.md
name: setup
description: "Setup Wizard — Configure environment for all skills"
emoji: "🔧"
commands:
  - /setup

Setup Wizard

Interactive onboarding that checks which skills are ready and guides you through configuration.

Quick Start

# See what's configured and what needs setup
/setup

# Configure a specific category
/setup defi
/setup futures
/setup prediction
/setup solana
/setup ai

# Check all environment variables
/setup env

# Quick health check
/setup check

Commands

| Command | Description | |---------|-------------| | `/setup` | Overview of all categories and their status | | `/setup defi` | Configure DeFi & DEX skills (EVM chains) | | `/setup futures` | Configure Futures & Perps exchanges | | `/setup prediction` | Configure Prediction Market platforms | | `/setup solana` | Configure Solana DeFi skills | | `/setup ai` | Configure AI & Strategy features | | `/setup env` | List all environment variables and their status | | `/setup check` | Health check across all skills |

How It Works

The setup wizard: 1. Scans which environment variables are set 2. Groups skills by category 3. Shows what's ready vs what needs configuration 4. Provides exact `export` commands to copy-paste 5. Suggests related skills to try first

Ships withcloddsbot

Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.

Get the whole plugin
Stats
651
Stars
139
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
1mo ago
Last commit
6mo ago
Created

Repo: alsk1992/CloddsBot