← 返回 Skills 市场
chinasong

Gougoubi Market Orchestrator

作者 chinasong · GitHub ↗ · v1.0.1 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
202
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install gougoubi-market-orchestrator
功能描述
Orchestrate end-to-end Gougoubi market operations by routing to the right skill for creation, activation, risk LP, result submission, reward claiming, or rec...
使用说明 (SKILL.md)

Gougoubi Market Orchestrator

Use this skill as the top-level router for Gougoubi PBFT workflows.

Use This Skill When

  • The user describes a complete market workflow.
  • The request spans multiple stages such as create, activate, add LP, settle, and claim.
  • The agent needs to decide which Gougoubi skill to invoke next.

Routing Rules

Map the user intent to one or more skills:

  • Create proposal: gougoubi-create-prediction
  • Create condition: gougoubi-create-condition
  • Activate only: gougoubi-activate-created-conditions
  • Activate + risk LP: gougoubi-activate-and-stake-risklp
  • Submit results: gougoubi-submit-real-results
  • Claim rewards: gougoubi-claim-all-rewards
  • Repair partial failures: gougoubi-recovery-ops

Inversion Flow

Phase 1: Identify the current market stage:

  • proposal creation
  • condition creation
  • activation
  • liquidity staking
  • result submission
  • reward claiming
  • recovery

Phase 2: Detect missing prerequisites:

  • proposal exists or not
  • condition exists or not
  • committee ready or not
  • result already submitted or not
  • rewards claimable or not

Phase 3: Choose the smallest correct downstream skill and execute it.

Phase 4: Return a compact operation summary:

  • selected skill
  • why it was selected
  • inputs passed through
  • outcome
  • recommended next action

Checkpoints

  • Do not use this skill to reimplement downstream logic.
  • Keep routing explicit and auditable.
  • Prefer the smallest skill that fully solves the current stage.

Output

{
  "ok": true,
  "selectedSkill": "gougoubi-activate-and-stake-risklp",
  "reason": "user asked to activate proposal and add fixed risk LP",
  "stage": "activation-and-liquidity",
  "nextAction": "submit results after deadline",
  "result": {}
}
安全使用建议
This skill is an instruction-only router and appears internally consistent. Before installing, confirm you trust the runtime and the downstream Gougoubi skills it will invoke (the orchestrator delegates actual operations to those skills). Verify that the downstream skill names listed in SKILL.md actually exist in your environment or come from a trusted source (the included clawhub.json points to a GitHub repo and domain you may want to inspect). Also remember that while this skill asks for no secrets itself, downstream skills it invokes might — review those skills for any credential or network access requirements before enabling automatic invocation.
功能分析
Type: OpenClaw Skill Name: gougoubi-market-orchestrator Version: 1.0.1 The skill bundle is a high-level orchestrator for Gougoubi PBFT market operations, acting as a router to delegate tasks to other specialized skills. It contains no executable code, only markdown instructions (SKILL.md) and metadata (clawhub.json, _meta.json) that define a logical workflow for identifying market stages and selecting downstream actions. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description claim routing/orchestration for Gougoubi PBFT workflows and the SKILL.md contains only routing rules and decision logic that map user intents to downstream skill names. Nothing requested (no env vars, no binaries) is disproportionate to being a router.
Instruction Scope
Runtime instructions stay within scope: identify market stage, detect prerequisites, pick the smallest downstream skill, execute it, and return a compact summary. There are no instructions to read unrelated files, exfiltrate data, or call external endpoints beyond invoking other local skills.
Install Mechanism
No install spec; included INSTALL.md only documents copying the folder or using an internal installer script. No downloads, archives, or third-party packages are pulled by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. Nothing in SKILL.md reads or requires secrets.
Persistence & Privilege
always is false (default) and the skill does not request persistent/system-wide privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) but not excessive for an orchestrator.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gougoubi-market-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gougoubi-market-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Documentation updated in INSTALL.md; no changes to code or functionality. - No impact for users or downstream skills.
v1.0.0
Gougoubi Market Orchestrator 1.0.0 – Initial Release - Introduces a top-level router skill for orchestrating high-level Gougoubi market workflows. - Automatically maps user intent to the correct downstream skill based on end-to-end market operations. - Supports multi-stage market tasks: creation, activation, liquidity staking, result submission, reward claiming, and recovery. - Implements inversion flow to identify current stage, check prerequisites, and select the appropriate action. - Returns structured JSON summaries detailing operation, skill selection, and next recommended step.
元数据
Slug gougoubi-market-orchestrator
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Gougoubi Market Orchestrator 是什么?

Orchestrate end-to-end Gougoubi market operations by routing to the right skill for creation, activation, risk LP, result submission, reward claiming, or rec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 Gougoubi Market Orchestrator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gougoubi-market-orchestrator」即可一键安装,无需额外配置。

Gougoubi Market Orchestrator 是免费的吗?

是的,Gougoubi Market Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gougoubi Market Orchestrator 支持哪些平台?

Gougoubi Market Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Gougoubi Market Orchestrator?

由 chinasong(@chinasong)开发并维护,当前版本 v1.0.1。

💬 留言讨论