← 返回 Skills 市场
xueyetianya

Flashloan

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install flashloan
功能描述
Analyze flashloan operations. Use when you need to understand flashloan mechanisms, evaluate protocol security, or reference on-chain concepts.
使用说明 (SKILL.md)

Flashloan

Analyze flashloan operations. Use when you need to understand flashloan 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 \x3Ckey> \x3Cvalue> to customize behavior.

Variable Description
FLASHLOAN_DIR Data directory (default: ~/.flashloan/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill is essentially a local note/journal CLI for flashloan analysis that stores entries under ~/.flashloan by default. It's coherent and low-risk: it does not make network calls or ask for credentials. Before installing, you may (1) inspect scripts/script.sh yourself (already included) to confirm behavior, (2) avoid recording secrets into entries, and (3) optionally set FLASHLOAN_DIR to a sandbox directory to control where data is written. If you plan to allow autonomous agent invocation, note the agent will be able to execute the bundled script which will read/write the specified data directory.
功能分析
Type: OpenClaw Skill Name: flashloan Version: 1.0.0 The flashloan skill is a simple local data management tool designed to store and retrieve text entries related to blockchain operations. The implementation in `scripts/script.sh` provides basic CRUD functionality (add, list, search, remove, export) using a local JSONL file in the user's home directory (`~/.flashloan/`). There are no indicators of data exfiltration, remote command execution, persistence mechanisms, or malicious prompt injection instructions.
能力评估
Purpose & Capability
Name/description claim to help analyze flashloan operations; the included script implements a local journal/entry system (add, list, search, export, stats, config) for storing analysis notes. The requested artifacts (no credentials, optional FLASHLOAN_DIR) match that purpose.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands. The script only reads/writes files under its DATA_DIR (default ~/.flashloan), manipulates local JSONL/config text, and does not access other system config, environment secrets, or external network endpoints.
Install Mechanism
There is no install spec and the script is bundled with the skill. No external downloads or package installs are performed, so nothing arbitrary is written to disk beyond the included script and its local data files.
Credentials
No required environment variables or credentials are declared; the script optionally respects FLASHLOAN_DIR to change the local data directory, which is appropriate for a local storage tool. There are no requests for unrelated secrets.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. It persists only its own data under the configured data directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flashloan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flashloan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug flashloan
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Flashloan 是什么?

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

如何安装 Flashloan?

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

Flashloan 是免费的吗?

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

Flashloan 支持哪些平台?

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

谁开发了 Flashloan?

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

💬 留言讨论