← Back to Skills Marketplace
Sandwich
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
151
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sandwich
Description
Analyze sandwich operations. Use when you need to understand sandwich mechanisms, evaluate protocol security, or reference on-chain concepts.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: sandwich
Version: 1.0.0
The 'sandwich' skill is a basic local data management tool for logging and searching text entries, likely intended for tracking blockchain-related observations. The shell script (scripts/script.sh) performs standard file operations (mkdir, printf, grep, sed) within a local directory (~/.sandwich) and contains no network activity, credential access, or malicious execution patterns.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sandwich - After installation, invoke the skill by name or use
/sandwich - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Sandwich?
Analyze sandwich operations. Use when you need to understand sandwich mechanisms, evaluate protocol security, or reference on-chain concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.
How do I install Sandwich?
Run "/install sandwich" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sandwich free?
Yes, Sandwich is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sandwich support?
Sandwich is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sandwich?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills