← Back to Skills Marketplace
ultranumblol

solana meme token analyzer

by Lougseus · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
323
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install memeanalyzer
Description
Analyze Solana meme token (CA) risk by scanning holder distribution, detecting insider wallets (老鼠仓/rat warehouse), and evaluating top-holder concentration....
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memeanalyzer
  3. After installation, invoke the skill by name or use /memeanalyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug memeanalyzer
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is solana meme token analyzer?

Analyze Solana meme token (CA) risk by scanning holder distribution, detecting insider wallets (老鼠仓/rat warehouse), and evaluating top-holder concentration.... It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.

How do I install solana meme token analyzer?

Run "/install memeanalyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is solana meme token analyzer free?

Yes, solana meme token analyzer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does solana meme token analyzer support?

solana meme token analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created solana meme token analyzer?

It is built and maintained by Lougseus (@ultranumblol); the current version is v1.0.1.

💬 Comments