Step

Terminal-first Step manager. Keep your health & wellness data organized with simple commands.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 32 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (health/wellness tracker) align with the files and behavior: the script implements logging, search, export, stats and stores everything in ~/.local/share/step. No unrelated cloud or privileged capabilities are requested.
Instruction Scope
SKILL.md and the script both instruct only local actions (reading/writing logs, tail/grep/du/cat). One minor scope mismatch: SKILL.md suggests running the 'step' CLI but there is no install spec — the included script implements the CLI but the installation/placement of that script is not specified by the registry metadata.
Install Mechanism
No install spec (script file is included). This is low risk: nothing downloads or executes remote code. The provided script is plain shell with no network calls.
Credentials
requires.env declares none and the script only uses HOME and standard UNIX utilities. The metadata did not list required binaries even though the script uses common tools (grep, tail, wc, du, sed, cut, date); this is not dangerous but is an omission in metadata.
Persistence & Privilege
always:false and no special privileges requested. The script creates and writes only to its own data directory (~/.local/share/step) and logs user inputs there; it does not modify other skills or system config.
Assessment
This skill appears coherent and local-only: it will create and write logs under ~/.local/share/step and does not make network requests. Before installing or running, note: (1) the registry metadata omits an install step — you should confirm how the script is intended to be placed on PATH as a 'step' command, (2) it will record anything you type into its log files (so avoid entering secrets), and (3) the metadata does not list standard CLI dependencies (grep/tail/du/etc.), though those are common on UNIX-like systems. If you need guarantees about provenance, ask the publisher for an install/readme and a signed release or inspect the full script contents locally before running.

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

Current versionv1.0.1
Download zip
latestvk97dv70w1jgx4pky8e63a5066s831a5p

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Step

Terminal-first Step manager. Keep your health & wellness data organized with simple commands.

Why Step?

  • 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
step help

# Check current status
step status

# View your statistics
step stats

Commands

CommandWhat it does
step logLog
step trackTrack
step chartChart
step goalGoal
step remindRemind
step weeklyWeekly
step monthlyMonthly
step compareCompare
step exportExport
step streakStreak
step milestoneMilestone
step trendTrend
step statsSummary statistics
step export<fmt> Export (json
step search<term> Search entries
step recentRecent activity
step statusHealth check
step helpShow this help
step versionShow version
step $name:$c entries
step Total:$total entries
step Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
step Version:v2.0.0
step Datadir: $DATA_DIR
step Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
step Disk:$(du -sh "$DATA_DIR" 2>/dev/null
step Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
step Status:OK
step [Step]log: $input
step Saved.Total log entries: $total
step [Step]track: $input
step Saved.Total track entries: $total
step [Step]chart: $input
step Saved.Total chart entries: $total
step [Step]goal: $input
step Saved.Total goal entries: $total
step [Step]remind: $input
step Saved.Total remind entries: $total
step [Step]weekly: $input
step Saved.Total weekly entries: $total
step [Step]monthly: $input
step Saved.Total monthly entries: $total
step [Step]compare: $input
step Saved.Total compare entries: $total
step [Step]export: $input
step Saved.Total export entries: $total
step [Step]streak: $input
step Saved.Total streak entries: $total
step [Step]milestone: $input
step Saved.Total milestone entries: $total
step [Step]trend: $input
step Saved.Total trend entries: $total

Data Storage

All data is stored locally at ~/.local/share/step/. 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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…