{
  "schemaVersion": "1.0",
  "item": {
    "slug": "telegram-cloud-storage",
    "name": "Telegram Cloud Storage",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/oki3505F/telegram-cloud-storage",
    "canonicalUrl": "https://clawhub.ai/oki3505F/telegram-cloud-storage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/telegram-cloud-storage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telegram-cloud-storage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "config/config.template.toml",
      "scripts/client.py",
      "scripts/install_binary.sh",
      "scripts/manage.sh",
      "scripts/setup.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. 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",
      "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/telegram-cloud-storage"
    },
    "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/telegram-cloud-storage",
    "agentPageUrl": "https://openagent3.xyz/skills/telegram-cloud-storage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-cloud-storage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-cloud-storage/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": "Telegram Cloud Storage (Teldrive Edition)",
        "body": "This skill runs Teldrive, a powerful utility that organizes Telegram files and provides a high-speed API/UI for accessing them."
      },
      {
        "title": "Features",
        "body": "Unlimited Storage: Uses Telegram as a backend.\nHigh Performance: Written in Go, optimized for speed.\nUI & API: Includes a web interface and REST API.\nAI-Native Client: Includes client.py for agent-based file operations."
      },
      {
        "title": "Credits",
        "body": "This skill is a wrapper for Teldrive by divyam234. All credit for the core engine goes to the original authors."
      },
      {
        "title": "Requirements",
        "body": "PostgreSQL Database: Version 17+ recommended.\npgroonga Extension: Required for file search within Postgres.\nTelegram API: App ID and Hash from my.telegram.org."
      },
      {
        "title": "1. Database Setup",
        "body": "Ensure Postgres is running and the pgroonga extension is installed.\n\nCREATE DATABASE teldrive;\n\\c teldrive\nCREATE EXTENSION IF NOT EXISTS pgroonga;"
      },
      {
        "title": "2. Configure",
        "body": "Run the setup script to generate config/config.toml:\n\n./scripts/setup.sh"
      },
      {
        "title": "3. Start Server",
        "body": "./scripts/manage.sh start"
      },
      {
        "title": "Agent Usage",
        "body": "The skill includes a Python client for programmatic access."
      },
      {
        "title": "Environment Variables",
        "body": "TELDRIVE_TOKEN: Your JWT token (get this from the UI or config/token.txt after login).\nTELDRIVE_SESSION_HASH: Your Telegram session hash (found in the teldrive.sessions table)."
      },
      {
        "title": "Commands",
        "body": "# List files\npython3 scripts/client.py list /\n\n# Upload a file\npython3 scripts/client.py upload local_file.txt /remote/path\n\n# Download a file\npython3 scripts/client.py download <file_id> local_save_path"
      },
      {
        "title": "Directory Structure",
        "body": "bin/: Teldrive binary.\nconfig/: Configuration templates and generated config.\nscripts/: Setup, management, and client scripts.\nlogs/: Application logs."
      }
    ],
    "body": "Telegram Cloud Storage (Teldrive Edition)\n\nThis skill runs Teldrive, a powerful utility that organizes Telegram files and provides a high-speed API/UI for accessing them.\n\nFeatures\nUnlimited Storage: Uses Telegram as a backend.\nHigh Performance: Written in Go, optimized for speed.\nUI & API: Includes a web interface and REST API.\nAI-Native Client: Includes client.py for agent-based file operations.\nCredits\n\nThis skill is a wrapper for Teldrive by divyam234. All credit for the core engine goes to the original authors.\n\nRequirements\nPostgreSQL Database: Version 17+ recommended.\npgroonga Extension: Required for file search within Postgres.\nTelegram API: App ID and Hash from my.telegram.org.\nInstallation\n1. Database Setup\n\nEnsure Postgres is running and the pgroonga extension is installed.\n\nCREATE DATABASE teldrive;\n\\c teldrive\nCREATE EXTENSION IF NOT EXISTS pgroonga;\n\n2. Configure\n\nRun the setup script to generate config/config.toml:\n\n./scripts/setup.sh\n\n3. Start Server\n./scripts/manage.sh start\n\nAgent Usage\n\nThe skill includes a Python client for programmatic access.\n\nEnvironment Variables\nTELDRIVE_TOKEN: Your JWT token (get this from the UI or config/token.txt after login).\nTELDRIVE_SESSION_HASH: Your Telegram session hash (found in the teldrive.sessions table).\nCommands\n# List files\npython3 scripts/client.py list /\n\n# Upload a file\npython3 scripts/client.py upload local_file.txt /remote/path\n\n# Download a file\npython3 scripts/client.py download <file_id> local_save_path\n\nDirectory Structure\nbin/: Teldrive binary.\nconfig/: Configuration templates and generated config.\nscripts/: Setup, management, and client scripts.\nlogs/: Application logs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/oki3505F/telegram-cloud-storage",
    "publisherUrl": "https://clawhub.ai/oki3505F/telegram-cloud-storage",
    "owner": "oki3505F",
    "version": "1.8.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/telegram-cloud-storage",
    "downloadUrl": "https://openagent3.xyz/downloads/telegram-cloud-storage",
    "agentUrl": "https://openagent3.xyz/skills/telegram-cloud-storage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telegram-cloud-storage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telegram-cloud-storage/agent.md"
  }
}