Set up and manage a local Apache Ignite 3 cluster using just commands. Use when asked to setup cluster, start nodes, rebuild, initialize cluster, or check status.
This skill manages a local Apache Ignite 3 cluster for development using just commands.
| Command | Description |
|---------|-------------|
| just setup | Full rebuild: build distributions, create node dirs in w/ |
| just setup_cli | Rebuild CLI only (fast) |
| just start 1 | Start node 1 (use 1, 2, or 3) |
| just start_all | Start all 3 nodes |
| just stop 1 | Stop node 1 |
| just stop_all | Stop all nodes |
| just init | Initialize cluster (after nodes started) |
| just status | Check status of all nodes |
| just cli | Launch CLI REPL |
| just setup_cluster | Full setup: build + start all + init |
just setup # Build everything, create node directories
just start 1 # Start node 1 (or start_all for all nodes)
just init # Initialize the cluster
just setup_cli # Fast rebuild of CLI only
just start 1 # Start node
just status # Verify running
just setup_cluster # Does: setup + start_all + init
w/ignite3-db-{1,2,3}/w/ignite3-cli/just status to check which nodes are runningjust setup to rebuild fresh下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer