hypergrok-bootstrap

Featured

Build and verify a HyperGrok trading desk from the pinned public release. Use for first-run setup, repair, or a readiness check. Starts with a live zero-key Opening Bell, installs the seven role profiles and seventeen shared skills, prepares the Trading Floor, and returns an evidence receipt. Read-only by default; never requests a wallet or places an order.

AI & Automation 60 stars 11 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# HyperGrok bootstrap Turn a fresh shared **Desk Lead** into a working HyperGrok desk. Finish with evidence, not a claim that setup probably worked. ## Safety boundary Bootstrap is research-only. - Do not request, read or store an API wallet, private key, seed phrase or exchange secret. - Do not call Hyperliquid `/exchange`, create an order, alter leverage, move funds or change approval settings. - Public `POST /info` market reads are allowed. State mainnet, request type and UTC time. - Local writes are limited to `/workspace/hypergrok` and `/workspace/trading-desk`. - Creating the seven named Bots and the private Trading Floor group is in scope. Sharing anything publicly is not. - If a capability is unavailable, return the exact manual card or step and continue independent supported work. Do not pretend it happened or mark dependent checks complete. ## 1. Install the reviewed release If `/workspace/hypergrok` is already a Git checkout, read its `plugin.json` and run its check; do not overwrite it. Otherwise: ```bash mkdir -p /workspace && cd /workspace git clone --depth 1 --branch v1.4.3 https://github.com/galleonlabs/hypergrok-trading-desk.git hypergrok cd /workspace/hypergrok git rev-parse HEAD bash scripts/check.sh ``` Stop if the structural check fails. Record the printed commit for `desk.md`. ## 2. Ring the Opening Bell Show useful output before asking the user configuration questions: ```bash cd /workspace/hypergrok python3 scripts/opening_bell.py --coin ETH...

Details

Author
galleonlabs
Repository
galleonlabs/hypergrok-trading-desk
Created
3 weeks ago
Last Updated
yesterday
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category