{
  "schemaVersion": "1.0",
  "item": {
    "slug": "beeper",
    "name": "Beeper",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/KrauseFx/beeper",
    "canonicalUrl": "https://clawhub.ai/KrauseFx/beeper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/beeper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beeper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "beeper",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:01:22.793Z",
      "expiresAt": "2026-05-07T12:01:22.793Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beeper",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beeper",
        "contentDisposition": "attachment; filename=\"beeper-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "beeper"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/beeper"
    },
    "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/beeper",
    "agentPageUrl": "https://openagent3.xyz/skills/beeper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beeper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beeper/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Beeper CLI",
        "body": "Beeper is a universal chat app that unifies messages from WhatsApp, Telegram, Signal, iMessage, Discord, and more in a single inbox.\n\nThis skill provides read-only access to your local Beeper chat history. Browse threads, search messages, and extract conversation data."
      },
      {
        "title": "Requirements",
        "body": "Beeper Desktop app installed (provides the SQLite database)\nbeeper-cli binary on PATH"
      },
      {
        "title": "Database Path",
        "body": "The CLI auto-detects:\n\n~/Library/Application Support/BeeperTexts/index.db (macOS)\n~/Library/Application Support/Beeper/index.db (macOS)\n\nOverride with:\n\n--db /path/to/index.db\nBEEPER_DB=/path/to/index.db"
      },
      {
        "title": "List Threads",
        "body": "beeper-cli threads list --days 7 --limit 50 --json"
      },
      {
        "title": "Show Thread Details",
        "body": "beeper-cli threads show --id \"!abc123:beeper.local\" --json"
      },
      {
        "title": "List Messages in Thread",
        "body": "beeper-cli messages list --thread \"!abc123:beeper.local\" --limit 50 --json"
      },
      {
        "title": "Search Messages (Full-Text)",
        "body": "# Simple search\nbeeper-cli search 'invoice' --limit 20 --json\n\n# Phrase search\nbeeper-cli search '\"christmas party\"' --limit 20 --json\n\n# Proximity search\nbeeper-cli search 'party NEAR/5 christmas' --limit 20 --json\n\n# With context window (messages before/after match)\nbeeper-cli search 'meeting' --context 6 --window 60m --json"
      },
      {
        "title": "Database Info",
        "body": "beeper-cli db info --json"
      },
      {
        "title": "Notes",
        "body": "Read-only: This tool never sends messages\nJSON output: Always use --json for structured output agents can parse\nFTS5 search: Uses Beeper's built-in full-text index (FTS5) for fast search\nDM name resolution: Optionally resolves DM names via bridge databases (disable with --no-bridge)"
      },
      {
        "title": "Option 1: Go Install (recommended)",
        "body": "go install github.com/krausefx/beeper-cli/cmd/beeper-cli@latest"
      },
      {
        "title": "Option 2: Build from Source",
        "body": "git clone https://github.com/krausefx/beeper-cli.git\ncd beeper-cli\ngo build ./cmd/beeper-cli\n# Move beeper-cli to PATH, e.g., /usr/local/bin"
      },
      {
        "title": "Examples",
        "body": "Search for work-related messages from last week:\n\nbeeper-cli threads list --days 7 --json | jq '.threads[] | select(.name | contains(\"work\"))'\nbeeper-cli search 'project deadline' --limit 10 --json\n\nFind messages about invoices with context:\n\nbeeper-cli search 'invoice' --context 3 --json"
      }
    ],
    "body": "Beeper CLI\n\nBeeper is a universal chat app that unifies messages from WhatsApp, Telegram, Signal, iMessage, Discord, and more in a single inbox.\n\nThis skill provides read-only access to your local Beeper chat history. Browse threads, search messages, and extract conversation data.\n\nRequirements\nBeeper Desktop app installed (provides the SQLite database)\nbeeper-cli binary on PATH\nDatabase Path\n\nThe CLI auto-detects:\n\n~/Library/Application Support/BeeperTexts/index.db (macOS)\n~/Library/Application Support/Beeper/index.db (macOS)\n\nOverride with:\n\n--db /path/to/index.db\nBEEPER_DB=/path/to/index.db\nCommands\nList Threads\nbeeper-cli threads list --days 7 --limit 50 --json\n\nShow Thread Details\nbeeper-cli threads show --id \"!abc123:beeper.local\" --json\n\nList Messages in Thread\nbeeper-cli messages list --thread \"!abc123:beeper.local\" --limit 50 --json\n\nSearch Messages (Full-Text)\n# Simple search\nbeeper-cli search 'invoice' --limit 20 --json\n\n# Phrase search\nbeeper-cli search '\"christmas party\"' --limit 20 --json\n\n# Proximity search\nbeeper-cli search 'party NEAR/5 christmas' --limit 20 --json\n\n# With context window (messages before/after match)\nbeeper-cli search 'meeting' --context 6 --window 60m --json\n\nDatabase Info\nbeeper-cli db info --json\n\nNotes\nRead-only: This tool never sends messages\nJSON output: Always use --json for structured output agents can parse\nFTS5 search: Uses Beeper's built-in full-text index (FTS5) for fast search\nDM name resolution: Optionally resolves DM names via bridge databases (disable with --no-bridge)\nInstallation\nOption 1: Go Install (recommended)\ngo install github.com/krausefx/beeper-cli/cmd/beeper-cli@latest\n\nOption 2: Build from Source\ngit clone https://github.com/krausefx/beeper-cli.git\ncd beeper-cli\ngo build ./cmd/beeper-cli\n# Move beeper-cli to PATH, e.g., /usr/local/bin\n\nExamples\n\nSearch for work-related messages from last week:\n\nbeeper-cli threads list --days 7 --json | jq '.threads[] | select(.name | contains(\"work\"))'\nbeeper-cli search 'project deadline' --limit 10 --json\n\n\nFind messages about invoices with context:\n\nbeeper-cli search 'invoice' --context 3 --json"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/KrauseFx/beeper",
    "publisherUrl": "https://clawhub.ai/KrauseFx/beeper",
    "owner": "KrauseFx",
    "version": "0.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/beeper",
    "downloadUrl": "https://openagent3.xyz/downloads/beeper",
    "agentUrl": "https://openagent3.xyz/skills/beeper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beeper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beeper/agent.md"
  }
}