learning-galachain
Comprehensive learning system for GalaChain development with 63 topics and 310 SDK methods
What this skill does
# Learning GalaChain: Comprehensive Developer Guide Welcome! This skill teaches you everything about GalaChain development using our built-in teaching system. ## What You'll Learn The GalaChain OmniTool includes **63 carefully organized teaching topics** covering: - **Trading**: Buying, selling, graduation, analytics, error handling - **Pools & Info**: Pool discovery, token details, price history, distribution - **Balances**: Balance queries, profiles, account management - **Token Operations**: Creating, status, transfers, locks - **DEX**: Swaps, token discovery, pool analysis, liquidity positions - **DEX Analytics**: Seasons, leaderboards, volume summaries - **Bridging**: Cross-chain operations, token wrapping - **Streaming & Chat**: RTMP, recordings, simulcast, real-time chat - **Community**: Bans, content flags, reactions, moderators, token bans, AI moderation - **Governance**: Overseers, API keys, event subscriptions, restricted names, WebSocket admin - **Wallet & Auth**: Multi-wallet, JWT sessions - **Utilities**: Installation, helpers, system utils, MCP mapping, platform stats, OEmbed - **Streaming & Chat**: RTMP, recordings, simulcast, real-time chat, unified messages - **Pools & Token Info**: Pool discovery, token details, price history, distribution, holders - **DEX Analytics**: Seasons, leaderboards, volume summaries, weekly challenges - **And more**: 310 SDK methods fully documented ## The Teaching System ### How It Works 1. **Fetch Content** - Call `gala_launchpad_explain_sdk_usage` with a topic name 2. **Get Examples** - Receive TypeScript code examples for that topic 3. **Learn at Your Level** - Content adapted to your personality preference 4. **Execute Safely** - Use MCP tools to practice what you learned 5. **Build Confidence** - Move from concepts to real applications ### The 63 Topics All topics are accessible via `/omni-tool:ask [topic]`: **See topics list**: `/omni-tool:topics` Each topic includes: - Concept explanation - Step-by-step guide - Code examples - MCP tool equivalents - Common mistakes to avoid - Related topics for deeper learning ## Learning Paths ### ๐ช Path 1: Trading Essentials Learn to buy, sell, and manage tokens on bonding curves and DEX. 1. **Token Basics** - `/omni-tool:ask token-details` - What tokens are - How to verify them - Metadata importance 2. **Buying Tokens** - `/omni-tool:ask buy-tokens` - Bonding curve mechanics - Purchase process - Price calculation 3. **Selling Tokens** - `/omni-tool:ask sell-tokens` - Exit strategies - Fee implications - Timing considerations 4. **Trading Analytics** - `/omni-tool:ask trading-analytics` - Analyze trade history - Metrics and trends - Performance tracking 5. **Graduation** - `/omni-tool:ask pool-graduation` - Move from bonding curve to DEX - Preparation steps - What happens after graduation ### ๐ฐ Path 2: Liquidity Management Become an LP (liquidity provider) and earn trading fees. 1. **DEX Pool Discovery** - `/omni-tool:ask fetch-dex-pools` - Find DEX pools - Filter and sort options - Risk assessment 2. **LP Positions** - `/omni-tool:ask liquidity-positions` - Concentrated liquidity strategy - Position management - Adding and removing liquidity 3. **Advanced Analysis** - `/omni-tool:ask advanced-dex-analysis` - Composite pool data - Deep analytics - Strategy optimization 4. **Seasonal Analytics** - `/omni-tool:ask fetch-all-dex-seasons` - DEX season data - Leaderboard tracking - Volume trends ### ๐ Path 3: DEX Swapping Trade tokens on the decentralized exchange. 1. **Token Discovery** - `/omni-tool:ask dex-token-discovery` - Find tradeable tokens - Check liquidity - Verify trading pairs 2. **DEX Trading** - `/omni-tool:ask dex-trading` - Execute swaps (exact input and output) - Get swap quotes - Manage slippage 3. **Price Routing** - `/omni-tool:ask spot-prices-smart-routing` - Spot prices - Smart routing - Optimal execution ### ๐ Path 4: Bridging & Cross-Chain Move tokens between GalaChain and other blockchains. 1. **Bridge Operations** - `/omni-tool:ask bridge-operations` - Bridge to Ethereum and Solana - Estimate fees - Track bridge status - Supported tokens and networks 2. **Token Wrapping** - `/omni-tool:ask wrap-unwrap-operations` - Cross-channel wrapping - Wrap/unwrap fees - Wrappable token discovery ### ๐ก Path 5: Streaming & Community Build a streaming community with chat and moderation. 1. **Start Streaming** - `/omni-tool:ask streaming` - RTMP setup and stream keys - Start/stop operations - Recordings and VODs - Simulcast to multiple platforms 2. **Live Chat** - `/omni-tool:ask stream-chat` - REST API for history - WebSocket for real-time - Chat status and engagement 3. **Ban Management** - `/omni-tool:ask ban-management` - Ban/unban users - List and check bans - Active user tracking 4. **Content Moderation** - `/omni-tool:ask content-flag-management` - Flag inappropriate content - Review and action flags - Global flag management 5. **Moderator Team** - `/omni-tool:ask moderator-invites` - Invite moderators - Role assignment - Invite management ### ๐ซ Path 6: Token Creation Launch your own token with bonding curves. 1. **Create Token** - `/omni-tool:ask token-creation` - Token parameters - Bonding curve configuration - Initial setup 2. **Token Status** - `/omni-tool:ask token-status` - Check graduation status - Monitor supply - Track events 3. **Token Distribution** - `/omni-tool:ask token-distribution` - Analyze who owns what - Holder context - Distribution health 4. **Price History** - `/omni-tool:ask price-history` - Historical data access - Charting data - Analytics 5. **Token Graduation** - `/omni-tool:ask pool-graduation` - Transition to DEX - Graduation detection - Next steps after graduation ### โก Path 7: Advanced Features Expert-level capabilities for sophisticated applications. 1. **NFT Collections** - `/omni-tool:ask nft-collection-management` - Create collections - Mint NFTs - Manage inventory 2. **Token Wrapping** - `/omni-tool:ask wrap-unwrap-operations` - Cross-channel wrapping - Fee estimation - Wrappable token discovery 3. **API Management** - `/omni-tool:ask api-key-management` - Create API credentials - Secure storage - Rotation policies 4. **Event Monitoring** - `/omni-tool:ask event-subscriptions` - Real-time subscriptions - Event filtering - Event-driven architecture 5. **Governance** - `/omni-tool:ask overseer-invites` - Platform-wide controls - Oversight functions - Admin operations ### ๐ Path 8: Mastery Complete all 63 topics and build a sophisticated application. Recommended order: 1. Complete Path 1: Trading Essentials 2. Complete Path 2: Liquidity Management 3. Complete Path 3: DEX Swapping 4. Complete Path 4: Bridging 5. Complete Path 5: Streaming 6. Complete Path 6: Token Creation 7. Complete Path 7: Advanced Features 8. **Build your project** combining multiple paths ## Quick Reference: Common Scenarios ### "I want to trade" ``` 1. /omni-tool:ask token-details 2. /omni-tool:ask buy-tokens 3. /omni-tool:ask sell-tokens 4. Start trading with confidence! ``` ### "I want to be an LP and earn fees" ``` 1. /omni-tool:ask fetch-dex-pools 2. /omni-tool:ask liquidity-positions 3. /omni-tool:ask advanced-dex-analysis ``` ### "I want to create a token" ``` 1. /omni-tool:ask token-creation 2. /omni-tool:ask token-details 3. /omni-tool:ask token-distribution (to track distribution) 4. /omni-tool:ask pool-graduation (next phase) ``` ### "I want to stream with chat" ``` 1. /omni-tool:ask streaming 2. /omni-tool:ask stream-chat 3. /omni-tool:ask ban-management 4. /omni-tool:ask moderator-invites ``` ### "I want to bridge tokens to Ethereum" ``` 1. /omni-tool:ask bridge-operations 2. /omni-tool:ask wrap-unwr
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only โ no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.