원클릭으로
31third-safe-rebalancer-simple
One-step Safe rebalancer using on-chain 31Third policies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
One-step Safe rebalancer using on-chain 31Third policies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bloom Mission Discovery — find missions matched to your taste, submit content, and track rewards. Powered by Bloom Protocol.
DESCRIPTION of what this skill does. Include specific trigger keywords and scenarios. Use when: scenario1, scenario2, scenario3.
Find and complete paid tasks on the 0xWork decentralized marketplace (Base chain, USDC escrow). Use when: the agent wants to earn money/USDC by doing work, discover available tasks, claim a bounty, submit deliverables, check earnings or wallet balance, or set up as a 0xWork worker. Task categories: Writing, Research, Social, Creative, Code, Data. NOT for: posting tasks (use the website), managing the 0xWork platform, or frontend development.
HSM-backed secret management for AI agents — store, retrieve, rotate, and share secrets via the 1Claw vault without exposing them in context.
1Password UI tab for OpenClaw dashboard. Manage secrets, credential mappings, and auth state from the Control UI.
Policy-aware Safe portfolio rebalancing assistant for 31Third ExecutorModule.
| name | 31third-safe-rebalancer-simple |
| description | One-step Safe rebalancer using on-chain 31Third policies. |
| homepage | https://31third.com |
This skill is intentionally minimal for non-technical users.
Best practice: use only one command / one tool:
rebalance_nowIf you are unsure, use the help command first:
npm run cli -- helpnpm install
npm run build
ExecutorModule; this private key is used by this skill.Required env vars:
SAFE_ADDRESS=0xYourSafe
EXECUTOR_MODULE_ADDRESS=0xYourExecutorModule
EXECUTOR_WALLET_PRIVATE_KEY=0x...
TOT_API_KEY=your_31third_api_key
RPC_URL=https://mainnet.base.org
CHAIN_ID=8453
TOT_API_KEY can be requested via https://31third.com/contact or by emailing dev@31third.com.
AssetUniverse and StaticAllocation policy state from ExecutorModule.baseEntries from current Safe balances for AssetUniverse tokens.targetEntries from on-chain StaticAllocation targets.calculateRebalancing(...).executeRebalancing(...) using ethers wallet signer.Safety checks:
scheduler != registry.registry.driftThresholdBps from StaticAllocation and skips execution when drift is below threshold.maxSlippageBps from SlippagePolicy and uses:
maxSlippage = policySlippage - 0.1%maxPriceImpact = policySlippage - 0.1%minTradeValue = 0.1.Partial policy deployment behavior:
[].targetEntries.
Do this only when StaticAllocation policy is intentionally not deployed.
CLI fallback example:
npm run cli -- rebalance-now --target-entries '[{"tokenAddress":"0x...","allocation":0.5},{"tokenAddress":"0x...","allocation":0.5}]'npm run cli -- help
npm run cli -- rebalance-now
npm run cli -- rebalance-now --target-entries '[{"tokenAddress":"0x...","allocation":0.5},{"tokenAddress":"0x...","allocation":0.5}]'