← 返回
AI智能 Key 中文

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.
通过HeySummon为AI代理提供人工帮助,监控请求、发送通知,并通过安全平台处理提供者回复。
thomasansems
AI智能 clawhub v0.1.0-beta 1 版本 99867.9 Key: 需要
★ 0
Stars
📥 756
下载
💾 21
安装
1
版本
#latest

概述

HeySummon Provider Skill

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

Setup

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

ScriptPurpose
-----------------
scripts/setup.shStart the event watcher
scripts/teardown.shStop the watcher
scripts/mercure-watcher.shSSE listener → notifications via OpenClaw
scripts/reply-handler.shReply by refCode: reply-handler.sh HS-XXXX "response"
scripts/respond.shReply by request ID: respond.sh "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

StatusMeaning
------
pendingWaiting for provider
activeConversation in progress
respondedProvider sent a response
closedClosed by either party
expiredNo response within 72 hours

版本历史

共 1 个版本

  • v0.1.0-beta 当前
    2026-03-30 06:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,901
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,527