Sandwich

v1.0.0

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

0· 147·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install sandwich
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (analyzing sandwich operations) align with the included script and commands (add, list, search, export, stats, config). There are no unrelated environment variables or external services requested.
Instruction Scope
SKILL.md instructs the agent to run the packaged scripts/script.sh commands only. The script reads/writes a data directory (default ~/.sandwich) and config file and does not read other system files or transmit data externally.
Install Mechanism
No install spec (instruction-only). The bundle includes a single Bash script that will be executed; no network downloads or archive extraction occur during install.
Credentials
No credentials or required env vars are declared. The script respects an optional SANDWICH_DIR environment variable to change its data directory—this is appropriate and proportional.
Persistence & Privilege
always:false (default) and the skill does not modify other skills or system-wide settings. It creates and manages files under its own data directory only.
Assessment
This skill appears to be a simple local CLI note/record tool for sandwich analysis and does not contact external services or request secrets. Before installing, review the included scripts/script.sh (it will create ~/.sandwich by default and store data in plaintext), ensure you are comfortable executing a shell script in your environment, and avoid adding sensitive secrets or private keys into entries because data is stored unencrypted. Also note the script uses common Unix utilities (grep, sed, tail, wc, du, date); on non-Unix platforms or limited sandboxes some commands may behave differently or be unavailable.

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

latestvk9713sq2ttskv7rt7jse88zzth83b3fv
147downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Sandwich

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

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

Comments

Loading comments...