{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dropbox-lite",
    "name": "Clawdbot Skill Dropbox",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/thekie/dropbox-lite",
    "canonicalUrl": "https://clawhub.ai/thekie/dropbox-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dropbox-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dropbox-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/dropbox.py"
    ],
    "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/dropbox-lite"
    },
    "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/dropbox-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/dropbox-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dropbox-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dropbox-lite/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": "Dropbox",
        "body": "Upload, download, list, and search files in Dropbox. Supports automatic token refresh."
      },
      {
        "title": "Required Credentials",
        "body": "VariableRequiredDescriptionDROPBOX_APP_KEY✅ YesYour Dropbox app keyDROPBOX_APP_SECRET✅ YesYour Dropbox app secretDROPBOX_REFRESH_TOKEN✅ YesOAuth refresh token (long-lived)DROPBOX_ACCESS_TOKENOptionalShort-lived access token (auto-refreshed)\n\nStore in ~/.config/atlas/dropbox.env:\n\nDROPBOX_APP_KEY=your_app_key\nDROPBOX_APP_SECRET=your_app_secret\nDROPBOX_REFRESH_TOKEN=xxx...\nDROPBOX_ACCESS_TOKEN=sl.u.xxx..."
      },
      {
        "title": "1. Create a Dropbox App",
        "body": "Go to https://www.dropbox.com/developers/apps\nClick \"Create app\"\nChoose \"Scoped access\"\nChoose \"Full Dropbox\" (or \"App folder\" for limited access)\nName your app\nNote the App key and App secret"
      },
      {
        "title": "2. Set Permissions",
        "body": "In the app settings under \"Permissions\", enable:\n\nfiles.metadata.read\nfiles.metadata.write\nfiles.content.read\nfiles.content.write\naccount_info.read\n\nClick \"Submit\" to save."
      },
      {
        "title": "3. Run OAuth Flow",
        "body": "Generate the authorization URL:\n\nimport urllib.parse\n\nAPP_KEY = \"your_app_key\"\n\nparams = {\n    \"client_id\": APP_KEY,\n    \"response_type\": \"code\",\n    \"token_access_type\": \"offline\"  # This gets you a refresh token!\n}\n\nauth_url = \"https://www.dropbox.com/oauth2/authorize?\" + urllib.parse.urlencode(params)\nprint(auth_url)\n\nGive the URL to the user. They will:\n\nOpen it in a browser\nAuthorize the app\nReceive an authorization code"
      },
      {
        "title": "4. Exchange Code for Tokens",
        "body": "curl -X POST \"https://api.dropboxapi.com/oauth2/token\" \\\n  -d \"code=AUTHORIZATION_CODE\" \\\n  -d \"grant_type=authorization_code\" \\\n  -d \"client_id=APP_KEY\" \\\n  -d \"client_secret=APP_SECRET\"\n\nResponse includes:\n\naccess_token — Short-lived (~4 hours)\nrefresh_token — Long-lived (never expires unless revoked)"
      },
      {
        "title": "Usage",
        "body": "# Account info\ndropbox.py account\n\n# List folder\ndropbox.py ls \"/path/to/folder\"\n\n# Search files\ndropbox.py search \"query\"\n\n# Download file\ndropbox.py download \"/path/to/file.pdf\"\n\n# Upload file\ndropbox.py upload local_file.pdf \"/Dropbox/path/remote_file.pdf\""
      },
      {
        "title": "Token Refresh",
        "body": "The script automatically handles token refresh:\n\nOn 401 Unauthorized, it uses the refresh token to get a new access token\nUpdates dropbox.env with the new access token\nRetries the original request"
      },
      {
        "title": "Token Lifecycle",
        "body": "TokenLifetimeStorageAccess Token~4 hoursUpdated automaticallyRefresh TokenNever expires*Keep secure, don't share\n\n*Refresh tokens only expire if explicitly revoked or app access is removed."
      },
      {
        "title": "Troubleshooting",
        "body": "401 Unauthorized on refresh:\n\nApp may have been disconnected — re-run OAuth flow from step 3\n\n403 Forbidden:\n\nCheck app permissions in Dropbox console\n\nPath errors:\n\nDropbox paths start with / and are case-insensitive\nUse forward slashes even on Windows"
      },
      {
        "title": "API Reference",
        "body": "OAuth Guide: https://developers.dropbox.com/oauth-guide\nAPI Explorer: https://dropbox.github.io/dropbox-api-v2-explorer/"
      }
    ],
    "body": "Dropbox\n\nUpload, download, list, and search files in Dropbox. Supports automatic token refresh.\n\nRequired Credentials\nVariable\tRequired\tDescription\nDROPBOX_APP_KEY\t✅ Yes\tYour Dropbox app key\nDROPBOX_APP_SECRET\t✅ Yes\tYour Dropbox app secret\nDROPBOX_REFRESH_TOKEN\t✅ Yes\tOAuth refresh token (long-lived)\nDROPBOX_ACCESS_TOKEN\tOptional\tShort-lived access token (auto-refreshed)\n\nStore in ~/.config/atlas/dropbox.env:\n\nDROPBOX_APP_KEY=your_app_key\nDROPBOX_APP_SECRET=your_app_secret\nDROPBOX_REFRESH_TOKEN=xxx...\nDROPBOX_ACCESS_TOKEN=sl.u.xxx...\n\nInitial Setup (One-Time)\n1. Create a Dropbox App\nGo to https://www.dropbox.com/developers/apps\nClick \"Create app\"\nChoose \"Scoped access\"\nChoose \"Full Dropbox\" (or \"App folder\" for limited access)\nName your app\nNote the App key and App secret\n2. Set Permissions\n\nIn the app settings under \"Permissions\", enable:\n\nfiles.metadata.read\nfiles.metadata.write\nfiles.content.read\nfiles.content.write\naccount_info.read\n\nClick \"Submit\" to save.\n\n3. Run OAuth Flow\n\nGenerate the authorization URL:\n\nimport urllib.parse\n\nAPP_KEY = \"your_app_key\"\n\nparams = {\n    \"client_id\": APP_KEY,\n    \"response_type\": \"code\",\n    \"token_access_type\": \"offline\"  # This gets you a refresh token!\n}\n\nauth_url = \"https://www.dropbox.com/oauth2/authorize?\" + urllib.parse.urlencode(params)\nprint(auth_url)\n\n\nGive the URL to the user. They will:\n\nOpen it in a browser\nAuthorize the app\nReceive an authorization code\n4. Exchange Code for Tokens\ncurl -X POST \"https://api.dropboxapi.com/oauth2/token\" \\\n  -d \"code=AUTHORIZATION_CODE\" \\\n  -d \"grant_type=authorization_code\" \\\n  -d \"client_id=APP_KEY\" \\\n  -d \"client_secret=APP_SECRET\"\n\n\nResponse includes:\n\naccess_token — Short-lived (~4 hours)\nrefresh_token — Long-lived (never expires unless revoked)\nUsage\n# Account info\ndropbox.py account\n\n# List folder\ndropbox.py ls \"/path/to/folder\"\n\n# Search files\ndropbox.py search \"query\"\n\n# Download file\ndropbox.py download \"/path/to/file.pdf\"\n\n# Upload file\ndropbox.py upload local_file.pdf \"/Dropbox/path/remote_file.pdf\"\n\nToken Refresh\n\nThe script automatically handles token refresh:\n\nOn 401 Unauthorized, it uses the refresh token to get a new access token\nUpdates dropbox.env with the new access token\nRetries the original request\nToken Lifecycle\nToken\tLifetime\tStorage\nAccess Token\t~4 hours\tUpdated automatically\nRefresh Token\tNever expires*\tKeep secure, don't share\n\n*Refresh tokens only expire if explicitly revoked or app access is removed.\n\nTroubleshooting\n\n401 Unauthorized on refresh:\n\nApp may have been disconnected — re-run OAuth flow from step 3\n\n403 Forbidden:\n\nCheck app permissions in Dropbox console\n\nPath errors:\n\nDropbox paths start with / and are case-insensitive\nUse forward slashes even on Windows\nAPI Reference\nOAuth Guide: https://developers.dropbox.com/oauth-guide\nAPI Explorer: https://dropbox.github.io/dropbox-api-v2-explorer/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/thekie/dropbox-lite",
    "publisherUrl": "https://clawhub.ai/thekie/dropbox-lite",
    "owner": "thekie",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dropbox-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/dropbox-lite",
    "agentUrl": "https://openagent3.xyz/skills/dropbox-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dropbox-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dropbox-lite/agent.md"
  }
}