원클릭으로
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.