ClankerHive
v1.0.3Shared SQLite-backed context store for multi-session agent coordination. Use when: (1) checking if work was already done recently (email checked, briefing se...
⭐ 0· 40·0 current·0 all-time
byPaul Frederiksen@pfrederiksen
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (shared SQLite-backed context store for cross-session coordination) align with the included script and SKILL.md. The script implements facts, alerts, and task claiming using a local SQLite DB; requiring python3 is appropriate and expected.
Instruction Scope
SKILL.md instructions and the script are narrowly scoped to creating/using a local SQLite DB and printing JSON/plain-text results. The only environment interaction is reading CLANKERHIVE_DB and expanding the user home directory; the skill does not read arbitrary files, contact networks, or access unrelated credentials.
Install Mechanism
There is no remote install/download; the package is instruction-only and ships a Python script. No external archives, package installs, or third-party downloads are performed.
Credentials
No credentials or sensitive env vars are required. The only optional env var is CLANKERHIVE_DB to override the DB path, which is reasonable for this purpose. The script will create the DB file and parent dirs as documented.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Its persistence is limited to writing a local SQLite DB file (default under ~/.openclaw) and setting file permissions when creating it.
Assessment
This skill appears to do what it says: a local coordination DB managed by a small Python script. Before installing, verify you are comfortable with a writable SQLite file being created where you run the agent. Keep CLANKERHIVE_DB pointed to a user-only location (default ~/.openclaw/hive.db) so others cannot read the DB; if you change the path, set permissions (chmod 600). Review the included script if you want to confirm there are no network calls or additional behaviors in the truncated portion. Ensure python3 is trusted on the host and that multi-user systems don't place the DB in a world-readable directory.Like a lobster shell, security has layers — review code before you run it.
coordinationvk9721p67s3f5d2bawz6czxwbrh841vnkcronvk9721p67s3f5d2bawz6czxwbrh841vnklatestvk9721p67s3f5d2bawz6czxwbrh841vnkmulti-agentvk9721p67s3f5d2bawz6czxwbrh841vnksqlitevk9721p67s3f5d2bawz6czxwbrh841vnk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🐝 Clawdis
Binspython3
