Tire

Your personal Tire assistant. Track, analyze, and manage all your home management needs from the command line.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 31 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill claims to be an offline command-line home/maintenance assistant and the shipped shell script implements a local CLI that logs user entries and provides status, search, export, and stats. It does not request unrelated credentials or tools. Minor mismatch: registry metadata lists version 1.0.1 while SKILL.md/script report v2.0.0 — likely a packaging/versioning inconsistency but not a security concern by itself.
Instruction Scope
SKILL.md instructs command-line use (help, status, export, etc.). The script only reads and writes files under $HOME/.local/share/tire, uses local utilities (du, grep, tail, wc) and does not call external network endpoints. The SKILL.md promises data stays on-device, and the script appears to honor that. It will, however, store whatever text the user records (which could include sensitive info) in local logs.
Install Mechanism
No install specification is provided (instruction-only skill with a bundled script). That minimizes install-time risk; nothing is automatically downloaded or executed during install. The script would need to be placed on PATH by the user to be runnable, which is normal.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script uses HOME for a per-user data directory — appropriate and proportional for a CLI that stores local data.
Persistence & Privilege
The skill does not request elevated privileges, does not set always:true, and does not modify other skills or global agent settings. Its persistence is limited to a per-user data directory under ~/.local/share/tire.
Assessment
This skill appears to be a simple offline CLI tool that logs and manages local entries under ~/.local/share/tire and does not ask for network access or credentials. Before installing or running it, review the full script yourself (or run it in a limited/test account) because the provided source listing was truncated in the review bundle and there is a version mismatch between the registry and the SKILL.md — either could be benign but they reduce confidence. Be aware that everything you type to the tool is stored in plain text logs in ~/.local/share/tire (and exported by the export command), so avoid entering secrets or sensitive data unless you are comfortable with local storage and set appropriate file permissions. If you need higher assurance, request the complete, untruncated source or run the script in an isolated environment to verify there are no network calls or additional behavior not visible in the provided files.

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

Current versionv1.0.1
Download zip
latestvk970vk0bpkkkfmfjsxaa65azb5830x5q

License

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

SKILL.md

Tire

Your personal Tire assistant. Track, analyze, and manage all your home management needs from the command line.

Why Tire?

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

# Check current status
tire status

# View your statistics
tire stats

Commands

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

Data Storage

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