← 返回 Skills 市场
xueyetianya

Rugpull

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rugpull
功能描述
Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rugpull
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rugpull 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug rugpull
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Rugpull 是什么?

Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Rugpull?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rugpull」即可一键安装,无需额外配置。

Rugpull 是免费的吗?

是的,Rugpull 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rugpull 支持哪些平台?

Rugpull 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rugpull?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论