Use when the user wants to run, monitor, or debug the SolanaOS Seeker daemon and Telegram command flow
Scanned 9/11/2026
Install to Claude Code
npx -y skills add x402agent/SolanaOS --skill seeker-daemon-ops --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Seeker Daemon Ops?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/x402agent-seeker-daemon-ops)More formats (shields.io, HTML) on the badges page.
---
name: seeker-daemon-ops
description: "Use when the user wants to run, monitor, or debug the SolanaOS Seeker 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
go run ./cmd/solanaos daemon --seeker --pet-name SeekerClaw
```
## Common safe modes
- Disable Telegram for local testing:
```bash
go run ./cmd/solanaos daemon --seeker --no-telegram
```
- Keep daemon online but disable OODA trading loop:
```bash
go run ./cmd/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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!