hot-fun-ai for Openclaw

A powerful CLI tool designed for AI agents to automate the creation and deployment of meme tokens on the Solana blockchain via the hot.fun platform.

qinxiuchen
v1.0.2
Mar 8, 2026
0
881
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install hot-fun-ai

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install hot-fun-ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is hot-fun-ai?

The hot-fun-ai skill is a specialized interface that enables AI agents to facilitate the entire lifecycle of meme token creation on Solana. By wrapping the hot.fun API into a developer-friendly CLI, it allows for seamless token minting, metadata attachment, and transaction execution. This tool is built specifically to integrate with Openclaw Skills, ensuring that developers can automate complex blockchain interactions while maintaining strict control over security and user consent through built-in agreement workflows.

hot-fun-ai Use Cases

  • Deploying new meme tokens on Solana with custom names, symbols, and IPFS-linked images.
  • Automating crypto project launches via AI-driven command-line interfaces.
  • Integrating secure transaction signing into automated blockchain workflows.
  • Programmatic management of token royalties and descriptions during the minting process using Openclaw Skills.

How hot-fun-ai Works

  1. The agent displays a mandatory User Agreement and Security Notice in the user's preferred language (English or Traditional Chinese).
  2. Upon explicit user consent, the agent collects required token metadata including name, symbol, and image URL.
  3. The tool communicates with the hot.fun API to generate a transaction payload based on the provided metadata.
  4. The transaction is signed locally using a private key provided via secure environment variables.
  5. The signed transaction is broadcast to the Solana network via an RPC endpoint to finalize token creation.

hot-fun-ai Setup

To use this skill, first install the CLI package globally:

npm install -g @hot-fun/hot-fun-ai@latest

Ensure your environment is configured with a PRIVATE_KEY (base58 format). Within the Openclaw Skills management interface, you can set this as the apiKey or define it in your local configuration file. Optionally, you can set SOLANA_RPC_URL to use a custom provider.

hot-fun-ai Data Schema & Taxonomy

The skill produces a JSON response containing the details of the created token and the blockchain transaction. The schema includes:

Property Description
txHash The unique transaction signature on the Solana blockchain
baseMint The mint address of the newly generated token
wallet The public address of the wallet used for the creation
name The full name of the created token
symbol The ticker symbol of the token
imageUrl The URL pointing to the token's visual asset

hot-fun-ai Advanced Features

  • Secure local transaction signing ensuring private keys are never uploaded to external servers.
  • Multi-language support for safety and compliance notices (Traditional Chinese and English).
  • Automatic environment variable injection when used with Openclaw Skills.
  • Support for optional metadata fields such as token descriptions and X (Twitter) royalty party configurations.
  • Full compatibility with custom Solana RPC endpoints for high-frequency deployment needs.

SKILL.md


Loading

Related Openclaw Skills

Featured*