Flashloan

v1.0.0

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Flashloan" (xueyetianya/flashloan) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/flashloan
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 flashloan

ClawHub CLI

Package manager switcher

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

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

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

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 <key> <value> to customize behavior.

VariableDescription
FLASHLOAN_DIRData directory (default: ~/.flashloan/)

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

Comments

Loading comments...