Rugpull

v1.0.0

Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts.

0· 134·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/rugpull.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Rugpull" (xueyetianya/rugpull) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/rugpull
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install rugpull

ClawHub CLI

Package manager switcher

npx clawhub@latest install rugpull
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d6y3n8dc9hx9y484cz1sbfs83bf1f
134downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Rugpull

Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts.

When to Use

  • status: Show current status
  • add: Add new entry
  • list: List all entries
  • search: Search entries
  • remove: Remove entry by number
  • export: Export data to file
  • stats: Show statistics
  • config: View or set config

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to customize behavior.

VariableDescription
RUGPULL_DIRData directory (default: ~/.rugpull/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...