skilly. Buy ad slot
All skills
Community / AGENT SKILL

seeker-daemon-ops

x402agent/SolanaOS
0 installs 9 GitHub stars
0

Use when the user wants to run, monitor, or debug the SolanaOS Seeker daemon and Telegram command flow

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# 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.