/install gougoubi-activate-and-stake-risklp
Gougoubi Activate And Stake Risk LP
Use this skill for the combined execution flow: activate first, then add risk LP.
Use This Skill When
- The user wants to activate a proposal and add risk LP in one run.
- The user wants fixed risk LP per condition.
- The user wants to repair missing activation or missing LP on a small scope.
Do Not Use This Skill When
- The user only wants result submission. Use
gougoubi-submit-real-results. - The user only wants reward claiming. Use
gougoubi-claim-all-rewards. - The user only wants condition creation. Use
gougoubi-create-condition.
Input
{
"proposalAddress": "0x...",
"riskLpPerCondition": "100",
"scope": "all|only-created|single",
"conditionIndex": 0
}
Defaults:
scope=allriskLpPerCondition=100
Pipeline
Step 1: Validate input and resolve proposal.
Step 2: Ensure there are enough usable committee voters. Auto-join committee with minimum stake when required.
Step 3: Enumerate conditions by scope.
Step 4: For each selected condition:
- If status is
CREATED, vote to activate. - Wait until the condition is
ACTIVE. - Add risk LP exactly once unless the user explicitly asked to top up.
Step 5: Return per-condition activation and LP results.
Checkpoints
- Do not add LP before the condition is
ACTIVE. - Keep activation failures and LP failures separate.
- Continue past single-condition failures and report them.
Output
{
"ok": true,
"proposalAddress": "0x...",
"activatedCount": 0,
"riskLpAddedCount": 0,
"activated": [],
"riskLpAdded": [],
"activationFailed": [],
"riskLpFailed": [],
"warnings": [],
"nextActions": []
}
Failure:
{
"ok": false,
"stage": "validation|resolve-proposal|join-committee|activate|add-risklp|confirm",
"error": "reason",
"retryable": true
}
Project Scripts
scripts/pbft-activate-and-add-risklp.mjsscripts/pbft-join-and-activate-all-conditions.mjsscripts/pbft-add-risk-lp-to-proposal.mjs
Script Entry Points
- Preferred combined entry:
scripts/pbft-activate-and-add-risklp.mjs node scripts/pbft-activate-and-add-risklp.mjs --helpnode scripts/pbft-activate-and-add-risklp.mjs \x3CproposalAddress> \x3CriskLpAmount> --dry-run- Use
--dry-runbefore execution when installing or validating this skill in a new environment.
Boundaries
- Never add LP to an inactive condition.
- Do not top up existing LP unless the user explicitly asks.
- Keep the workflow idempotent where possible.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gougoubi-activate-and-stake-risklp - 安装完成后,直接呼叫该 Skill 的名称或使用
/gougoubi-activate-and-stake-risklp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gougoubi Activate And Stake Risklp 是什么?
Activate Gougoubi proposal conditions and stake risk LP per condition in one deterministic workflow. Use when users want to activate a proposal, activate sel... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。
如何安装 Gougoubi Activate And Stake Risklp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gougoubi-activate-and-stake-risklp」即可一键安装,无需额外配置。
Gougoubi Activate And Stake Risklp 是免费的吗?
是的,Gougoubi Activate And Stake Risklp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gougoubi Activate And Stake Risklp 支持哪些平台?
Gougoubi Activate And Stake Risklp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Gougoubi Activate And Stake Risklp?
由 chinasong(@chinasong)开发并维护,当前版本 v1.0.1。