← Back to Skills Marketplace
Rugpull
by
bytesagain4
· GitHub ↗
· v1.0.0
· MIT-0
139
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rugpull
Description
Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts.
Usage Guidance
This skill appears to be a local CLI for keeping and querying notes about rugpulls and is coherent with its description. Before installing, review that you are comfortable the tool will create and modify files under ~/.rugpull (or RUGPULL_DIR if set) and that entries are stored as plaintext JSONL and config.txt. The included script contains no network calls or credential access. If you plan to let an autonomous agent invoke the skill, be aware it can read/write the skill's data directory and remove entries; otherwise there are no broad privileges requested. If you have sensitive data, don't store it in the skill's data directory. If you want extra assurance, open scripts/script.sh locally to inspect it (it is included) before running.
Capability Analysis
Type: OpenClaw Skill
Name: rugpull
Version: 1.0.0
The 'rugpull' skill is a simple local data management tool designed to store and retrieve notes or entries related to blockchain security analysis. The shell script (scripts/script.sh) implements basic CRUD operations on a local JSONL file in the user's home directory (~/.rugpull) and lacks any network capabilities, data exfiltration logic, or malicious execution patterns.
Capability Assessment
Purpose & Capability
Name/description (analyze rugpulls) matches the included script and SKILL.md: both implement a local CLI for adding, listing, searching, exporting, and configuring entries about rugpulls.
Instruction Scope
SKILL.md instructs invoking scripts/script.sh with specific commands; the script's actions are limited to local data management (reading/writing files under DATA_DIR) and printing stats, with no instructions to read unrelated system files or transmit data externally.
Install Mechanism
No install spec. The skill is instruction-plus-script only; the script is included in the bundle and will run locally when invoked. No downloads or installer actions are present.
Credentials
No required environment variables, credentials, or config paths are declared. The only configurable item is RUGPULL_DIR (DATA_DIR), which is appropriate for a local data tool.
Persistence & Privilege
Skill is not always-enabled, does not request system-wide changes, and only persists data under its own data directory; autonomous invocation is allowed by platform default but not combined with other high-risk behaviors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rugpull - After installation, invoke the skill by name or use
/rugpull - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Rugpull?
Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install Rugpull?
Run "/install rugpull" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rugpull free?
Yes, Rugpull is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rugpull support?
Rugpull is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rugpull?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.
More Skills