Cobot
v1.0.0Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status.
⭐ 0· 96·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
