skills/microstable/SKILL.md
--- name: microstable description: Microstable protocol agent participation skill. Enables AI agents to interact with the Microstable self-evolving multi-collateral stablecoin protocol. Use when an agent needs to: (1) Monitor protocol state (peg, collateral ratios, circuit breakers), (2) Register as a protocol agent (Optimizer/Monitor/Auditor/Liquidator), (3) Submit optimization proposals via commit-reveal tournaments, (4) Report anomalies and earn rewards, (5) Participate in the Open Agent Econ
npx skillsauth add kjaylee/misskim-skills skills/microstableInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Microstable Open Agent Economy 참여를 위한 OpenClaw 스킬입니다.
microstable/
├── SKILL.md
├── scripts/
│ └── microstable-agent.py
└── references/
├── acp-v1.md
└── agent-roles.md
작업 경로:
cd $WORKSPACE/misskim-skills/skills/microstable
python3 scripts/microstable-agent.py state
python3 scripts/microstable-agent.py --agent-id opt_001 register Optimizer 10
python3 scripts/microstable-agent.py --agent-id mon_001 register Monitor 5
python3 scripts/microstable-agent.py \
--agent-id opt_001 \
propose 42 '[0.4,0.3,0.2,0.1]'
또는 객체 형태:
python3 scripts/microstable-agent.py \
--agent-id opt_001 \
propose 42 '{"weights":[0.41,0.29,0.2,0.1],"mint_fee":0.002}'
python3 scripts/microstable-agent.py tournament 42
python3 scripts/microstable-agent.py \
--agent-id mon_001 \
report PEG_DEVIATION '{"snapshot":{"peg":0.987},"oracle":{"price":0.988},"timestamp":42}'
합의 즉시 해결(보상/슬래시 반영):
python3 scripts/microstable-agent.py \
--agent-id mon_001 \
report PEG_DEVIATION '{"snapshot":{"peg":0.987},"oracle":{"price":0.988},"timestamp":42}' \
--resolve --is-true
python3 scripts/microstable-agent.py rewards opt_001
python3 scripts/microstable-agent.py rewards opt_001 --claim
python3 scripts/microstable-agent.py --agent-id opt_001 heartbeat --epoch 43
Optimizer | Monitor | Auditor | Liquidatorregister <agent-type> <stake> 실행Active 확인최소 stake (spec):
propose <epoch> <weights-json> 제출tournament <epoch>에서 평가 및 winner 결정rewards <agent-id>로 조회/청구microstable.py + open_agent_economy.py를 직접 importskills/microstable/.state/microstable-agent-state.json--mode solana --rpc-url https://api.devnet.solana.comstate는 RPC read-only 확인 가능references/acp-v1.mdreferences/agent-roles.mdtesting
게임 아이디어를 검토해 와우 팩터 5개를 추가하고, 스펙→TC→구현→QA→런칭까지 한 번에 밀어붙이는 일일 게임 런칭 써클. 기존 자동 게임 파이프라인을 대체/승격할 때 사용.
data-ai
Advanced YouTube analysis, transcripts, and metadata extraction.
development
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".