{
  "schemaVersion": "1.0",
  "item": {
    "slug": "elevenlabs-twilio-memory-bridge",
    "name": "Elevenlabs Twilio Memory Bridge",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/britrik/elevenlabs-twilio-memory-bridge",
    "canonicalUrl": "https://clawhub.ai/britrik/elevenlabs-twilio-memory-bridge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/elevenlabs-twilio-memory-bridge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-twilio-memory-bridge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "app.py",
      "manifest.json",
      "memory.py",
      "README.md",
      "requirements.txt",
      "SKILL.md"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/elevenlabs-twilio-memory-bridge"
    },
    "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/elevenlabs-twilio-memory-bridge",
    "agentPageUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge/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": "elevenlabs-twilio-memory-bridge",
        "body": "Personalization webhook service for ElevenLabs + Twilio voice agents with persistent caller memory."
      },
      {
        "title": "What It Does",
        "body": "When a call arrives on your Twilio number, ElevenLabs' native integration triggers this webhook. The bridge looks up the caller's history, loads long-term memory facts and daily context notes, combines them with a customizable soul/personality template, and returns everything as a system prompt override so your agent greets each caller with full context."
      },
      {
        "title": "Architecture",
        "body": "No audio proxying - ElevenLabs and Twilio handle media directly\nWebhook only - called once per inbound call to inject context\nFile-based persistence - JSON files in ./data/, zero external dependencies\nOpenClaw compatible - works with any OpenAI-compatible LLM endpoint"
      },
      {
        "title": "Endpoints",
        "body": "EndpointMethodPurpose/webhook/personalizePOSTElevenLabs calls this on inbound call/webhook/post-callPOSTOptional post-call cleanup/api/memory/{phone_hash}POSTAdd long-term fact about a caller/api/notesPOSTAdd global or caller-scoped context note/healthGETHealth check"
      },
      {
        "title": "Setup",
        "body": "Clone repo, pip install -r requirements.txt\nCopy .env.example to .env, fill in secrets\nConfigure ElevenLabs agent with Custom LLM pointing to your OpenClaw instance\nEnable system prompt + first message overrides in agent Security settings\nAdd webhook URL https://your-domain/webhook/personalize in ElevenLabs settings\nImport Twilio number in ElevenLabs dashboard\nRun: uvicorn app:app --host 0.0.0.0 --port 8000"
      },
      {
        "title": "Required Environment Variables",
        "body": "ELEVENLABS_API_KEY - scoped ElevenLabs key\nELEVENLABS_AGENT_ID - your agent ID\nOPENCLAW_API_BASE_URL - your OpenClaw instance URL\nPUBLIC_BASE_URL - publicly reachable URL of this service"
      },
      {
        "title": "Security",
        "body": "All caller phone numbers are SHA-256 hashed before storage/logging\nSecrets loaded exclusively from environment variables\nOptional HMAC webhook signature verification\nSafe for public GitHub repos, no secrets in source"
      }
    ],
    "body": "elevenlabs-twilio-memory-bridge\n\nPersonalization webhook service for ElevenLabs + Twilio voice agents with persistent caller memory.\n\nWhat It Does\n\nWhen a call arrives on your Twilio number, ElevenLabs' native integration triggers this webhook. The bridge looks up the caller's history, loads long-term memory facts and daily context notes, combines them with a customizable soul/personality template, and returns everything as a system prompt override so your agent greets each caller with full context.\n\nArchitecture\nNo audio proxying - ElevenLabs and Twilio handle media directly\nWebhook only - called once per inbound call to inject context\nFile-based persistence - JSON files in ./data/, zero external dependencies\nOpenClaw compatible - works with any OpenAI-compatible LLM endpoint\nEndpoints\nEndpoint\tMethod\tPurpose\n/webhook/personalize\tPOST\tElevenLabs calls this on inbound call\n/webhook/post-call\tPOST\tOptional post-call cleanup\n/api/memory/{phone_hash}\tPOST\tAdd long-term fact about a caller\n/api/notes\tPOST\tAdd global or caller-scoped context note\n/health\tGET\tHealth check\nSetup\nClone repo, pip install -r requirements.txt\nCopy .env.example to .env, fill in secrets\nConfigure ElevenLabs agent with Custom LLM pointing to your OpenClaw instance\nEnable system prompt + first message overrides in agent Security settings\nAdd webhook URL https://your-domain/webhook/personalize in ElevenLabs settings\nImport Twilio number in ElevenLabs dashboard\nRun: uvicorn app:app --host 0.0.0.0 --port 8000\nRequired Environment Variables\nELEVENLABS_API_KEY - scoped ElevenLabs key\nELEVENLABS_AGENT_ID - your agent ID\nOPENCLAW_API_BASE_URL - your OpenClaw instance URL\nPUBLIC_BASE_URL - publicly reachable URL of this service\nSecurity\nAll caller phone numbers are SHA-256 hashed before storage/logging\nSecrets loaded exclusively from environment variables\nOptional HMAC webhook signature verification\nSafe for public GitHub repos, no secrets in source"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/britrik/elevenlabs-twilio-memory-bridge",
    "publisherUrl": "https://clawhub.ai/britrik/elevenlabs-twilio-memory-bridge",
    "owner": "britrik",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge",
    "downloadUrl": "https://openagent3.xyz/downloads/elevenlabs-twilio-memory-bridge",
    "agentUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elevenlabs-twilio-memory-bridge/agent.md"
  }
}