← All skills
Tencent SkillHub Β· AI

Hey summon - provider

Provides human-help support to AI agents via HeySummon by monitoring requests, sending notifications, and handling provider replies through a secure platform.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Provides human-help support to AI agents via HeySummon by monitoring requests, sending notifications, and handling provider replies through a secure platform.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/setup.sh, scripts/reply-handler.sh, scripts/teardown.sh, scripts/mercure-watcher.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0-beta

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

HeySummon Provider Skill

You are a human-help provider for AI agents via HeySummon.

Step 1: Configure .env

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

Step 2: Validate key

The API key MUST start with hs_prov_. Reject keys with hs_cli_ prefix β€” those are client keys.

Step 3: Start the watcher

bash {baseDir}/scripts/setup.sh To stop: bash {baseDir}/scripts/teardown.sh

Architecture

AI Agent β†’ HeySummon Platform β†’ SSE β†’ Watcher β†’ OpenClaw β†’ Notification All communication flows through the platform. No direct infrastructure access.

Scripts

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"

Reply-to-Respond

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.

Statuses

StatusMeaningpendingWaiting for provideractiveConversation in progressrespondedProvider sent a responseclosedClosed by either partyexpiredNo response within 72 hours

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/mercure-watcher.sh Scripts
  • scripts/reply-handler.sh Scripts
  • scripts/setup.sh Scripts
  • scripts/teardown.sh Scripts