Rewrite SKILL.md for AI trading agents#6
Merged
Conversation
Complete overhaul to be maximally useful for openclaw and other AI agents: - Remove setup/config/daemon lifecycle docs (agent assumes broker is already running) - Add agent-oriented intro with JSON envelope format documentation - Add Order Type Determination table (market/limit/stop/stop-limit/bracket mapping) - Add Decision Flags section (prominently explain required flags with formatting rules) - Add Risk Limit Defaults table with all 10 parameters and defaults - Add 6 executable Workflows (research → dry-run → verify → monitor → risk management) - Add missing commands: snapshot, capabilities, schema - Add missing flags: --dry-run, --idempotency-key, --intent, --limit, --offset, --fields, --strict/--no-strict, --request-id - Add Error Handling table with all error codes and agent action guidance - Reorganize for quick scanning and token efficiency Co-authored-by: Bryce Bjork <brycedbjork@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete rewrite of broker CLI's SKILL.md to be maximally useful for AI trading agents (openclaw, Claude Code, etc).
Removed: Setup/config/daemon lifecycle docs that agents don't need. Added: Order type logic, decision flags guidance, risk limits table, 6 executable workflows, error handling patterns, and 6 missing commands/flags.
The file is now agent-optimized: concise, scannable, focused on operational trading commands with all flags documented, no fluff.
🤖 Generated with Claude Code