← Back to Skills Marketplace
sebayaki

Mint Club V2

by sebayaki · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
753
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install mintclub
Description
Command-line interface for creating, trading, and managing Mint Club bonding curve tokens on Base blockchain with wallet support and Uniswap integration.
Usage Guidance
This skill delegates work to an external npm CLI that will ask for or store your wallet private key and can execute on‑chain trades and token approvals. The registry metadata does not declare the PRIVATE_KEY or config paths that the instructions use — an inconsistency you should treat as a red flag. Before installing or invoking this skill: 1) inspect the npm package source (github link) for malicious or confusing code; 2) never provide a real private key—use a watch-only address or an ephemeral/test wallet with minimal funds; 3) review the package's npm page and maintainers, and prefer pinned, verified releases; 4) be aware the CLI will write files under ~/.mintclub (tokens.json, .env) which may contain sensitive data; 5) if you allow the agent to run it, consider disallowing autonomous invocation or restrict the agent to read-only operations. Additional information that would raise confidence to 'benign': the skill metadata declaring required env/config paths, an included verified source link to the CLI repository, and an audited package release.
Capability Analysis
Type: OpenClaw Skill Name: mintclub Version: 1.0.0 This skill bundle is classified as suspicious due to its inherent high-risk capabilities, specifically the explicit handling of private keys and the ability to initiate financial transactions (buying, selling, swapping, and sending cryptocurrency) on the Base network. The `SKILL.md` and `README.md` files clearly instruct the agent on how to set a private key (e.g., `mc wallet --set-private-key 0x...` or `export PRIVATE_KEY=0x...`) and execute commands that directly transfer or manage digital assets. While these actions are aligned with the stated purpose of interacting with Mint Club V2, they represent significant financial risk and require a high degree of trust in the underlying `mint.club-cli` and the agent's operational security. There is no evidence of intentional malicious behavior (e.g., exfiltration, backdoor installation, or prompt injection for harmful objectives) within the provided files, but the powerful nature of these operations warrants a 'suspicious' classification.
Capability Assessment
Purpose & Capability
The SKILL.md describes interacting with Mint Club via the mint.club-cli npm package, which is coherent with the stated purpose. However the skill metadata declares no required environment variables or config paths while the instructions explicitly require a PRIVATE_KEY or ~/.mintclub/.env and will auto-save token addresses to ~/.mintclub/tokens.json — a clear mismatch between declared requirements and actual operational needs.
Instruction Scope
Runtime instructions tell the agent to install and run a third‑party CLI that manages wallet private keys, performs token approvals, and executes on‑chain trades (buy/sell/zap/swap/create). Those operations can move funds and write files under the user's home directory; the instructions therefore go beyond read-only queries and grant the CLI authority to perform sensitive actions.
Install Mechanism
No install spec is present in the registry metadata, but SKILL.md instructs users/agents to run 'npm install -g mint.club-cli' (a public npm package). Installing a global npm package is a typical way to get a CLI, but it involves downloading and executing third‑party code that was not included in the skill bundle and therefore cannot be audited here.
Credentials
The instructions request a PRIVATE_KEY (or storing it in ~/.mintclub/.env) and will perform transactions and approvals; yet the skill metadata lists no required credentials or primaryEnv. Requesting direct access to a wallet private key is high-sensitivity and should have been declared and justified in metadata.
Persistence & Privilege
The CLI will create and update files in ~/.mintclub (tokens.json, .env). The skill itself does not request 'always' or other elevated platform privileges, but the side-effect of persistent files in the user's home is not declared in metadata and can persist credentials and token addresses on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mintclub
  3. After installation, invoke the skill by name or use /mintclub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: AI agent skill for Mint Club V2 bonding curve tokens on Base
Metadata
Slug mintclub
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Mint Club V2?

Command-line interface for creating, trading, and managing Mint Club bonding curve tokens on Base blockchain with wallet support and Uniswap integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 753 downloads so far.

How do I install Mint Club V2?

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

Is Mint Club V2 free?

Yes, Mint Club V2 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mint Club V2 support?

Mint Club V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mint Club V2?

It is built and maintained by sebayaki (@sebayaki); the current version is v1.0.0.

💬 Comments