← 返回 Skills 市场
xueyetianya

Contactor

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install contactor
功能描述
Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor status.
使用说明 (SKILL.md)

contactor

Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor 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
CONTACTOR_DIR Data directory (default: ~/.contactor/)

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

安全使用建议
This skill appears to be a small local CLI that will create and write files to a data directory (default: ~/.contactor or $CONTACTOR_DIR). It does not request credentials or perform network access. Before installing, consider: (1) review the bundled scripts/script.sh (already included) to confirm behavior; (2) back up any existing ~/.contactor if you have one, since the script will create/modify data.jsonl and config.txt there; (3) be aware of cross-platform quirks (the script uses sed -i which behaves differently on macOS vs Linux and may need adjustment); and (4) although the skill can be invoked by the agent (normal default), it has no remote exfiltration code — if you need stricter control, run commands manually rather than granting autonomous invocation.
功能分析
Type: OpenClaw Skill Name: contactor Version: 1.0.0 The 'contactor' skill is a local CLI tool for managing electrical contactor data stored in a JSONL file. The script (scripts/script.sh) performs standard file operations (add, list, search, remove, export) within a dedicated local directory (~/.contactor) and contains no network activity, credential access, or suspicious execution patterns.
能力评估
Purpose & Capability
The name/description (contactor selection and task handling) align with the included script. The script implements add/list/search/remove/export/stats/config and stores data under CONTACTOR_DIR (default $HOME/.contactor), which is coherent with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the bundled scripts/script.sh commands. The script only reads/writes local files under the data directory, uses common shell utilities (grep, sed, tail, wc, du, cp) and does not access network endpoints or unrelated system configuration. It will create and modify files in the user's data directory as expected.
Install Mechanism
No install spec or external downloads are present; the skill is instruction-only with a bundled shell script. No remote code is fetched or written to disk beyond the script already included in the package.
Credentials
The skill does not require secrets or credentials. It reads an optional CONTACTOR_DIR environment variable (documented) to choose a data directory; this is proportionate to its functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It only writes to its own data directory and config file; it does not request persistent platform-wide privileges or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contactor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contactor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug contactor
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Contactor 是什么?

Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Contactor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install contactor」即可一键安装,无需额外配置。

Contactor 是免费的吗?

是的,Contactor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Contactor 支持哪些平台?

Contactor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Contactor?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论