Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install clawdsolana-openclawd-skills-seeker-daemon-opsgit clone https://github.com/clawdsolana/OpenClawd.gitcp OpenClawd/SKILL.MD ~/.claude/skills/clawdsolana-openclawd-skills-seeker-daemon-ops/SKILL.md--- name: seeker-daemon-ops description: "Use when the user wants to run, monitor, or debug the Seeker Nano Solana daemon and Telegram command flow" version: "1.0.0" emoji: "🦅" requires: bins: ["go"] env: [] config: [] allowed-tools: [] --- # Seeker Daemon Ops Use this skill to operate the daemon quickly and safely. ## Standard run ```bash solanaos daemon --seeker --pet-name SeekerClaw ``` ## Common safe modes - Disable Telegram for local testing: ```bash solanaos daemon --seeker --no-telegram ``` - Keep daemon online but disable OODA trading loop: ```bash solanaos daemon --seeker --no-ooda ``` ## Telegram command validation checklist 1. `/status` 2. `/wallet` 3. `/trending` 4. `/research <mint>` 5. `/ooda` 6. `/sim` then `/live` 7. `/trades` If Birdeye key is missing, `/trending` and `/research` should return a clear setup message.