← 返回 Skills 市场
Cobot
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
165
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cobot
功能描述
Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status.
使用说明 (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]
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cobot - 安装完成后,直接呼叫该 Skill 的名称或使用
/cobot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Cobot 是什么?
Collaborative robot task planner. Use when json cobot tasks, csv cobot tasks, checking cobot status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Cobot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cobot」即可一键安装,无需额外配置。
Cobot 是免费的吗?
是的,Cobot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cobot 支持哪些平台?
Cobot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cobot?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills