← Back to Skills Marketplace
Turbine
by
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
178
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install turbine
Description
Turbine performance calculator
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: turbine
Version: 1.0.0
The skill is classified as suspicious due to a shell injection vulnerability in the 'config' command within 'scripts/script.sh', where unsanitized user input is passed directly to a 'sed' command. Additionally, there is a functional discrepancy between the stated purpose in 'SKILL.md' (a turbine performance calculator) and the actual implementation in 'scripts/script.sh', which only provides basic string logging and key-value storage without any calculation logic. No evidence of intentional data exfiltration or malicious backdoors was found.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turbine - After installation, invoke the skill by name or use
/turbine - 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 Turbine?
Turbine performance calculator. It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install Turbine?
Run "/install turbine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Turbine free?
Yes, Turbine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Turbine support?
Turbine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Turbine?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.
More Skills