← Back to Skills Marketplace
cmx20150407-dotcom

My Token Safety Skill

by cmx20150407-dotcom · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-token-safety-skill
Description
Analyzes BSC token risks like honeypot, mintability, taxes, and holder distribution to assess rug pull likelihood.
README (SKILL.md)

Token Safety Checker

Detects risks of BSC tokens (honeypot, mintable, taxes, holder distribution). Perfect for quick "rug pull" analysis.

Usage

Trigger keywords: check token, scan token, token audit, 土狗检测

Example

User: check token 0x55d398326f99059ff775485246999027b3197955

Agent will reply with risk level and detailed metrics.

Parameters

  • address (required): BSC token contract address.

Output

  • Risk level (Critical/High/Medium/Low)
  • Score (0-100+)
  • Detailed breakdown: honeypot, mintable, buy/sell tax, owner percent, holder count, open source.

Notes

Uses GoPlus Labs API (free). Only supports BSC chain (chainId=56).

Usage Guidance
Install only if you are comfortable sending queried BSC contract addresses to GoPlus Labs. Do not provide wallet seed phrases, private keys, exchange credentials, or treat the score as financial advice.
Capability Assessment
Purpose & Capability
The stated purpose is BSC token safety analysis, and the code only fetches token-security data for a supplied contract address, scores common risk signals, and replies with the result.
Instruction Scope
Runtime instructions are narrow: the skill expects an address argument and returns a token-risk report. No prompt overrides, hidden behavioral instructions, broad local scanning, or agent-control changes were found.
Install Mechanism
The package is a small TypeScript/Node skill with no install scripts and only declared dev dependencies. The package imports @openclaw/core without declaring it, which may affect reliability but is not a security concern by itself.
Credentials
The external network call to GoPlus Labs is disclosed and proportionate to token analysis. Users should understand that queried contract addresses are sent to that third-party API.
Persistence & Privilege
No file writes, credential reads, shell execution, background workers, persistence setup, privilege escalation, or wallet/private-key handling were found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-token-safety-skill
  3. After installation, invoke the skill by name or use /my-token-safety-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial version introducing Token Safety Checker: - Scans BSC tokens for risks such as honeypots, mintable supply, high taxes, and holder distribution issues. - Provides a risk level, score, and detailed analysis for a given token address. - Supports trigger keywords: check token, scan token, token audit, 土狗检测. - Only supports Binance Smart Chain (chainId=56) using GoPlus Labs API.
Metadata
Slug my-token-safety-skill
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is My Token Safety Skill?

Analyzes BSC token risks like honeypot, mintability, taxes, and holder distribution to assess rug pull likelihood. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.

How do I install My Token Safety Skill?

Run "/install my-token-safety-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is My Token Safety Skill free?

Yes, My Token Safety Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does My Token Safety Skill support?

My Token Safety Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created My Token Safety Skill?

It is built and maintained by cmx20150407-dotcom (@cmx20150407-dotcom); the current version is v0.1.0.

💬 Comments