---
title: "strikegrok"
description: "Turn your Grok Bot into a seven-agent Strike Finance trading desk: research, risk, execution and review, with market data from Strike's public Price Service and execution through Strike's signed API. Seven specialist rol"
canonical: https://agentpluginsdirectory.com/plugins/strikegrok
last-updated: 2026-09-11
---

# strikegrok
Turn your Grok Bot into a seven-agent Strike Finance trading desk: research, risk, execution and review, with market data from Strike's public Price Service and execution through Strike's signed API. Seven specialist roles with full system prompts and twenty-one skills, a universe scan that brings opportunities to you, and a signed standing-approval layer enforced in code. Includes a zero-key Opening Bell and desk doctor.
- Slug: strikegrok
- Publisher: Mendurim
- Repository: https://github.com/Mendurim/strikegrok-trading-desk
- Manifest: plugin.json
- Version: 3.0.2
- License: MIT
- Category (editorial): other
- Skills: 21 (desk-execution-protocol, desk-incident-response, desk-monitoring, desk-operating-model, desk-post-trade-review, desk-risk-limits, desk-signal-scan, desk-standing-approvals, desk-strategy-lab, desk-trade-lifecycle, strike-account, strike-advanced, strike-api-reference, strike-auth, strike-market-data, strike-orders, strike-positions, strike-research-tools, strike-setup, strike-websocket, strikegrok-bootstrap)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-10
- Repository last pushed: 2026-09-11
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/strikegrok
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What strikegrok does, in the publisher's words

StrikeGrok

Turn your Grok Bot into a 7-agent Strike Finance trading desk.

Add the Desk Lead to Grok Bot. It opens with a live, zero-key Strike market snapshot, builds research, risk, execution and review as separate agents, then proves the floor is ready. They brief you on markets, size your trades, send what you approve and tell you honestly how it went. You bring the ideas. Let them cook.

- Nothing opens exposure without an approval the code can check. scripts/desk_policy.py runs inside the one script that holds your API wallet, on every write, before it is signed. A Bot that can read an approval could also write one, so the layer does not read approvals from the chat: it verifies an Ed25519 signature made with a key that never touches the desk computer. See the policy layer below.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/Mendurim/strikegrok-trading-desk/HEAD/README.md

## Skills

- desk-execution-protocol: The Execution Trader's procedure for turning an approved ticket into one Strike action through the signed API and reconciling it, the pre-send checklist, the preview block, single-send discipline, unknown-result recovery by client order id, and the execution report. Use before and after every send,…
- desk-incident-response: What the desk does when something goes wrong, a send whose result is unknown, a rejected order, a position that does not match the ticket, a position with no stop, orphaned or stuck orders, an outage or rate limiting, and a suspected compromised API wallet. Contain with the smallest reversible acti…
- desk-monitoring: How the desk keeps an eye on markets and the account between trades, scheduled routines, the daily desk brief, book checks, and watches built on polling or the WebSocket feeds, including what a watch is allowed to do and why silence from one is never an all-clear. Use when the user asks for briefin…
- desk-operating-model: The rules every Bot on the StrikeGrok desk follows, who holds which job, where the desk keeps its files, what counts as evidence, how the user's approval works and why it is not the gate, and the format for handing work between Bots. Use when setting up the desk, when ownership of a task is unclear…
- desk-post-trade-review: How the Trade Reviewer keeps the desk journal and reviews trades from the exchange's own record, grading process separately from outcome, measuring what execution actually cost, and drawing one repeatable finding per review, plus the weekly desk review and the incident review. Use after any send, w…
- desk-risk-limits: How the Risk Manager agrees the desk's limits with the user, sizes each proposed trade from live account state and the market's real constraints, inspects the book, and returns a PASS with exact ticket fields or a REJECT naming the gate that failed. Use when writing or changing limits, sizing any t…
- desk-signal-scan: How the desk finds and times opportunities without being asked, the Market Analyst's universe scan across every trading market, the Research Analyst's T-minus catalyst alerts, the Strategist's live rule monitors, the shared signals file they all write to, the four clocks that decide whether a fired…
- desk-standing-approvals: How the desk trades autonomously without losing the approval control, the three tiers (reduce-only always, standing approval per frozen rule, the user's line per trade), the signed standing-approval register the Bots can read but not write, the bounds and kill conditions every approval carries, how…
- desk-strategy-lab: How the Strategist turns the user's own trading idea into explicit rules, tests it honestly on Strike candle and funding history without fooling anybody, and runs it forward at minimum size through the desk lifecycle. Method only: the desk ships no strategies and makes no claims about returns. Use…
- desk-trade-lifecycle: How one trade travels the StrikeGrok desk from first idea to written review, the seven stages, who owns each, the proposal file, the ticket format, what counts as approval, and when a proposal is live, closed or void. Use whenever the user wants to open, adjust or close a position, and whenever any…
- strike-account: Reading Strike Finance account state through the signed REST API, the account object, balances, portfolio, open positions, open orders, closed positions with realised PnL, order and fill history, funding actually paid, and the transaction ledger. Use before sizing any trade, when checking whether p…
- strike-advanced: Strike Finance execution features beyond a single order, TWAP strategies, batch and batch-replace orders, cancel-all, isolated-margin adjustment, post-only and price-protect flags, and trailing stops, with the approval each needs and the ones this desk refuses. Use when a ticket calls for a TWAP or…
- strike-api-reference
- strike-auth
- strike-market-data
- strike-orders
- strike-positions
- strike-research-tools
- strike-setup
- strike-websocket
- strikegrok-bootstrap

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
