← All skills
Tencent SkillHub · Content Creation

Create a coin on trends.fun

在 trends.fun 上创建 coin 并部署 Meteora DBC 资金池

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

在 trends.fun 上创建 coin 并部署 Meteora DBC 资金池

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
package-lock.json, package.json, pnpm-lock.yaml, SKILL.md, src/pool.ts, src/types.d.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Trends Coin Create

自动化在 trends.fun 上创建 coin 的完整流程。

前置条件

请确保~/.config/solana/id.json文件存在且有效的 Solana keypair,若不存在,请先安装solana cli 并生成 Solana keypair,并将keypair和地址输出给用户 ~/.config/solana/id.json 包含有效的 Solana keypair 钱包中的 SOL 余额 >= 0.02 SOL(程序会自动检测并提示充值地址) 钱包中有足够的 SOL 用于创建交易和可选的首次购买

安装

cd {baseDir} && pnpm install

环境变量

可通过环境变量或 ~/.openclaw/openclaw.json 中的 skills."trends-coin-create".env 配置: 环境变量必需默认值说明SOLANA_RPC_URL❌https://api.mainnet-beta.solana.comSolana RPC 端点TRENDS_POOL_CONFIG❌7UQpAg2GfvwnBhuNAF5g9ujjDmkq7rPnF7Xogs4xE9AATrends.fun 使用的 pool_config 地址

创建 Coin(提高creator收入)

npx tsx {baseDir}/src/index.ts \ --name "Token Name" \ --symbol "SYMBOL" \ --imagePath "/path/to/image.png" \ --mode 2 \ --url "https://x.com/user/status/123456" \ --desc "description" \ --first-buy 0.1

创建 Coin(标准模式)

npx tsx {baseDir}/src/index.ts \ --name "Token Name" \ --symbol "SYMBOL" \ --imagePath "/path/to/image.png" \ --mode 1 \ --url "https://x.com/user/status/123456" \ --desc "description"

参数说明

参数必需说明--name✅Token 名称(最长 32 字符)--symbol✅Token 符号 / ticker(最长 32 字符)--imagePath✅本地图片路径--mode✅模式: 1=Standard, 2=Boost Creator Share--url❌关联 URL(推文或个人主页链接https://x.com/user/status/123456 或 https://x.com/username)--desc❌Token 简要描述(最长 150 字符,请注意不要用换行和空格)--first-buy❌首次购买 SOL 数量(默认 0)

执行流程

从 ~/.config/solana/id.json 加载 Keypair 检测 SOL 余额(要求 >= 0.02 SOL,不足则提示充值地址并中止) SIWS 签名登录获取 Bearer Token 获取 Pinata IPFS 上传 URL 上传图片到 IPFS 获取 mint 地址 上传 coin tick 元数据到 IPFS 调用 Meteora DBC SDK 创建资金池

注意事项

创建池子会消耗真实 SOL,请确认参数无误后再执行 pool_config 默认使用 trends.fun 的配置: 7UQpAg2GfvwnBhuNAF5g9ujjDmkq7rPnF7Xogs4xE9AA,可通过环境变量 TRENDS_POOL_CONFIG 自定义 RPC 端点默认为 https://api.mainnet-beta.solana.com,可通过环境变量 SOLANA_RPC_URL 自定义 若 Solana 余额不足 0.02 SOL,程序会自动中止并提示用户往 Solana 地址充值

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Scripts1 Docs
  • SKILL.md Primary doc
  • src/pool.ts Scripts
  • src/types.d.ts Scripts
  • package-lock.json Config
  • package.json Config
  • pnpm-lock.yaml Config