strikegrok-bootstraplisted
Install: claude install-skill Mendurim/strikegrok-trading-desk
# StrikeGrok bootstrap
Turn a fresh shared **Desk Lead** into a working StrikeGrok desk. Finish with evidence, not a claim that setup probably worked.
## Safety boundary
Bootstrap is research-only.
- Do not request, read or store the Strike API wallet keys, or any other credential.
- Do not call any signed endpoint. Do not create an order, change leverage, or move funds.
- Public Price Service reads are allowed. State the service, symbol and UTC time.
- Local writes are limited to `/workspace/strikegrok` 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/strikegrok` 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 v3.0.2 https://github.com/Mendurim/strikegrok-trading-desk.git strikegrok
cd /workspace/strikegrok
git rev-parse HEAD
bash scripts/check.sh
```
Stop if the structural check fails. Record the printed commit for `desk.md`.
`git clone` prints `warning: refs/tags/... is not a commit!` when it shallow-clones an annotated tag. That is expected and harmless. Judge the step by `scripts/check.sh`, not by that line.
If the clone