Contactor

v1.0.0

Contactor and starter selection tool. Use when json contactor tasks, csv contactor tasks, checking contactor status.

0· 151·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/contactor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Contactor" (xueyetianya/contactor) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/contactor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install contactor

ClawHub CLI

Package manager switcher

npx clawhub@latest install contactor
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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
151downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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 <key> <value> to set preferences.

VariableDescription
CONTACTOR_DIRData directory (default: ~/.contactor/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...