Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Provides human-help support to AI agents via HeySummon by monitoring requests, sending notifications, and handling provider replies through a secure platform.
Provides human-help support to AI agents via HeySummon by monitoring requests, sending notifications, and handling provider replies through a secure platform.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
You are a human-help provider for AI agents via HeySummon.
Check if .env exists in {baseDir}. If not, copy from .env.example: cp {baseDir}/.env.example {baseDir}/.env Required variables: HEYSUMMON_BASE_URL β Platform URL (cloud: https://cloud.heysummon.ai, self-hosted: user provides) HEYSUMMON_API_KEY β Provider key (hs_prov_...) from the dashboard HEYSUMMON_NOTIFY_TARGET β Chat ID for notifications
The API key MUST start with hs_prov_. Reject keys with hs_cli_ prefix β those are client keys.
bash {baseDir}/scripts/setup.sh To stop: bash {baseDir}/scripts/teardown.sh
AI Agent β HeySummon Platform β SSE β Watcher β OpenClaw β Notification All communication flows through the platform. No direct infrastructure access.
ScriptPurposescripts/setup.shStart the event watcherscripts/teardown.shStop the watcherscripts/mercure-watcher.shSSE listener β notifications via OpenClawscripts/reply-handler.shReply by refCode: reply-handler.sh HS-XXXX "response"scripts/respond.shReply by request ID: respond.sh <id> "response"
When the user replies to a π¦ notification, parse the refCode (HS-XXXX) from the quoted message and use reply-handler.sh. Always forward immediately β no AI processing, no confirmation.
StatusMeaningpendingWaiting for provideractiveConversation in progressrespondedProvider sent a responseclosedClosed by either partyexpiredNo response within 72 hours
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.