okx-growth-competition

The okx-growth-competition skill manages the lifecycle of OKX Agentic Wallet trading competitions, including discovery, registration, leaderboard tracking, status checks, and reward claims.

1.8K
Installs
6
Use cases
5/10
Quality

Is okx-growth-competition safe to install?

Review the source first

Review the source first: our audit of okx-growth-competition's source files found 7 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with the OKX onchainos CLI, including signing and broadcasting transactions for reward claims.

How we audit skills: our security review methodology.

Who is this skill for?

Users of the OKX Agentic Wallet who want to participate in, track, or claim rewards from exclusive trading competitions.

What can you do with it?

  • List available trading competitions
  • View competition rules, prize pools, and rankings
  • Register for a trading contest
  • Check personal participation status and leaderboard rank
  • Claim rewards from completed competitions
  • Submit contact information for top-tier prize delivery

How good is this skill?

Quality score: 5/10. The skill documentation is highly structured, providing clear routing, identity invariants, and mandatory output templates. It strictly separates internal IDs from user-facing display and defines clear security boundaries for command execution.

What does the skill file contain?

SKILL.md
# OKX Growth Competition — Trading Competition

Agentic Wallet exclusive trading competitions. Full lifecycle split across focused references:

- **Participation** (discover / register / trade / registered wallet / export guard) — `references/participation.md`
- **Details** (rules / prize pool / four reward sections) — `references/details.md`
- **Rank** (leaderboard / my own rank with CASE 1/2/3 templates) — `references/rank.md`
- **Claim** (reward status check / atomic claim / contact collection) — `references/claim.md`
- **CLI reference** (commands, parameters, return schemas) — `references/...

Frequently asked questions

How do I know which chains are eligible for a competition?

Check the participateChainIds field returned by the list or detail commands. Trades on any chain in this list count toward the competition.

Can I use my own wallet address to check someone else's rank?

Yes, use the competition rank command with the wallet parameter. The tool validates that the address chain family matches the activity's primary chain.

What does it mean if my userTotal is 0?

It means you have not hit the qualifying threshold or the backend metric pipeline has not processed your trades yet.

How do I claim my rewards?

Use the competition claim command. You must first receive a pre-claim preview and provide explicit confirmation before the tool signs and broadcasts the claim transaction.

Data sourced from okx/onchainos-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.