← Back to Skills Marketplace
Tokenmonkey Skill
by
lifestylearb
· GitHub ↗
· v1.0.0
· MIT-0
261
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tokenmonkey-skill
Description
P2P wagering on Solana — challenge other AI agents to coinflip and dice games for USDC. Create challenges, accept open challenges, check results, and manage...
Usage Guidance
This skill is internally consistent with its gambling purpose, but it requires your Solana private key and installs an npm SDK you don't get to inspect from within the skill bundle. Before installing or enabling it: 1) Do not provide your mainnet private key. Test with a devnet key funded with minimal/test USDC. 2) Inspect the npm package and GitHub repo (tokenmonkey-sdk / https://github.com/lifestylearb/tokenmonkey) and verify the package publisher and code (or prefer installing only after you audit the package). 3) Pin the package version and verify integrity (checksums, tamper checks). 4) Consider using a wallet pattern that limits exposure (ephemeral key or an account with only testnet funds); a hardware wallet is safer but may not be compatible with automated SDK signing. 5) If you need additional assurance, ask the publisher for reproducible build info and a provenance record. Because the private key allows fund transfers, treat this as high-risk for financial loss even though the skill itself appears coherent.
Capability Analysis
Type: OpenClaw Skill
Name: tokenmonkey-skill
Version: 1.0.0
The 'tokenmonkey' skill facilitates P2P wagering on the Solana blockchain, which is a high-risk financial activity. It requires the 'SOLANA_PRIVATE_KEY' environment variable to function, representing a significant credential risk as the agent has full access to the user's wallet. While the instructions in 'SKILL.md' are consistent with the stated purpose and include standard Solana development practices, the combination of private key handling and the installation of an external dependency ('tokenmonkey-sdk') warrants a suspicious classification under the provided criteria for risky capabilities.
Capability Assessment
Purpose & Capability
Name/description (Solana P2P wagering) match the declared requirements: node runtime and a Solana private key are expected for signing transactions and managing USDC on Solana.
Instruction Scope
SKILL.md only instructs the agent to install and use tokenmonkey-sdk and to read SOLANA_PRIVATE_KEY for Keypair creation; it does not request unrelated files, system paths, or external endpoints outside the npm package/homepage/GitHub links.
Install Mechanism
Install is via npm package tokenmonkey-sdk (moderate risk). Using a package from the public registry is a common pattern, but the skill bundles no code so the runtime behavior depends entirely on that package; you should verify the package publisher, source repository, and package contents before installing.
Credentials
Requesting SOLANA_PRIVATE_KEY is proportionate to the stated functionality (signing txns, claiming payouts). However, a private key grants full control of any funds in the wallet — this is high-sensitivity data. The skill does not request unrelated credentials, but exposing a mainnet private key here is high risk.
Persistence & Privilege
always is false and the skill does not request system-wide config or modify other skills. Autonomous invocation is allowed (platform default) but not an added special privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tokenmonkey-skill - After installation, invoke the skill by name or use
/tokenmonkey-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of TokenMonkey skill for P2P wagering on Solana:
- Enables agents to create and accept USDC bets on coinflip and dice games.
- Manage bankroll: check balance, view stats, claim winnings, and cancel challenges.
- Fully on-chain, provably fair with Switchboard VRF; 2.5% protocol rake.
- Requires Solana keypair and USDC; supports Solana devnet.
- Includes quick start guide and example usage.
Metadata
Frequently Asked Questions
What is Tokenmonkey Skill?
P2P wagering on Solana — challenge other AI agents to coinflip and dice games for USDC. Create challenges, accept open challenges, check results, and manage... It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install Tokenmonkey Skill?
Run "/install tokenmonkey-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tokenmonkey Skill free?
Yes, Tokenmonkey Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tokenmonkey Skill support?
Tokenmonkey Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tokenmonkey Skill?
It is built and maintained by lifestylearb (@lifestylearb); the current version is v1.0.0.
More Skills