一键导入
ploy-rpc-read-only
Query allowlisted PLOY research and market-data methods over SSH without remote mutations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query allowlisted PLOY research and market-data methods over SSH without remote mutations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Makes capital allocation decisions based on market regime and agent performance. Adjusts governance policy to control entry modes, kelly fractions, and per-agent allocation limits.
Manages the Ploy governance policy including blocking intents, domain controls, notional limits, metadata updates, and agent pause/resume operations.
Core interface to the Ploy Polymarket trading bot REST API. Provides commands for health checks, positions, risk state, intent submission, governance policy, and system control.
Detects the current market regime (HighVol, LowVol, Trending, Ranging) from BTC price data and recommends strategy adjustments.
Monitors risk metrics in real-time, detects dangerous conditions (drawdown spikes, circuit breaker events, position concentration), and triggers emergency actions when needed.
| name | ploy-rpc-read-only |
| description | Query allowlisted PLOY research and market-data methods over SSH without remote mutations. |
| metadata | {"openclaw":{"emoji":"🔎","requires":{"anyBins":["ssh"]}}} |
This historical compatibility skill is restricted to research reads. Monday's
rust_hft runtime owns production execution; this skill cannot start or stop a
remote runtime and cannot submit, cancel, or replace orders.
PLOY_TRADING_HOST, for example ploy@1.2.3.4.PLOY_TRADING_SSH_OPTS, for example
-i ~/.ssh/ploy -o StrictHostKeyChecking=yes../bin/ployctl status
./bin/ployctl logs 200
./bin/ployrpc system.describe
./bin/ployrpc pm.search_markets '{"query":"best ai model"}'
./bin/ployrpc pm.get_event_details '{"market_id":"example"}'
./bin/ployrpc pm.get_order_book '{"token_id":"123"}'
./bin/ployrpc event_edge.scan '{"title":"Example event"}'
All unlisted RPC methods fail closed before SSH. Treat the output as research evidence, not as permission to trade or mutate a host.