Cobot

v1.0.0

Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status.

0· 161·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install cobot
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (collaborative robot task planner, JSON/CSV tasks, status) matches the provided implementation: a single shell script that adds, lists, searches, exports, and configures task entries stored in a local data directory. No unrelated credentials, binaries, or services are required.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh for each command. The script only reads/writes files under DATA_DIR (default ~/.cobot), performs text processing (grep, sed, tail, wc), and prints output. It does not access network endpoints, other system configuration, or environment variables beyond the optional COBOT_DIR described in the SKILL.md.
Install Mechanism
There is no install spec or external download. The skill is instruction-only and includes the shell script in the bundle. Nothing is fetched from external URLs or written to arbitrary system paths during install.
Credentials
No required environment variables or credentials are declared. The script supports an optional COBOT_DIR env var (documented in SKILL.md) to change the data directory; this is reasonable and proportional to the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not attempt to modify other skills or global agent settings. Its persistent footprint is limited to creating and updating files under the user-specified data directory (default ~/.cobot).
Assessment
This skill appears coherent and low-risk: it runs an included Bash script that stores task data in a local directory (~/.cobot by default), supports export to json/csv, and does not access the network or request secrets. Before installing, review the bundled scripts/script.sh (already present) to ensure you are comfortable with it creating and modifying files in your home directory. Avoid storing sensitive credentials or secrets in cobot entries (they are stored as plain text). Note: the script uses sed -i and other utilities that may behave differently on some platforms (macOS vs Linux); test in a safe environment if you rely on portability.

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

latestvk971jppfmfwn1kywm7x15n7tg5838g8c
161downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

cobot

Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status.

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.

VariableDescription
COBOT_DIRData directory (default: ~/.cobot/)

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

Comments

Loading comments...