Options

v2.0.0

Log and review options trades with trend analysis and exportable position reports. Use when tracking trades, reviewing positions, exporting trade summaries.

0· 226·4 current·4 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/options.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install options
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (log, review, export) match the included shell script which stores entries under ~/.local/share/options, provides stats, search, and export features. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs using the local 'options' CLI and the script implements those commands. Instructions and implementation operate on local files only and do not request or transmit external data.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. The package does include a scripts/script.sh file (a Bash CLI). Installing/running the script will create and write to ~/.local/share/options; there is no automatic download from external URLs.
Credentials
No environment variables, credentials, or external config paths are required. The script only uses standard shell utilities and the user's HOME directory. Requested access is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not attempt to gain permanent elevated privileges or modify other skills. It creates a single data directory in the user's home for logs and exports.
Assessment
This skill appears to do what it claims: a local CLI that logs entries and exports reports to ~/.local/share/options. Before installing or running it, review the script if you have concerns (it will append any input you provide to log files, so do not enter secrets or API keys). Note it writes unencrypted logs to your home directory and will persist any text you save; if you prefer isolation, run it in a container or dedicated account. Functionally, the JSON export has a minor formatting bug (the script writes a literal "\n]"), but that's a usability issue, not a network/credential risk. If you trust the author and are comfortable with local file writes, this skill is coherent and low-risk.

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

latestvk97b6cm71mmbybt2ynvrs006s18350av
226downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

Options

A focused utility tools tool built for Options. Log entries, review trends, and export reports — all locally.

Why Options?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
options help

# Check current status
options status

# View your statistics
options stats

Commands

CommandWhat it does
options runRun
options checkCheck
options convertConvert
options analyzeAnalyze
options generateGenerate
options previewPreview
options batchBatch
options compareCompare
options exportExport
options configConfig
options statusStatus
options reportReport
options statsSummary statistics
options export<fmt> Export (json
options search<term> Search entries
options recentRecent activity
options statusHealth check
options helpShow this help
options versionShow version
options $name:$c entries
options Total:$total entries
options Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
options Version:v2.0.0
options Datadir: $DATA_DIR
options Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
options Disk:$(du -sh "$DATA_DIR" 2>/dev/null
options Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
options Status:OK
options [Options]run: $input
options Saved.Total run entries: $total
options [Options]check: $input
options Saved.Total check entries: $total
options [Options]convert: $input
options Saved.Total convert entries: $total
options [Options]analyze: $input
options Saved.Total analyze entries: $total
options [Options]generate: $input
options Saved.Total generate entries: $total
options [Options]preview: $input
options Saved.Total preview entries: $total
options [Options]batch: $input
options Saved.Total batch entries: $total
options [Options]compare: $input
options Saved.Total compare entries: $total
options [Options]export: $input
options Saved.Total export entries: $total
options [Options]config: $input
options Saved.Total config entries: $total
options [Options]status: $input
options Saved.Total status entries: $total
options [Options]report: $input
options Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/options/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


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

Comments

Loading comments...