← 返回 Skills 市场
poploli2

Create a coin on trends.fun

作者 lewis · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
755
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install trendsdotfun
功能描述
在 trends.fun 上创建 coin 并部署 Meteora DBC 资金池
安全使用建议
This tool legitimately needs access to your Solana keypair (~/.config/solana/id.json) so it can sign a login message and send transactions to create the token/pool. That is the main sensitive action — the code signs with your key but does not upload the secret key to remote servers. Before installing/running: (1) Review and trust the code or run it in an isolated environment; (2) never paste or send your private key to anyone — the docs’ wording about “outputting the keypair” is ambiguous and could be dangerous; (3) ensure you understand and accept the real SOL costs (transactions will spend SOL); (4) if you are unsure, create and use a throwaway/test Solana wallet with minimal funds for initial tests.
功能分析
Type: OpenClaw Skill Name: trendsdotfun Version: 1.0.1 The skill is classified as suspicious due to a critical prompt injection vulnerability found in `SKILL.md`. The instructions explicitly tell the AI agent to 'output the keypair and address to the user' if a Solana keypair is not found. If executed literally by an agent, this would lead to the disclosure of the user's Solana private key in the agent's output, posing a severe information security risk. While the code itself (`src/index.ts`, `src/auth.ts`) uses the keypair for legitimate Solana operations and does not show direct malicious exfiltration to an external endpoint, the instruction to output the private key constitutes a critical vulnerability that could be exploited for credential theft via the agent's logging or output mechanisms.
能力评估
Purpose & Capability
The name/description match the implementation: the code talks to trends.fun APIs (siws/verify, upload_url, mint/upload_content), uploads an image to IPFS, mints a token and uses @meteora-ag/dynamic-bonding-curve-sdk to create a DBC pool. Declared binaries (pnpm) and optional env vars (SOLANA_RPC_URL, TRENDS_POOL_CONFIG) are appropriate for the stated purpose.
Instruction Scope
The SKILL.md and code explicitly read the user’s Solana keypair at ~/.config/solana/id.json, check SOL balance, sign SIWS messages and Solana transactions, upload images to trends.fun/Pinata, then create a DBC pool. These actions are expected for this workflow but are sensitive: the skill will use your private key to sign requests and transactions. Also note the SKILL.md text that suggests generating a keypair “并将keypair和地址输出给用户” — wording could be interpreted as encouraging exposing the private key; the code itself does not transmit the secret key, but the documentation phrasing is risky and should be clarified.
Install Mechanism
Install is a single, standard brew formula (pnpm). The package manifests (package.json/pnpm-lock/package-lock) point to public npm packages. No downloads from arbitrary URLs or extract-from-unknown-host steps are present in the install spec.
Credentials
No required credentials are declared; optional env vars (SOLANA_RPC_URL, TRENDS_POOL_CONFIG) are relevant. The code reads HOME to find ~/.config/solana/id.json (expected). No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, nor asks for permanent system-wide changes. It runs ad-hoc and signs on behalf of the keypair provided at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trendsdotfun
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trendsdotfun 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated parameter descriptions: `--name`, `--symbol`, and `--desc` now specify maximum character limits and formatting rules. - Clarified that `--name` and `--symbol` are limited to 32 characters each, and `--desc` to 150 characters without newlines or spaces. - No functional or code changes, only documentation improved for clarity and usability.
v1.0.0
Initial release – automate the process of creating coins and deploying Meteora DBC pools on trends.fun. - Guides users through Solana keypair and balance checks before creating a coin. - Allows configuration through environment variables, including RPC endpoints and pool config. - Provides two creation modes: standard and boosted creator share. - Uploads images and metadata to IPFS as part of the process. - Integrates with SIWS for authentication and Meteora DBC SDK for pool deployment. - Prompts users if SOL balance is insufficient, ensuring reliable operation.
元数据
Slug trendsdotfun
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Create a coin on trends.fun 是什么?

在 trends.fun 上创建 coin 并部署 Meteora DBC 资金池. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 755 次。

如何安装 Create a coin on trends.fun?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install trendsdotfun」即可一键安装,无需额外配置。

Create a coin on trends.fun 是免费的吗?

是的,Create a coin on trends.fun 完全免费(开源免费),可自由下载、安装和使用。

Create a coin on trends.fun 支持哪些平台?

Create a coin on trends.fun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Create a coin on trends.fun?

由 lewis(@poploli2)开发并维护,当前版本 v1.0.1。

💬 留言讨论