← Back to Skills Marketplace
ckchzh

Bearing

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bearing
Description
Bearing selection and life calculator
README (SKILL.md)

bearing

Bearing selection and life 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 \x3Ckey> \x3Cvalue> to set preferences.

Variable Required Description
BEARING_DIR No Data directory (default: ~/.bearing/)

Data Storage

All data stored in ~/.bearing/ 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 | [email protected]

Usage Guidance
This skill appears to be a small local CLI that stores records in ~/.bearing (or a directory you set via BEARING_DIR). Before installing or running: review the bundled scripts/script.sh (already included) to confirm you trust it (it runs locally and writes files). Note that entries are appended to a JSONL file without escaping user input, so adding text with quotes/newlines may corrupt the JSONL format — avoid inserting sensitive data into entries. Exports and config changes create files in your working directory and $BEARING_DIR respectively. If you want to limit impact, set BEARING_DIR to a dedicated directory you control before using the skill.
Capability Analysis
Type: OpenClaw Skill Name: bearing Version: 1.0.0 The 'bearing' skill is a simple utility for tracking industrial bearing data stored locally in JSONL format. While the underlying shell script (scripts/script.sh) contains logic errors in argument handling (specifically a 'shift 2' that swallows necessary arguments) and lacks robust input sanitization for JSON and sed operations, these appear to be unintentional bugs rather than malicious flaws. The skill lacks any indicators of data exfiltration, remote execution, or prompt injection, and its behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (bearing selection and life calculator) align with the included files: a single shell script implementing add/list/search/export/stats/config commands and SKILL.md exposing those commands. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh commands. The script reads/writes data under $BEARING_DIR (default ~/.bearing) in JSONL format and writes exported files to the current directory — this is consistent with a local CLI but means the skill will create and modify files in the user's home directory. The script does not reference external network endpoints or access unrelated system configurations.
Install Mechanism
No install spec; the skill is instruction-only with a bundled shell script. Nothing is downloaded or executed from external URLs during install.
Credentials
No required environment variables or credentials are declared. The script optionally respects BEARING_DIR to allow relocating data, which matches the documented configuration. No disproportionate environment or credential access is requested.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It writes its own data/config under ~/.bearing (or BEARING_DIR) but does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bearing
  3. After installation, invoke the skill by name or use /bearing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug bearing
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Bearing?

Bearing selection and life calculator. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Bearing?

Run "/install bearing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bearing free?

Yes, Bearing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bearing support?

Bearing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bearing?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.

💬 Comments