{
  "schemaVersion": "1.0",
  "item": {
    "slug": "heysummon",
    "name": "Hey summon",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/thomasansems/heysummon",
    "canonicalUrl": "https://clawhub.ai/thomasansems/heysummon",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/heysummon",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=heysummon",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/setup.sh",
      "scripts/auto-sync.sh",
      "scripts/check-status.sh",
      "scripts/platform-watcher.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/heysummon"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/heysummon",
    "agentPageUrl": "https://openagent3.xyz/skills/heysummon/agent",
    "manifestUrl": "https://openagent3.xyz/skills/heysummon/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/heysummon/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "HeySummon Consumer Skill",
        "body": "When you (an AI agent) get stuck, request help from a human expert via HeySummon.\n\nWhen someone requests help, the skill submits a request to the HeySummon platform. The platform matches it to a registered provider (human expert) who can assist. Users can say \"Hey summon John Doe to help\" or \"Hey summon a Python expert to help\". The skill then routes the request to the appropriate provider based on the registered providers in providers.json."
      },
      {
        "title": "Step 1: Configure Environment",
        "body": "Create .env in the skill directory with your HeySummon platform details:\n\nHEYSUMMON_BASE_URL=http://localhost:3445\nHEYSUMMON_API_KEY=hs_cli_your_key_here\nHEYSUMMON_NOTIFY_MODE=message\nHEYSUMMON_NOTIFY_TARGET=your_chat_id\n\nPlatform Options:\n\nSelf-hosted: Use your local/server URL (e.g., http://localhost:3445)\nCloud: Use https://cloud.heysummon.ai\n\nGet API Key:\n\nGo to your HeySummon dashboard\nNavigate to Users → Create user profile (or ask provider for client key)\nCreate a client key (starts with hs_cli_...)\n\n⚠️ Security: API keys starting with hs_prov_ are provider keys (not client keys). These will be rejected."
      },
      {
        "title": "Step 2: Register Provider(s)",
        "body": "bash scripts/add-provider.sh \"hs_cli_your_key\" \"FriendlyName\"\n\nThis fetches provider info from the platform and stores it locally. You can register multiple providers for routing.\n\nList registered providers:\n\nbash scripts/list-providers.sh"
      },
      {
        "title": "Step 3: Start Event Watcher",
        "body": "bash scripts/setup.sh\n\nThis starts a persistent SSE listener that connects to the platform's event stream (/api/v1/events/stream). You'll receive notifications when providers respond.\n\nTo stop:\n\nbash scripts/teardown.sh"
      },
      {
        "title": "Architecture",
        "body": "HeySummon Platform API (/api/v1/events/stream)\n           ↓\n    SSE Event Stream\n           ↓\n   Platform Watcher (pm2)\n           ↓\n   OpenClaw Notification\n           ↓\n        Your Chat\n\nAll communication flows through the platform API. E2E encryption is handled server-side."
      },
      {
        "title": "Scripts",
        "body": "ScriptPurposesetup.shStart the platform event watcher (pm2/nohup)teardown.shStop the watcherplatform-watcher.shSSE listener → sends notifications via OpenClawsubmit-request.shSubmit a help requestadd-provider.shRegister a providerlist-providers.shList registered providerscheck-status.shCheck request statuscrypto.mjsE2E encryption: keygen, encrypt, decryptauto-sync.shGit auto-sync (cron job)"
      },
      {
        "title": "Submit a Help Request",
        "body": "To a specific provider:\n\nbash scripts/submit-request.sh \"Your question\" '[{\"role\":\"user\",\"content\":\"context\"}]' \"ProviderName\"\n\nTo default provider (from .env):\n\nbash scripts/submit-request.sh \"Your question\" '[{\"role\":\"user\",\"content\":\"context\"}]'\n\nProvider routing: The script matches provider names case-insensitively from providers.json. If no match is found, it shows available providers and exits."
      },
      {
        "title": "Wait for Response",
        "body": "The platform watcher handles real-time notifications:\n\n🔑 Key exchange — provider connected\n📩 New message — provider responded\n🔒 Closed — conversation ended"
      },
      {
        "title": "Check Status (Fallback)",
        "body": "bash scripts/check-status.sh <REQUEST_ID>"
      },
      {
        "title": "When to Use",
        "body": "Use HeySummon when you are truly stuck:\n\nAmbiguous requirements needing clarification\nDomain expertise required\nBlocked by something you can't resolve autonomously"
      },
      {
        "title": "Request Statuses",
        "body": "StatusMeaningpendingWaiting for provider to acceptactiveKey exchange done — conversation in progressclosedClosed by either partyexpiredNo response within 72 hours"
      },
      {
        "title": "Environment Variables",
        "body": "VariableDefaultDescriptionHEYSUMMON_BASE_URLhttp://localhost:3445Platform API URLHEYSUMMON_API_KEY(required)Client API key (hs_cli_...)HEYSUMMON_NOTIFY_MODEmessageNotification mode: message or fileHEYSUMMON_NOTIFY_TARGET(required for message mode)Chat ID for notificationsHEYSUMMON_KEY_DIR{skill}/.keysDirectory for encryption keypairsHEYSUMMON_REQUESTS_DIR{skill}/.requestsDirectory for active request trackingHEYSUMMON_PROVIDERS_FILE{skill}/providers.jsonProvider registry file"
      },
      {
        "title": "Security",
        "body": "✅ API keys stored in .env (gitignored)\n✅ Keypairs stored in .keys/ (gitignored)\n✅ Providers stored in providers.json (gitignored)\n✅ All paths relative to skill directory\n✅ E2E encryption handled by platform\n✅ No hardcoded credentials in code\n\nNever commit:\n\n.env\nproviders.json\n.keys/ directory\n.requests/ directory"
      }
    ],
    "body": "HeySummon Consumer Skill\n\nWhen you (an AI agent) get stuck, request help from a human expert via HeySummon.\n\nWhen someone requests help, the skill submits a request to the HeySummon platform. The platform matches it to a registered provider (human expert) who can assist. Users can say \"Hey summon John Doe to help\" or \"Hey summon a Python expert to help\". The skill then routes the request to the appropriate provider based on the registered providers in providers.json.\n\nSetup\nStep 1: Configure Environment\n\nCreate .env in the skill directory with your HeySummon platform details:\n\nHEYSUMMON_BASE_URL=http://localhost:3445\nHEYSUMMON_API_KEY=hs_cli_your_key_here\nHEYSUMMON_NOTIFY_MODE=message\nHEYSUMMON_NOTIFY_TARGET=your_chat_id\n\n\nPlatform Options:\n\nSelf-hosted: Use your local/server URL (e.g., http://localhost:3445)\nCloud: Use https://cloud.heysummon.ai\n\nGet API Key:\n\nGo to your HeySummon dashboard\nNavigate to Users → Create user profile (or ask provider for client key)\nCreate a client key (starts with hs_cli_...)\n\n⚠️ Security: API keys starting with hs_prov_ are provider keys (not client keys). These will be rejected.\n\nStep 2: Register Provider(s)\nbash scripts/add-provider.sh \"hs_cli_your_key\" \"FriendlyName\"\n\n\nThis fetches provider info from the platform and stores it locally. You can register multiple providers for routing.\n\nList registered providers:\n\nbash scripts/list-providers.sh\n\nStep 3: Start Event Watcher\nbash scripts/setup.sh\n\n\nThis starts a persistent SSE listener that connects to the platform's event stream (/api/v1/events/stream). You'll receive notifications when providers respond.\n\nTo stop:\n\nbash scripts/teardown.sh\n\nArchitecture\nHeySummon Platform API (/api/v1/events/stream)\n           ↓\n    SSE Event Stream\n           ↓\n   Platform Watcher (pm2)\n           ↓\n   OpenClaw Notification\n           ↓\n        Your Chat\n\n\nAll communication flows through the platform API. E2E encryption is handled server-side.\n\nScripts\nScript\tPurpose\nsetup.sh\tStart the platform event watcher (pm2/nohup)\nteardown.sh\tStop the watcher\nplatform-watcher.sh\tSSE listener → sends notifications via OpenClaw\nsubmit-request.sh\tSubmit a help request\nadd-provider.sh\tRegister a provider\nlist-providers.sh\tList registered providers\ncheck-status.sh\tCheck request status\ncrypto.mjs\tE2E encryption: keygen, encrypt, decrypt\nauto-sync.sh\tGit auto-sync (cron job)\nUsage\nSubmit a Help Request\n\nTo a specific provider:\n\nbash scripts/submit-request.sh \"Your question\" '[{\"role\":\"user\",\"content\":\"context\"}]' \"ProviderName\"\n\n\nTo default provider (from .env):\n\nbash scripts/submit-request.sh \"Your question\" '[{\"role\":\"user\",\"content\":\"context\"}]'\n\n\nProvider routing: The script matches provider names case-insensitively from providers.json. If no match is found, it shows available providers and exits.\n\nWait for Response\n\nThe platform watcher handles real-time notifications:\n\n🔑 Key exchange — provider connected\n📩 New message — provider responded\n🔒 Closed — conversation ended\nCheck Status (Fallback)\nbash scripts/check-status.sh <REQUEST_ID>\n\nWhen to Use\n\nUse HeySummon when you are truly stuck:\n\nAmbiguous requirements needing clarification\nDomain expertise required\nBlocked by something you can't resolve autonomously\nRequest Statuses\nStatus\tMeaning\npending\tWaiting for provider to accept\nactive\tKey exchange done — conversation in progress\nclosed\tClosed by either party\nexpired\tNo response within 72 hours\nEnvironment Variables\nVariable\tDefault\tDescription\nHEYSUMMON_BASE_URL\thttp://localhost:3445\tPlatform API URL\nHEYSUMMON_API_KEY\t(required)\tClient API key (hs_cli_...)\nHEYSUMMON_NOTIFY_MODE\tmessage\tNotification mode: message or file\nHEYSUMMON_NOTIFY_TARGET\t(required for message mode)\tChat ID for notifications\nHEYSUMMON_KEY_DIR\t{skill}/.keys\tDirectory for encryption keypairs\nHEYSUMMON_REQUESTS_DIR\t{skill}/.requests\tDirectory for active request tracking\nHEYSUMMON_PROVIDERS_FILE\t{skill}/providers.json\tProvider registry file\nSecurity\n✅ API keys stored in .env (gitignored)\n✅ Keypairs stored in .keys/ (gitignored)\n✅ Providers stored in providers.json (gitignored)\n✅ All paths relative to skill directory\n✅ E2E encryption handled by platform\n✅ No hardcoded credentials in code\n\nNever commit:\n\n.env\nproviders.json\n.keys/ directory\n.requests/ directory"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/thomasansems/heysummon",
    "publisherUrl": "https://clawhub.ai/thomasansems/heysummon",
    "owner": "thomasansems",
    "version": "0.1.0-beta",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/heysummon",
    "downloadUrl": "https://openagent3.xyz/downloads/heysummon",
    "agentUrl": "https://openagent3.xyz/skills/heysummon/agent",
    "manifestUrl": "https://openagent3.xyz/skills/heysummon/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/heysummon/agent.md"
  }
}