← Back to Skills Marketplace
ckchzh

Cobot

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install cobot
Description
Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status.
README (SKILL.md)

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 \x3Ckey> \x3Cvalue> to set preferences.

Variable Description
COBOT_DIR Data directory (default: ~/.cobot/)

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: cobot Version: 1.0.0 The 'cobot' skill is a straightforward local task planner that manages entries in a JSONL file located in the user's home directory (~/.cobot/). The shell script (scripts/script.sh) implements basic CRUD operations using standard utilities like grep, sed, and awk, and lacks any networking, credential access, or suspicious execution patterns.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cobot
  3. After installation, invoke the skill by name or use /cobot
  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 cobot
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Cobot?

Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status. It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Cobot?

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

Is Cobot free?

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

Which platforms does Cobot support?

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

Who created Cobot?

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

💬 Comments