← 返回 Skills 市场
323
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install memeanalyzer
功能描述
Analyze Solana meme token (CA) risk by scanning holder distribution, detecting insider wallets (老鼠仓/rat warehouse), and evaluating top-holder concentration....
安全使用建议
This skill appears to be what it says: it queries DexScreener and Solana RPC endpoints to analyze holder distributions and detect low-SOL 'insider' wallets. Before using it, consider: (1) privacy: any token CA you analyze and the wallet addresses fetched will be sent to external RPCs and DexScreener; run locally with your own HELIUS_API_KEY if you want less reliance on public nodes. (2) Hosted API / payments: the SKILL.md advertises a hosted, pay-per-request API and the repo contains server code that verifies/settles x402 micropayments — calling that hosted endpoint or running the provided payment CLI (npx awal x402 pay ...) will incur on-chain charges. Inspect PAY_TO_ADDRESS / FACILITATOR_URL if you self-host the server. (3) Code review: the Python code is readable and not obfuscated, but it makes outbound HTTP requests — audit network endpoints if you need strict privacy. If you only need local analysis, run scripts/psdm.py locally and avoid the hosted endpoint to prevent unexpected charges or data exposure.
功能分析
Type: OpenClaw Skill
Name: memeanalyzer
Version: 1.0.1
The skill provides a Solana meme token analyzer that evaluates holder distribution and detects 'insider wallets' (rat warehouses) using DexScreener and Solana RPC nodes. The core logic in `scripts/psdm.py` and the FastAPI implementation in `api/server.py` are transparent, well-documented, and strictly follow the stated purpose of token risk assessment. While the skill mentions a paid API option using the x402 protocol (micropayments on Base chain), this is presented as an optional alternative to self-hosting and does not involve deceptive or malicious behavior.
能力评估
Purpose & Capability
Name/description align with the code and instructions: the script queries DexScreener and Solana RPCs to compute top-holder concentration and detect low-SOL 'insider' wallets. HELIUS_API_KEY as a primary credential is appropriate for reliable Solana RPC access.
Instruction Scope
Instructions direct the agent/user to run the included Python script or call a hosted API. The runtime behavior is focused on the stated purpose, but it does perform network calls to multiple external RPC endpoints and DexScreener, which will reveal the token CA (and the set of holder addresses queried) to those services. The SKILL.md also documents a pay-per-request hosted API and CLI payment flow (npx awal x402), which could result in on-chain payments if invoked.
Install Mechanism
No installer that downloads arbitrary archives is present — this is instruction/code based and requires only pip dependencies and python3. All referenced installs (pip install -r requirements.txt) are proportionate and use standard PyPI packages.
Credentials
Requesting a Helius API key is proportional for reliable RPC access. The repository also contains an API server that optionally uses PAY_TO_ADDRESS and FACILITATOR_URL environment variables to require/settle x402 micropayments; those payment-related envs are unrelated to on-chain analysis but are coherent with the hosted-payments feature. No unrelated secrets beyond these are requested.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It does include an optional API server component (for hosting a paid endpoint) but it does not modify other skills or agent-wide configs. Autonomous invocation remains the platform default (unchanged here).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memeanalyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/memeanalyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added API server files for hosted (pay-per-request) usage: api/server.py, api/requirements.txt, and railway.json.
- Introduced support for x402 micropayment API access on Railway for Solana token analysis, enabling simple paid API requests with no subscription.
- Updated documentation to highlight new paid API endpoint, payment instructions, and recommend it for agent use.
- No changes to self-hosted analysis scripts or risk calculation logic.
v1.0.0
new publish
元数据
常见问题
solana meme token analyzer 是什么?
Analyze Solana meme token (CA) risk by scanning holder distribution, detecting insider wallets (老鼠仓/rat warehouse), and evaluating top-holder concentration.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。
如何安装 solana meme token analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memeanalyzer」即可一键安装,无需额外配置。
solana meme token analyzer 是免费的吗?
是的,solana meme token analyzer 完全免费(开源免费),可自由下载、安装和使用。
solana meme token analyzer 支持哪些平台?
solana meme token analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 solana meme token analyzer?
由 Lougseus(@ultranumblol)开发并维护,当前版本 v1.0.1。
推荐 Skills