darksol-random-oracle/SKILL.md
Bankr-compatible skill for DARKSOL Random Oracle, an on-chain verifiable RNG API on Base. Use when an agent needs random numbers, coin flips, dice rolls, random sequences, shuffles, raffles, loot drops, games, simulations, casino mechanics, or auditable randomness. Supports DARKSOL holder free access and x402 USDC payments on Base.
npx skillsauth add bankrbot/skills darksol-random-oracleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
On-chain verifiable randomness for agents, games, raffles, simulations, and apps.
Bankr can use this skill when a user asks for fair random numbers, coin flips, dice rolls, shuffles, giveaway winners, loot outcomes, or any randomness that should be publicly auditable.
https://acp.darksol.net/oraclehttps://acp.darksol.net/oracle84530x4d2f471ae67b129bAda9cfC6224f0343c5C8fB5D0x00cb1fbca324d51325a7264d54072bc073c28ba30x833589fCD6eDb6E08f4c7C32D4f71b54bdA029130x8f9fa2bfd50079c1767d63effbfe642216bfcb01Use this skill for:
Do not use this skill for private key generation, wallet seed generation, passwords, cryptographic nonces, or secrets. The oracle returns public verifiable randomness, not private entropy.
If the caller controls a wallet holding at least 10,000,000 DARKSOL on Base, calls are free.
The caller signs this exact message, replacing the wallet address:
DARKSOL Oracle free access
Wallet: 0xYourAgentWallet
Chain: Base (8453)
Purpose: prove token-holder access without payment
Send the proof headers:
x-darksol-wallet: 0xYourAgentWallet
x-darksol-signature: 0xSignature
Without a valid holder proof, oracle endpoints require x402 payment:
$0.05 USDC on Base$0.25 USDC on BaseA normal unauthenticated request returns HTTP 402 with payment requirements. Pay using an x402-compatible client, then retry with the x402 payment header.
GET https://acp.darksol.net/oracle/health
Returns health, contract, block number, pricing, and free-access details.
GET https://acp.darksol.net/oracle/random/number?min=1&max=100
Params:
min: integer, default 1max: integer, default 10Price: $0.05 or free for eligible DARKSOL holders.
GET https://acp.darksol.net/oracle/random/coin
Returns heads or tails.
Price: $0.05 or free for eligible DARKSOL holders.
GET https://acp.darksol.net/oracle/random/dice?sides=20&count=3
Params:
sides: integer 2..1000, default 6count: integer 1..100, default 2Price: $0.05 or free for eligible DARKSOL holders.
GET https://acp.darksol.net/oracle/random/sequence?count=6&min=1&max=49
Params:
count: integer 1..100, default 5min: integer, default 1max: integer, default 50Price: $0.25 or free for eligible DARKSOL holders.
GET https://acp.darksol.net/oracle/random/shuffle?items=alice,bob,carol,dave
Params:
items: comma-separated list with at least 2 itemsPrice: $0.25 or free for eligible DARKSOL holders.
{
"result": 77,
"access": {
"mode": "x402_settled",
"paymentRequired": true
},
"proof": {
"txHash": "0x...",
"blockNumber": 45168397,
"contract": "0x4d2f471ae67b129bAda9cfC6224f0343c5C8fB5D",
"chain": "base",
"chainId": 8453
},
"timestamp": "2026-04-25T14:09:01.905Z"
}
Always surface the proof.txHash when reporting results to a user. That is the audit trail.
If the endpoint returns HTTP 202 with status: "pending", payment has settled but oracle confirmation exceeded the request window. Surface access.payment.transaction as the payment proof and pending.txHash as the oracle tx to check/retry shortly. Do not submit another payment just because the oracle response is pending.
Use DARKSOL Random Oracle to roll 3 d20 dice and show me the Base proof tx.
Use DARKSOL Random Oracle to pick a giveaway winner from alice,bob,carol,dave. Return the shuffled list and proof hash.
Use DARKSOL Random Oracle to generate 6 lottery numbers from 1 to 49 and include the on-chain verification link.
Flip a verifiable coin using DARKSOL Random Oracle.
https://basescan.org/tx/<txHash>curl https://acp.darksol.net/oracle/health
curl "https://acp.darksol.net/oracle/random/number?min=1&max=100"
curl "https://acp.darksol.net/oracle/random/dice?sides=20&count=3"
curl "https://acp.darksol.net/oracle/random/shuffle?items=alice,bob,carol,dave"
Built with teeth. 🌑
data-ai
Claim and withdraw payments from Metr (metrpay.com) merchant account.
development
AI-powered crypto trading agent, wallet API, and LLM gateway via natural language. Use when the user wants to trade crypto, trade tokenized stocks and ETFs (spot or leveraged), check portfolio balances (with PnL and NFTs), view token prices, search tokens, transfer crypto, manage NFTs, use leverage (Hyperliquid or Avantis), bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, call or deploy x402 paid API endpoints, browse the web, or access LLM models through the Bankr LLM gateway funded by your Bankr wallet. Supports Base, Ethereum, Polygon, Solana, Unichain, World Chain, Arbitrum, BNB Chain, and Robinhood Chain.
testing
Urizen — an AI equity-research desk + the first autonomous fund on Robinhood Chain (4663), as an agent skill. Real charts & technicals for any tokenized US stock, SEC fundamentals + filings + insider activity, Wall Street analyst consensus, financial news, the macro calendar (Fed/CPI/jobs), live prediction-market odds, and on-chain price — plus the fund's live strategies, book, execution tape, and one-token exposure via $URI. Public, key-less, CORS-open REST on chain 4663. Triggers on: "urizen", "research a stock", "tokenized stock", "SEC fundamentals", "analyst rating", "economic calendar", "prediction market odds", "copy trade the fund", "urizen book", "buy $URI".
development
List tokens on CoinHero via consignment deals on Base — deposit ERC-20 inventory, earn USDC when the protocol buys your token for CoinHero card games. Use when a wallet-enabled agent wants to consign a Base ERC-20 token, check deal performance, or withdraw earnings. Requires a CoinHero dashboard API key and a wallet (EOA) on Base mainnet with at least $50 USD worth of the token to deposit.