← Back to Skills Marketplace
chinasong

Gougoubi Market Orchestrator

by chinasong · GitHub ↗ · v1.0.1 · MIT-0
darwinlinuxwin32 ✓ Security Clean
202
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install gougoubi-market-orchestrator
Description
Orchestrate end-to-end Gougoubi market operations by routing to the right skill for creation, activation, risk LP, result submission, reward claiming, or rec...
README (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": {}
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gougoubi-market-orchestrator
  3. After installation, invoke the skill by name or use /gougoubi-market-orchestrator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gougoubi-market-orchestrator
Version 1.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install Gougoubi Market Orchestrator?

Run "/install gougoubi-market-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gougoubi Market Orchestrator free?

Yes, Gougoubi Market Orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gougoubi Market Orchestrator support?

Gougoubi Market Orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Gougoubi Market Orchestrator?

It is built and maintained by chinasong (@chinasong); the current version is v1.0.1.

💬 Comments