Gasless

v1.0.0

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

0· 142·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install gasless
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script and commands. The script implements add/list/search/remove/export/stats/config functionality for a local data store (~/.gasless or GASLESS_DIR) which is coherent with 'Analyze gasless operations' as a local note/analysis tool.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands; the script only reads/writes files under the configured DATA_DIR and does not access unrelated system paths, hidden credentials, or external endpoints. It uses standard shell utilities (grep/sed/date/tail) — all within the expected scope.
Install Mechanism
No install spec is present (instruction-only behavior). The only shipped code is a single shell script that will be executed; nothing is downloaded or written elsewhere by an installer.
Credentials
The skill declares no required environment variables or credentials; it supports an optional GASLESS_DIR to override the data directory, which is proportional and documented. No unexpected secrets or external service credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It stores its own data/config under $HOME/.gasless (or GASLESS_DIR), which is appropriate for its functionality.
Assessment
This skill is a local CLI-style note/analysis tool that stores plain-text data under ~/.gasless (or the GASLESS_DIR you set). Before installing or running: (1) be aware any entries you add will be stored unencrypted and exported files (gasless-export.json/csv) will be created in your working directory; avoid adding sensitive secrets or private keys to entries; (2) the script performs simple text parsing (grep/sed) and is brittle but not networked — review the script if you need absolute assurance; (3) if you prefer isolation, run it in a limited account or container; (4) the script does not request credentials and does not contact external services.

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

latestvk9749zehfff48xe9jwywh3ryhd83abm5
142downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Gasless

Analyze gasless operations. Use when you need to understand gasless 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
GASLESS_DIRData directory (default: ~/.gasless/)

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

Comments

Loading comments...