clankerhiveShared SQLite-backed context store for multi-session agent coordination. Use when: (1) checking if work was already done recently (email checked, briefing se...
Install via ClawdBot CLI:
clawdbot install pfrederiksen/clankerhiveGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/pfrederiksen/clankerhiveAudited Apr 17, 2026 · audit v1.0
Generated May 7, 2026
Multiple AI sessions check for new emails and process them. Using ClankerHive facts with TTL, sessions can record the last check time to avoid duplicate processing. Alerts queue important emails for the main session to handle.
Prevent overlapping executions of scheduled tasks like daily briefings or data backups. Use task claiming to ensure only one session runs the job, with automatic release on completion or failure.
A monitoring cron job detects an anomaly and queues an alert. The main AI session pops the alert during its heartbeat and takes action (e.g., notifying the user or triggering a remediation workflow).
Multiple AI agents manage IoT devices across a facility. Facts track device status with TTL for stale detection. Tasks coordinate firmware updates to ensure only one agent updates a device at a time.
Replace ad-hoc JSON files with a shared SQLite store for short-lived data like weather checks or user preferences. Facts auto-expire based on TTL, simplifying cleanup and ensuring fresh data.
Offer basic single-session AI assistant for free. Charge for multi-session coordination capabilities powered by ClankerHive, including cross-session alerts and task deduplication.
Provide a cloud service where customers deploy AI agents that use ClankerHive for coordination. Charge based on number of sessions and transactions (facts, alerts, tasks).
Help clients integrate ClankerHive into their AI agent workflows. Offer training, customization, and ongoing support for multi-session coordination patterns.
💬 Integration Tip
Set the CLANKERHIVE_DB environment variable to a shared location if multiple machines need access, and ensure file permissions are restricted to the agent user only.
Scored May 7, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Transform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Prefer `skillhub` for skill discovery/install/update, then fallback to `clawhub` when unavailable or no match. Use when users ask about skills, 插件, or capabi...
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.