Content
64%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill provides a clean, well-structured command reference for Opinion.trade with good conciseness and formatting. However, it reads more like a CLI cheat sheet than an actionable skill—it lacks implementation details about what executes these slash commands, has no error handling or validation workflows for financial operations, and mentions features (WebSocket, EIP-712) without actionable guidance on using them.
Suggestions
Add context about what implements the '/op' commands (MCP server, custom script, etc.) and how to install/configure it, so the skill is actually executable.
Add validation steps for trading workflows: how to confirm order placement succeeded, check transaction status on-chain, and handle common errors (insufficient balance, price moved, etc.).
Either remove mentions of WebSocket and EIP-712 from Features or provide actionable guidance/references on how to use them.
Add error handling examples for common failure modes in trading operations (rejected orders, network issues, insufficient approvals).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. No unnecessary explanations of what prediction markets or CLOBs are. Every section delivers information directly without padding. The Features section is borderline marketing copy but is brief enough to not waste significant tokens. | 3 / 3 |
Actionability | The commands are clearly listed with examples, but this is a slash-command reference rather than executable code. There's no indication of what tool/script implements these commands, how to install or set up the integration, or what the actual API calls look like underneath. A user seeing '/op buy' has no way to execute this without knowing what '/op' maps to. | 2 / 3 |
Workflow Clarity | The Quick Start provides a basic sequence (set credentials → search → price → buy), but there are no validation checkpoints for trading operations. No guidance on confirming order execution, checking transaction status, handling failures, or verifying positions after trades. For financial/trading operations involving real money, missing validation steps are a significant gap. | 2 / 3 |
Progressive Disclosure | Content is well-organized with clear sections and tables, but everything is inline in a single file. The Resources section links to external docs but there's no reference to any companion files for advanced topics like WebSocket integration, error handling, or multi-step trading strategies. The Features section lists WebSocket and EIP-712 signing without any guidance on how to use them. | 2 / 3 |
Total | 9 / 12 Passed |