Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions skills/otto-alpha-sniper/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "otto-alpha-sniper",
"description": "Otto Alpha Sniper \u2014 Hyperliquid perp execution driven by live crypto-alpha signals (trending altcoins, funding-rate skews, KOL-sentiment). Natural-language intent in, one-click perp with TP/SL out. Dry-run by default.",
"version": "0.1.3",
"author": {
"name": "Otto AI"
},
"homepage": "https://useotto.xyz",
"repository": "https://github.com/useOttoAI/plugin-store",
"license": "MIT",
"keywords": [
"perpetuals",
"hyperliquid",
"onchainos",
"trading-strategy",
"alpha-signals",
"kol-sentiment",
"funding-rates",
"trending"
]
}
21 changes: 21 additions & 0 deletions skills/otto-alpha-sniper/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Otto AI (@useOttoAI)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
48 changes: 48 additions & 0 deletions skills/otto-alpha-sniper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Otto Alpha Sniper

A Strategy Skill for the [OKX Onchain OS Plugin Store](https://github.com/okx/plugin-store). Natural-language intent → live Hyperliquid perpetual trade, driven by Otto AI's multi-source alpha signals.

## What it does

User tells their AI agent something like *"open a perp on the strongest altcoin"* or *"follow the KOLs on ETH"*. The Skill:

1. Checks the user's Hyperliquid account via the Hyperliquid Basic Skill (funding + signing ready?).
2. Pulls a live signal from Otto AI's public signals feed (trending momentum, KOL sentiment, or funding-rate extremes).
3. Picks the highest-conviction coin + direction.
4. Confirms with the user (explicit prompt — no silent orders).
5. Places the perp via `hyperliquid-plugin order` with auto TP/SL bracket via `hyperliquid-plugin tpsl`.
6. Returns a compact trade card.

Dry-run is the default. Live orders require `--confirm`.

## Install

```bash
npx skills add okx/plugin-store --skill hyperliquid-plugin --yes --global
npx skills add okx/plugin-store --skill otto-alpha-sniper --yes --global
```

## Requirements

- onchainos CLI ≥ 2.0.0
- USDC on Arbitrum (for deposit into Hyperliquid)
- ETH on Arbitrum (gas for the deposit)
- A registered Hyperliquid signing address (`hyperliquid-plugin register`)

## Files

| File | Purpose |
|---|---|
| [SKILL.md](SKILL.md) | Agent protocol — what the AI reads to orchestrate a trade |
| [SUMMARY.md](SUMMARY.md) | User-facing overview |
| `plugin.yaml` | Plugin Store manifest |
| `scripts/config.py` | Hot-reload parameters (thresholds, caps, risk limits) |
| `scripts/bot.py` | Optional autonomous poller mode |

## Status

Submission target: OKX Plugin Store Developer Challenge Season 1 (snapshot 2026-05-07).

## License

MIT
Loading