← Back to Skills Marketplace
xueyetianya

Flashloan

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
139
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install flashloan
Description
Analyze flashloan operations. Use when you need to understand flashloan mechanisms, evaluate protocol security, or reference on-chain concepts.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install flashloan
  3. After installation, invoke the skill by name or use /flashloan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug flashloan
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Flashloan?

Analyze flashloan operations. Use when you need to understand flashloan 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 Flashloan?

Run "/install flashloan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Flashloan free?

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

Which platforms does Flashloan support?

Flashloan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Flashloan?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.

💬 Comments