← Back to Skills Marketplace
xueyetianya

Contactor

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install contactor
Description
Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor status.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install contactor
  3. After installation, invoke the skill by name or use /contactor
  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 contactor
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Contactor?

Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor status. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Contactor?

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

Is Contactor free?

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

Which platforms does Contactor support?

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

Who created Contactor?

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

💬 Comments