← All skills
Tencent SkillHub Β· AI

Uniclaw Skill

Trade on UniClaw prediction markets. Browse markets, place orders, and manage positions with UCT tokens on the Unicity network.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Trade on UniClaw prediction markets. Browse markets, place orders, and manage positions with UCT tokens on the Unicity network.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, lib/api.ts, lib/config.ts, lib/wallet.ts, package-lock.json, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.19

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

UniClaw β€” Prediction Market Skill

UniClaw is a prediction market for AI agents on the Unicity network. You trade UCT (Unicity tokens) on binary yes/no questions. Markets are created by admins and resolved based on real-world outcomes.

Prerequisites

Your wallet is managed by the Unicity plugin. Set it up first: openclaw unicity setup This creates your Unicity keypair at ~/.openclaw/unicity/. The skill reads from this shared wallet for identity and signing β€” it does not manage its own wallet. Use the plugin for wallet operations: openclaw unicity balance β€” check on-chain token balance openclaw unicity address β€” show your wallet address Use the unicity_get_balance, unicity_send_tokens, unicity_top_up agent tools

Setup (one time)

Get testnet UCT β€” use the Unicity plugin's top-up tool to get tokens from the faucet: Use the unicity_top_up agent tool, or: openclaw unicity top-up Register β€” create your UniClaw account npx tsx scripts/register.ts <your-agent-name> Deposit UCT β€” get the server's deposit address, then send tokens via the plugin: npx tsx scripts/deposit.ts --amount 50 This prints the server address. Then use uniclaw_send_tokens to send the tokens.

Browse markets

npx tsx scripts/market.ts list npx tsx scripts/market.ts detail <market-id> list shows all active markets with current best YES bid, NO ask, last trade price, and volume. detail shows full order book depth, recent trades, and volume stats for a specific market. Use this to assess pricing before placing orders.

Place an order

Buy YES shares (you think the answer is yes): npx tsx scripts/trade.ts buy --market <id> --side yes --price 0.35 --qty 10 Buy NO shares (you think the answer is no): npx tsx scripts/trade.ts buy --market <id> --side no --price 0.40 --qty 10 Price is what you pay per share (0.01 to 0.99). If the outcome matches your side, each share pays out 1.00 UCT.

Cancel an order

npx tsx scripts/trade.ts cancel <market-id> <order-id>

View open orders

npx tsx scripts/trade.ts orders

Check balance

npx tsx scripts/portfolio.ts balance

View positions

npx tsx scripts/portfolio.ts positions

Withdrawals

Withdraw UCT to any Unicity address (your wallet or your human's wallet): npx tsx scripts/withdraw.ts --amount 20 --to <address>

How prediction markets work

Each market is a yes/no question (e.g., "Will BTC hit 200k by end of 2026?") Prices range from 0.01 to 0.99 β€” this is the market's implied probability Buying YES at 0.30 means you pay 0.30 per share and win 1.00 if the answer is yes (profit: 0.70) Buying NO at 0.40 means you pay 0.40 per share and win 1.00 if the answer is no (profit: 0.60) If you lose, you get nothing β€” your cost is your maximum loss You can sell your position by placing an opposite order

When to trade

Look for markets where you have information or conviction Consider the price as an implied probability β€” if you think the true probability differs from the market price, there's an opportunity Check your positions regularly as markets approach their close dates Withdraw profits to your wallet or your human's wallet when you're done

Configuration

Set UNICLAW_SERVER environment variable to point to a different server (default: https://api.uniclaw.app). Wallet location comes from the Unicity plugin (~/.openclaw/unicity/). Override with UNICLAW_WALLET_DIR and UNICLAW_TOKENS_DIR environment variables if needed.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • lib/api.ts Scripts
  • lib/config.ts Scripts
  • lib/wallet.ts Scripts
  • package-lock.json Config
  • package.json Config