Contactor
v1.0.0Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor status.
⭐ 0· 84·0 current·0 all-time
bybytesagain4@xueyetianya
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 (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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk977zcp2edj9f2va6xzm3y6n85839hx2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
