Trends CLI Skill for Openclaw

A comprehensive AI skill for managing the @trends-fun/trends-skill-tool CLI to launch tokens, trade, and track earnings on the Solana blockchain.

milesxyz
v1.0.1
Mar 6, 2026
0
765
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install trends

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 trends 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 Trends CLI Skill?

The Trends CLI skill is a specialized interface designed for developers and traders using the trends-skill-tool on Solana. As part of the Openclaw Skills ecosystem, this tool simplifies the lifecycle of memecoin management, from initial deployment on trends.fun to complex trading operations and reward claims. It prioritizes safety through a multi-phase confirmation gate for write operations, ensuring that transactions like token creation and swaps are only executed after thorough preflight analysis and user approval.

This skill eliminates the friction of manual CLI usage by automating parameter completion, providing real-time quotes, and translating raw blockchain data into human-readable formats. Whether you are a token creator looking to manage your developer shares or a trader tracking a diverse portfolio, this Openclaw Skills integration provides the technical guardrails and deterministic workflows required for professional-grade blockchain interaction.

Trends CLI Skill Use Cases

  • Launching new tokens on trends.fun with customizable developer fee splits (dev-bps).
  • Executing buy and sell orders with integrated slippage protection and pre-trade quotes.
  • Monitoring wallet balances, token holdings, and detailed transaction histories.
  • Tracking and claiming creator rewards based on token performance and X (Twitter) integration.
  • Troubleshooting bonding curve failures and CLI configuration issues using a built-in error playbook.

How Trends CLI Skill Works

  1. The AI agent detects intent related to trends-skill-tool commands or memecoin lifecycle events.
  2. For token creation, the skill initiates Phase 0 parameter completion to resolve required metadata like name, symbol, and image source.
  3. Before any financial transaction, the skill performs a preflight check, running read-only commands like quote or status to show expected outcomes.
  4. A mandatory confirmation gate is triggered for all write operations (create, buy, sell, claim), requiring explicit user consent.
  5. Upon confirmation, the skill executes the global CLI command and processes the output, converting raw lamports and token decimals into readable values.
  6. Post-execution, the skill provides verification steps or the next logical command to maintain a continuous workflow.

Trends CLI Skill Setup

To use this skill, ensure the CLI tool is installed globally via npm and your Solana wallet is initialized:

npm install -g @trends-fun/trends-skill-tool
trends-skill-tool wallet init
trends-skill-tool config list

The Openclaw Skills interface will automatically detect the installation and guide you through configuration of RPC endpoints and wallet addresses.

Trends CLI Skill Data Schema & Taxonomy

The skill organizes data into structured summaries to ensure clarity during blockchain operations:

Data Type Attributes Captured Formatting
Token Metadata Name, Symbol, Description, X URL Human-readable strings
Financials first-buy, dev-bps, slippage-bps Integer/Decimal mapping
Blockchain Data Mint Address, Signature, Balance Base58 & 10^n conversion
Rewards accountExists, rewardSol, rewardLamports Boolean & SOL conversion

All numeric outputs for holdings and transactions are converted from raw base units (decimals 6 or 9) to user-facing decimals for accuracy.

Trends CLI Skill Advanced Features

  • Atomic Transactions: Execute token creation and an initial buy in a single, atomic flow.
  • Fee Split Customization: Configure revenue sharing between token deployers and X creators using the dev-bps flag.
  • Safety Protocols: Strict hard-block on sensitive data like private keys and mnemonic phrases to prevent exposure.
  • Session Bypass: Option for power users to bypass confirmation gates for high-speed trading sessions.
  • Intelligent Troubleshooting: Automatic mapping of CLI error codes to specific fix commands from the references playbook.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*