Communityhub
v2.0.0Manage and grow communities with strategies for engagement, content planning, user growth, monetization, and crisis handling.
⭐ 0· 267·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
Name/description promise community management functionality and the included scripts implement help, templates, local data storage, and simple CLI commands — this is coherent. Minor provenance mismatch: registry metadata shows no homepage/source, but SKILL.md contains a homepage (bytesagain.com) and a GitHub source URL; this is inconsistent but not intrinsically dangerous.
Instruction Scope
SKILL.md instructs running the local CLI and declares COMMUNITYHUB_DIR for data storage. The bundled scripts only operate locally (generate templates, manage a local data.log and history.log) and print to stdout. They do log user-provided arguments to history.log, so sensitive input supplied to commands could be persisted.
Install Mechanism
No install spec; the skill is instruction-only with included scripts. No external downloads or package installations are performed by the scripts. Files are plain shell and Python and not obfuscated.
Credentials
The skill declares no required environment variables or credentials. The scripts read COMMUNITYHUB_DIR (optional) and standard XDG/HOME locations to determine a data directory — this is appropriate for a local CLI and proportional to the stated purpose.
Persistence & Privilege
always:false and the skill does not request elevated privileges. It will create a data directory (default ~/.local/share/communityhub/) and write data.log and history.log there; this provides persistent local storage of user inputs and command history.
Assessment
This skill appears to be a simple local CLI for community management and is internally coherent. Before installing: (1) review the two scripts yourself (they are short and readable) to confirm you’re comfortable; (2) be aware the tool creates ~/.local/share/communityhub/ (or a dir you set via COMMUNITYHUB_DIR) and writes data.log and history.log — avoid entering passwords or other secrets as command arguments because they may be logged; (3) note the registry metadata lacked a homepage/source while SKILL.md includes bytesagain.com and a GitHub link — if provenance matters, verify the GitHub repo and author; (4) if you want extra isolation, run it in a sandboxed account or container and delete the data directory when finished.Like a lobster shell, security has layers — review code before you run it.
latestvk97bbkmd0sbtpp32rw2ahbxjq1833hs7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
