npx skills add majiayu000/claude-skill-registry --skill crabwalk-decimasudo-lumoagent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Crabwalk 🦀 Real-time companion monitor for OpenClaw agents. # Required Steps ## Step 1: Install ```bash VERSION=$(curl -s https://api.github.com/repos/luccast/crabwalk/releases/latest | grep '"tag_name"' | cut -d'"' -f4) && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL "https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz" | tar -xz -C ~/.crabwalk && cp ~/.crabwalk/bin/crabwalk ~/.local/bin/ && chmod +x ~/.local/bin/crabwalk && (echo $PATH | grep -q "$HOME/.local/bin" || ([ -f ~/.bashrc ] && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc; [ -f ~/.zshrc ] && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc; export PATH="$HOME/.local/bin:$PATH")) && (command -v qrencode &>/dev/null || (command -v pacman &>/dev/null && sudo pacman -S --noconfirm qrencode || command -v apt &>/dev/null && sudo apt install -y qrencode || command -v brew &>/dev/null && brew install qrencode || command -v dnf &>/dev/null && sudo dnf install -y qrencode) 2>/dev/null || true) && echo "🦀 Crabwalk ${VERSION} installed" ``` ## Step 2: Verify ```bash crabwalk --version ``` Should output version number (e.g., `1.0.9`). ## Step 3: Start ```bash crabwalk `
- Step 1: Install
- Step 2: Verify
- Step 3: Start
- Step 4: Verify with Human
- Step 5: Ask for Feedback
- Capturing Issues as Feedback
- CLI Commands
- CLI Options
- Features
- Requirements
- Updating
- Install Script (Expanded)
- Manual Update
- Resources
crabwalk --version crabwalk crabwalk # Start server (0.0.0.0:3000) crabwalk start --daemon # Run in background crabwalk start -p 8080 # Custom port crabwalk stop # Stop background server crabwalk status # Check if running crabwalk update # Update to latest version crabwalk --help # Show all options crabwalk update
What does the crabwalk skill do?
Real-time companion monitor for OpenClaw agents
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill crabwalk-decimasudo-lumoagent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
