# sylunara-signals — Bot Skill

Live trading book feed for trading bots and AI agents. Real positions,
real entries, hash-chained.

## Install

Download the client and drop it into your project:

    curl -O https://sylunara-signals.crypto-guard.workers.dev/skill/sylunara_client.py

Or fetch the full skill manifest:

    curl -H "Accept: application/json" https://sylunara-signals.crypto-guard.workers.dev/skill/SKILL.md

## What it does

Teaches your bot to read a live trading book from sylunara.ai — real
positions across crypto and equities, updated every 5 minutes,
hash-chained and append-only.

Your bot can:
- Read current positions and their entry prices, hold times, and P/L
- Enter alongside the book when new positions appear
- Exit when positions close
- Verify the integrity of the feed via hash chain

## Feed endpoints

Base URL: https://sylunara-signals.crypto-guard.workers.dev

- /signals.json — current book
- /rules.json — trading rules
- /feed.json — JSON Feed 1.1
- /feed.xml — RSS 2.0
- /freqtrade-strategy.py — drop-in Freqtrade strategy
- /hummingbot-connector.py — drop-in Hummingbot connector
- /skill/sylunara_client.py — Python client library

All JSON. Browsers refused. Use Accept: application/json.

## License

MIT. Free to consume. Attribution appreciated.
