Turbine

v1.0.0

Turbine performance calculator

0· 149·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install turbine
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the contained script and SKILL.md. The script implements add/list/search/export/stats/config and stores data in ~/.turbine (or TURBINE_DIR), which is coherent with a local performance calculator.
Instruction Scope
SKILL.md tells the agent to run scripts/script.sh commands. The script only performs local filesystem operations (create dir, read/write data.jsonl, config.txt, exports) and prints to stdout; it does not access external network endpoints or unrelated system paths.
Install Mechanism
There is no install spec — this is instruction-only plus an included shell script. No downloads or package installs occur, so the installation surface is minimal.
Credentials
No required environment variables or credentials are declared. The script respects an optional TURBINE_DIR override; otherwise it uses the user HOME directory. No secrets appear to be requested or needed.
Persistence & Privilege
The skill does not request permanent/always-on privilege, does not modify other skills or system agent settings, and confines writes to its own data directory.
Assessment
This skill appears coherent and runs only a local shell script that stores data under ~/.turbine (or a directory you set via TURBINE_DIR). Before installing: 1) Review the script if you plan to store sensitive data — it stores plaintext JSONL and config entries and does not escape user input (quotes could break JSON). 2) Back up or inspect ~/.turbine if you care about data retention. 3) Note sed -i and other utilities may behave slightly differently on some platforms (e.g., macOS); test in your environment. 4) The skill makes no network calls and asks for no credentials, but only install/use it if you trust the source repository.

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

latestvk976ef56dqampjy2y115bdjgvh839e0a
149downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

turbine

Turbine performance calculator

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 set preferences.

VariableRequiredDescription
TURBINE_DIRNoData directory (default: ~/.turbine/)

Data Storage

All data stored in ~/.turbine/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


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

Comments

Loading comments...