configurator

Configure Continuous Clearing Auction parameters through an interactive bulk form flow.

2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/simulatedrealty/PSYOPS-Solana-Copilot --skill configurator-simulatedrealty
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: configurator
Source: https://github.com/simulatedrealty/PSYOPS-Solana-Copilot/tree/main/.agents/skills/configurator
Command: npx skills add https://github.com/simulatedrealty/PSYOPS-Solana-Copilot --skill configurator-simulatedrealty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure CCA (Continuous Clearing Auction) smart contract parameters efficiently through an interactive bulk form flow, reducing manual errors and repetitive configuration work.

Core Features & Use Cases

  • Bulk interactive configuration flow that collects network, token, supply, pricing, timing, recipients, and startup parameters in batches.
  • Built-in validation rules to ensure block timelines, address formats, decimals, and on-chain encoding readiness before deployment.
  • Supply schedule generation (via MCP tools) and encoding preparation for on-chain deployment, enabling end-to-end setup from UI prompts to encoded transaction data.
  • Real-world deployment readiness with clear step-by-step guidance and safety checks for production environments.

Quick Start

Provide a natural language request such as "configure auction" and follow the interactive prompts to complete the setup.

Frequently Asked Questions about configurator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Continuous Clearing Auction parameters in bulk?▼

You can configure Continuous Clearing Auction parameters in bulk through an interactive batch-driven form flow that collects network, token, supply, pricing, and timing data, then validates and encodes it for on-chain deployment readiness.

What is a Continuous Clearing Auction and when do I need on-chain configuration?▼

A Continuous Clearing Auction is a smart-contract mechanism requiring on-chain configuration when deploying token sales. You need it when setting up validated supply schedules, pricing parameters, and block timeline constraints encoded for production environments.

Can I generate and encode a supply schedule for CCA smart contracts?▼

Yes, you can generate and encode a supply schedule for CCA smart contracts. The interactive configuration flow uses MCP tools to create supply schedules and prepares on-chain encoding formats for deployment readiness.

What validations are enforced for on-chain auction deployment?▼

Validations for on-chain auction deployment enforce critical constraints including block timelines, address formats, token decimals, and on-chain data formatting to ensure robust configuration and production safety.

Does the CCA configuration workflow support multiple networks?▼

Yes, the CCA configuration workflow supports multiple networks. The bulk interactive form applies across networks using batch-driven prompts to collect parameters and ensure encoding readiness for each environment.

Why do my CCA auction parameters fail on-chain encoding checks?▼

CCA auction parameters fail on-chain encoding checks when built-in validation rules detect violations in block timelines, address formats, or decimals, preventing invalid data from reaching deployment readiness.