{
  "schemaVersion": "1.0",
  "item": {
    "slug": "box-automation",
    "name": "Box Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sohamganatra/box-automation",
    "canonicalUrl": "https://clawhub.ai/sohamganatra/box-automation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/box-automation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=box-automation",
    "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",
      "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/box-automation"
    },
    "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/box-automation",
    "agentPageUrl": "https://openagent3.xyz/skills/box-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/box-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/box-automation/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": "Box Automation via Rube MCP",
        "body": "Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit."
      },
      {
        "title": "Prerequisites",
        "body": "Rube MCP must be connected (RUBE_SEARCH_TOOLS available)\nActive Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box\nAlways call RUBE_SEARCH_TOOLS first to get current tool schemas"
      },
      {
        "title": "Setup",
        "body": "Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.\n\nVerify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds\nCall RUBE_MANAGE_CONNECTIONS with toolkit box\nIf connection is not ACTIVE, follow the returned auth link to complete Box OAuth\nConfirm connection status shows ACTIVE before running any workflows"
      },
      {
        "title": "1. Upload and Download Files",
        "body": "When to use: User wants to upload files to Box or download files from it\n\nTool sequence:\n\nBOX_SEARCH_FOR_CONTENT - Find the target folder if path is unknown [Prerequisite]\nBOX_GET_FOLDER_INFORMATION - Verify folder exists and get folder_id [Prerequisite]\nBOX_LIST_ITEMS_IN_FOLDER - Browse folder contents and discover file IDs [Optional]\nBOX_UPLOAD_FILE - Upload a file to a specific folder [Required for upload]\nBOX_DOWNLOAD_FILE - Download a file by file_id [Required for download]\nBOX_CREATE_ZIP_DOWNLOAD - Bundle multiple files/folders into a zip [Optional]\n\nKey parameters:\n\nparent_id: Folder ID for upload destination (use \"0\" for root folder)\nfile: FileUploadable object with s3key, mimetype, and name for uploads\nfile_id: Unique file identifier for downloads\nversion: Optional file version ID for downloading specific versions\nfields: Comma-separated list of attributes to return\n\nPitfalls:\n\nUploading to a folder with existing filenames can trigger conflict behavior; decide overwrite vs rename semantics\nFiles over 50MB should use chunk upload APIs (not available via standard tools)\nThe attributes part of upload must come before the file part or you get HTTP 400 with metadata_after_file_contents\nFile IDs and folder IDs are numeric strings extractable from Box web app URLs (e.g., https://*.app.box.com/files/123 gives file_id \"123\")"
      },
      {
        "title": "2. Search and Browse Content",
        "body": "When to use: User wants to find files, folders, or web links by name, content, or metadata\n\nTool sequence:\n\nBOX_SEARCH_FOR_CONTENT - Full-text search across files, folders, and web links [Required]\nBOX_LIST_ITEMS_IN_FOLDER - Browse contents of a specific folder [Optional]\nBOX_GET_FILE_INFORMATION - Get detailed metadata for a specific file [Optional]\nBOX_GET_FOLDER_INFORMATION - Get detailed metadata for a specific folder [Optional]\nBOX_QUERY_FILES_FOLDERS_BY_METADATA - Search by metadata template values [Optional]\nBOX_LIST_RECENTLY_ACCESSED_ITEMS - List recently accessed items [Optional]\n\nKey parameters:\n\nquery: Search string supporting operators (\"\" exact match, AND, OR, NOT - uppercase only)\ntype: Filter by \"file\", \"folder\", or \"web_link\"\nancestor_folder_ids: Limit search to specific folders (comma-separated IDs)\nfile_extensions: Filter by file type (comma-separated, no dots)\ncontent_types: Search in \"name\", \"description\", \"file_content\", \"comments\", \"tags\"\ncreated_at_range / updated_at_range: Date filters as comma-separated RFC3339 timestamps\nlimit: Results per page (default 30)\noffset: Pagination offset (max 10000)\nfolder_id: For LIST_ITEMS_IN_FOLDER (use \"0\" for root)\n\nPitfalls:\n\nQueries with offset > 10000 are rejected with HTTP 400\nBOX_SEARCH_FOR_CONTENT requires either query or mdfilters parameter\nMisconfigured filters can silently omit expected items; validate with small test queries first\nBoolean operators (AND, OR, NOT) must be uppercase\nBOX_LIST_ITEMS_IN_FOLDER requires pagination via marker or offset/usemarker; partial listings are common\nStandard folders sort items by type first (folders before files before web links)"
      },
      {
        "title": "3. Manage Folders",
        "body": "When to use: User wants to create, update, move, copy, or delete folders\n\nTool sequence:\n\nBOX_GET_FOLDER_INFORMATION - Verify folder exists and check permissions [Prerequisite]\nBOX_CREATE_FOLDER - Create a new folder [Required for create]\nBOX_UPDATE_FOLDER - Rename, move, or update folder settings [Required for update]\nBOX_COPY_FOLDER - Copy a folder to a new location [Optional]\nBOX_DELETE_FOLDER - Move folder to trash [Required for delete]\nBOX_PERMANENTLY_REMOVE_FOLDER - Permanently delete a trashed folder [Optional]\n\nKey parameters:\n\nname: Folder name (no /, \\, trailing spaces, or ./..)\nparent__id: Parent folder ID (use \"0\" for root)\nfolder_id: Target folder ID for operations\nparent.id: Destination folder ID for moves via BOX_UPDATE_FOLDER\nrecursive: Set true to delete non-empty folders\nshared_link: Object with access, password, permissions for creating shared links on folders\ndescription, tags: Optional metadata fields\n\nPitfalls:\n\nBOX_DELETE_FOLDER moves to trash by default; use BOX_PERMANENTLY_REMOVE_FOLDER for permanent deletion\nNon-empty folders require recursive: true for deletion\nRoot folder (ID \"0\") cannot be copied or deleted\nFolder names cannot contain /, \\, non-printable ASCII, or trailing spaces\nMoving folders requires setting parent.id via BOX_UPDATE_FOLDER"
      },
      {
        "title": "4. Share Files and Manage Collaborations",
        "body": "When to use: User wants to share files, manage access, or handle collaborations\n\nTool sequence:\n\nBOX_GET_FILE_INFORMATION - Get file details and current sharing status [Prerequisite]\nBOX_LIST_FILE_COLLABORATIONS - List who has access to a file [Required]\nBOX_UPDATE_COLLABORATION - Change access level or accept/reject invitations [Required]\nBOX_GET_COLLABORATION - Get details of a specific collaboration [Optional]\nBOX_UPDATE_FILE - Create shared links, lock files, or update permissions [Optional]\nBOX_UPDATE_FOLDER - Create shared links on folders [Optional]\n\nKey parameters:\n\ncollaboration_id: Unique collaboration identifier\nrole: Access level (\"editor\", \"viewer\", \"co-owner\", \"owner\", \"previewer\", \"uploader\", \"viewer uploader\", \"previewer uploader\")\nstatus: \"accepted\", \"pending\", or \"rejected\" for collaboration invites\nfile_id: File to share or manage\nlock__access: Set to \"lock\" to lock a file\npermissions__can__download: \"company\" or \"open\" for download permissions\n\nPitfalls:\n\nOnly certain roles can invite collaborators; insufficient permissions cause authorization errors\ncan_view_path increases load time for the invitee's \"All Files\" page; limit to 1000 per user\nCollaboration expiration requires enterprise admin settings to be enabled\nNested parameter names use double underscores (e.g., lock__access, parent__id)"
      },
      {
        "title": "5. Box Sign Requests",
        "body": "When to use: User wants to manage document signature requests\n\nTool sequence:\n\nBOX_LIST_BOX_SIGN_REQUESTS - List all signature requests [Required]\nBOX_GET_BOX_SIGN_REQUEST_BY_ID - Get details of a specific sign request [Optional]\nBOX_CANCEL_BOX_SIGN_REQUEST - Cancel a pending sign request [Optional]\n\nKey parameters:\n\nsign_request_id: UUID of the sign request\nshared_requests: Set true to include requests where user is a collaborator (not owner)\nsenders: Filter by sender emails (requires shared_requests: true)\nlimit / marker: Pagination parameters\n\nPitfalls:\n\nRequires Box Sign to be enabled for the enterprise account\nDeleted sign files or parent folders cause requests to not appear in listings\nOnly the creator can cancel a sign request\nSign request statuses include: converting, created, sent, viewed, signed, declined, cancelled, expired, error_converting, error_sending"
      },
      {
        "title": "ID Resolution",
        "body": "Box uses numeric string IDs for all entities:\n\nRoot folder: Always ID \"0\"\nFile ID from URL: https://*.app.box.com/files/123 gives file_id \"123\"\nFolder ID from URL: https://*.app.box.com/folder/123 gives folder_id \"123\"\nSearch to ID: Use BOX_SEARCH_FOR_CONTENT to find items, then extract IDs from results\nETag: Use if_match with file's ETag for safe concurrent delete operations"
      },
      {
        "title": "Pagination",
        "body": "Box supports two pagination methods:\n\nOffset-based: Use offset + limit (max offset 10000)\nMarker-based: Set usemarker: true and follow marker from responses (preferred for large datasets)\nAlways paginate to completion to avoid partial results"
      },
      {
        "title": "Nested Parameters",
        "body": "Box tools use double underscore notation for nested objects:\n\nparent__id for parent folder reference\nlock__access, lock__expires__at, lock__is__download__prevented for file locks\npermissions__can__download for download permissions"
      },
      {
        "title": "ID Formats",
        "body": "All IDs are numeric strings (e.g., \"123456\", not integers)\nRoot folder is always \"0\"\nFile and folder IDs can be extracted from Box web app URLs"
      },
      {
        "title": "Rate Limits",
        "body": "Box API has per-endpoint rate limits\nSearch and list operations should use pagination responsibly\nBulk operations should include delays between requests"
      },
      {
        "title": "Parameter Quirks",
        "body": "fields parameter changes response shape: when specified, only mini representation + requested fields are returned\nSearch requires either query or mdfilters; both are optional individually but one must be present\nBOX_UPDATE_FILE with lock set to null removes the lock (raw API only)\nMetadata query from field format: enterprise_{enterprise_id}.templateKey or global.templateKey"
      },
      {
        "title": "Permissions",
        "body": "Deletions fail without sufficient permissions; always handle error responses\nCollaboration roles determine what operations are allowed\nEnterprise settings may restrict certain sharing options"
      },
      {
        "title": "Quick Reference",
        "body": "TaskTool SlugKey ParamsSearch contentBOX_SEARCH_FOR_CONTENTquery, type, ancestor_folder_idsList folder itemsBOX_LIST_ITEMS_IN_FOLDERfolder_id, limit, markerGet file infoBOX_GET_FILE_INFORMATIONfile_id, fieldsGet folder infoBOX_GET_FOLDER_INFORMATIONfolder_id, fieldsUpload fileBOX_UPLOAD_FILEfile, parent_idDownload fileBOX_DOWNLOAD_FILEfile_idCreate folderBOX_CREATE_FOLDERname, parent__idUpdate folderBOX_UPDATE_FOLDERfolder_id, name, parentCopy folderBOX_COPY_FOLDERfolder_id, parent__idDelete folderBOX_DELETE_FOLDERfolder_id, recursivePermanently delete folderBOX_PERMANENTLY_REMOVE_FOLDERfolder_idUpdate fileBOX_UPDATE_FILEfile_id, name, parent__idDelete fileBOX_DELETE_FILEfile_id, if_matchList collaborationsBOX_LIST_FILE_COLLABORATIONSfile_idUpdate collaborationBOX_UPDATE_COLLABORATIONcollaboration_id, roleGet collaborationBOX_GET_COLLABORATIONcollaboration_idQuery by metadataBOX_QUERY_FILES_FOLDERS_BY_METADATAfrom, ancestor_folder_id, queryList collectionsBOX_LIST_ALL_COLLECTIONS(none)List collection itemsBOX_LIST_COLLECTION_ITEMScollection_idList sign requestsBOX_LIST_BOX_SIGN_REQUESTSlimit, markerGet sign requestBOX_GET_BOX_SIGN_REQUEST_BY_IDsign_request_idCancel sign requestBOX_CANCEL_BOX_SIGN_REQUESTsign_request_idRecent itemsBOX_LIST_RECENTLY_ACCESSED_ITEMS(none)Create zip downloadBOX_CREATE_ZIP_DOWNLOADitem IDs"
      }
    ],
    "body": "Box Automation via Rube MCP\n\nAutomate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit.\n\nPrerequisites\nRube MCP must be connected (RUBE_SEARCH_TOOLS available)\nActive Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box\nAlways call RUBE_SEARCH_TOOLS first to get current tool schemas\nSetup\n\nGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.\n\nVerify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds\nCall RUBE_MANAGE_CONNECTIONS with toolkit box\nIf connection is not ACTIVE, follow the returned auth link to complete Box OAuth\nConfirm connection status shows ACTIVE before running any workflows\nCore Workflows\n1. Upload and Download Files\n\nWhen to use: User wants to upload files to Box or download files from it\n\nTool sequence:\n\nBOX_SEARCH_FOR_CONTENT - Find the target folder if path is unknown [Prerequisite]\nBOX_GET_FOLDER_INFORMATION - Verify folder exists and get folder_id [Prerequisite]\nBOX_LIST_ITEMS_IN_FOLDER - Browse folder contents and discover file IDs [Optional]\nBOX_UPLOAD_FILE - Upload a file to a specific folder [Required for upload]\nBOX_DOWNLOAD_FILE - Download a file by file_id [Required for download]\nBOX_CREATE_ZIP_DOWNLOAD - Bundle multiple files/folders into a zip [Optional]\n\nKey parameters:\n\nparent_id: Folder ID for upload destination (use \"0\" for root folder)\nfile: FileUploadable object with s3key, mimetype, and name for uploads\nfile_id: Unique file identifier for downloads\nversion: Optional file version ID for downloading specific versions\nfields: Comma-separated list of attributes to return\n\nPitfalls:\n\nUploading to a folder with existing filenames can trigger conflict behavior; decide overwrite vs rename semantics\nFiles over 50MB should use chunk upload APIs (not available via standard tools)\nThe attributes part of upload must come before the file part or you get HTTP 400 with metadata_after_file_contents\nFile IDs and folder IDs are numeric strings extractable from Box web app URLs (e.g., https://*.app.box.com/files/123 gives file_id \"123\")\n2. Search and Browse Content\n\nWhen to use: User wants to find files, folders, or web links by name, content, or metadata\n\nTool sequence:\n\nBOX_SEARCH_FOR_CONTENT - Full-text search across files, folders, and web links [Required]\nBOX_LIST_ITEMS_IN_FOLDER - Browse contents of a specific folder [Optional]\nBOX_GET_FILE_INFORMATION - Get detailed metadata for a specific file [Optional]\nBOX_GET_FOLDER_INFORMATION - Get detailed metadata for a specific folder [Optional]\nBOX_QUERY_FILES_FOLDERS_BY_METADATA - Search by metadata template values [Optional]\nBOX_LIST_RECENTLY_ACCESSED_ITEMS - List recently accessed items [Optional]\n\nKey parameters:\n\nquery: Search string supporting operators (\"\" exact match, AND, OR, NOT - uppercase only)\ntype: Filter by \"file\", \"folder\", or \"web_link\"\nancestor_folder_ids: Limit search to specific folders (comma-separated IDs)\nfile_extensions: Filter by file type (comma-separated, no dots)\ncontent_types: Search in \"name\", \"description\", \"file_content\", \"comments\", \"tags\"\ncreated_at_range / updated_at_range: Date filters as comma-separated RFC3339 timestamps\nlimit: Results per page (default 30)\noffset: Pagination offset (max 10000)\nfolder_id: For LIST_ITEMS_IN_FOLDER (use \"0\" for root)\n\nPitfalls:\n\nQueries with offset > 10000 are rejected with HTTP 400\nBOX_SEARCH_FOR_CONTENT requires either query or mdfilters parameter\nMisconfigured filters can silently omit expected items; validate with small test queries first\nBoolean operators (AND, OR, NOT) must be uppercase\nBOX_LIST_ITEMS_IN_FOLDER requires pagination via marker or offset/usemarker; partial listings are common\nStandard folders sort items by type first (folders before files before web links)\n3. Manage Folders\n\nWhen to use: User wants to create, update, move, copy, or delete folders\n\nTool sequence:\n\nBOX_GET_FOLDER_INFORMATION - Verify folder exists and check permissions [Prerequisite]\nBOX_CREATE_FOLDER - Create a new folder [Required for create]\nBOX_UPDATE_FOLDER - Rename, move, or update folder settings [Required for update]\nBOX_COPY_FOLDER - Copy a folder to a new location [Optional]\nBOX_DELETE_FOLDER - Move folder to trash [Required for delete]\nBOX_PERMANENTLY_REMOVE_FOLDER - Permanently delete a trashed folder [Optional]\n\nKey parameters:\n\nname: Folder name (no /, \\, trailing spaces, or ./..)\nparent__id: Parent folder ID (use \"0\" for root)\nfolder_id: Target folder ID for operations\nparent.id: Destination folder ID for moves via BOX_UPDATE_FOLDER\nrecursive: Set true to delete non-empty folders\nshared_link: Object with access, password, permissions for creating shared links on folders\ndescription, tags: Optional metadata fields\n\nPitfalls:\n\nBOX_DELETE_FOLDER moves to trash by default; use BOX_PERMANENTLY_REMOVE_FOLDER for permanent deletion\nNon-empty folders require recursive: true for deletion\nRoot folder (ID \"0\") cannot be copied or deleted\nFolder names cannot contain /, \\, non-printable ASCII, or trailing spaces\nMoving folders requires setting parent.id via BOX_UPDATE_FOLDER\n4. Share Files and Manage Collaborations\n\nWhen to use: User wants to share files, manage access, or handle collaborations\n\nTool sequence:\n\nBOX_GET_FILE_INFORMATION - Get file details and current sharing status [Prerequisite]\nBOX_LIST_FILE_COLLABORATIONS - List who has access to a file [Required]\nBOX_UPDATE_COLLABORATION - Change access level or accept/reject invitations [Required]\nBOX_GET_COLLABORATION - Get details of a specific collaboration [Optional]\nBOX_UPDATE_FILE - Create shared links, lock files, or update permissions [Optional]\nBOX_UPDATE_FOLDER - Create shared links on folders [Optional]\n\nKey parameters:\n\ncollaboration_id: Unique collaboration identifier\nrole: Access level (\"editor\", \"viewer\", \"co-owner\", \"owner\", \"previewer\", \"uploader\", \"viewer uploader\", \"previewer uploader\")\nstatus: \"accepted\", \"pending\", or \"rejected\" for collaboration invites\nfile_id: File to share or manage\nlock__access: Set to \"lock\" to lock a file\npermissions__can__download: \"company\" or \"open\" for download permissions\n\nPitfalls:\n\nOnly certain roles can invite collaborators; insufficient permissions cause authorization errors\ncan_view_path increases load time for the invitee's \"All Files\" page; limit to 1000 per user\nCollaboration expiration requires enterprise admin settings to be enabled\nNested parameter names use double underscores (e.g., lock__access, parent__id)\n5. Box Sign Requests\n\nWhen to use: User wants to manage document signature requests\n\nTool sequence:\n\nBOX_LIST_BOX_SIGN_REQUESTS - List all signature requests [Required]\nBOX_GET_BOX_SIGN_REQUEST_BY_ID - Get details of a specific sign request [Optional]\nBOX_CANCEL_BOX_SIGN_REQUEST - Cancel a pending sign request [Optional]\n\nKey parameters:\n\nsign_request_id: UUID of the sign request\nshared_requests: Set true to include requests where user is a collaborator (not owner)\nsenders: Filter by sender emails (requires shared_requests: true)\nlimit / marker: Pagination parameters\n\nPitfalls:\n\nRequires Box Sign to be enabled for the enterprise account\nDeleted sign files or parent folders cause requests to not appear in listings\nOnly the creator can cancel a sign request\nSign request statuses include: converting, created, sent, viewed, signed, declined, cancelled, expired, error_converting, error_sending\nCommon Patterns\nID Resolution\n\nBox uses numeric string IDs for all entities:\n\nRoot folder: Always ID \"0\"\nFile ID from URL: https://*.app.box.com/files/123 gives file_id \"123\"\nFolder ID from URL: https://*.app.box.com/folder/123 gives folder_id \"123\"\nSearch to ID: Use BOX_SEARCH_FOR_CONTENT to find items, then extract IDs from results\nETag: Use if_match with file's ETag for safe concurrent delete operations\nPagination\n\nBox supports two pagination methods:\n\nOffset-based: Use offset + limit (max offset 10000)\nMarker-based: Set usemarker: true and follow marker from responses (preferred for large datasets)\nAlways paginate to completion to avoid partial results\nNested Parameters\n\nBox tools use double underscore notation for nested objects:\n\nparent__id for parent folder reference\nlock__access, lock__expires__at, lock__is__download__prevented for file locks\npermissions__can__download for download permissions\nKnown Pitfalls\nID Formats\nAll IDs are numeric strings (e.g., \"123456\", not integers)\nRoot folder is always \"0\"\nFile and folder IDs can be extracted from Box web app URLs\nRate Limits\nBox API has per-endpoint rate limits\nSearch and list operations should use pagination responsibly\nBulk operations should include delays between requests\nParameter Quirks\nfields parameter changes response shape: when specified, only mini representation + requested fields are returned\nSearch requires either query or mdfilters; both are optional individually but one must be present\nBOX_UPDATE_FILE with lock set to null removes the lock (raw API only)\nMetadata query from field format: enterprise_{enterprise_id}.templateKey or global.templateKey\nPermissions\nDeletions fail without sufficient permissions; always handle error responses\nCollaboration roles determine what operations are allowed\nEnterprise settings may restrict certain sharing options\nQuick Reference\nTask\tTool Slug\tKey Params\nSearch content\tBOX_SEARCH_FOR_CONTENT\tquery, type, ancestor_folder_ids\nList folder items\tBOX_LIST_ITEMS_IN_FOLDER\tfolder_id, limit, marker\nGet file info\tBOX_GET_FILE_INFORMATION\tfile_id, fields\nGet folder info\tBOX_GET_FOLDER_INFORMATION\tfolder_id, fields\nUpload file\tBOX_UPLOAD_FILE\tfile, parent_id\nDownload file\tBOX_DOWNLOAD_FILE\tfile_id\nCreate folder\tBOX_CREATE_FOLDER\tname, parent__id\nUpdate folder\tBOX_UPDATE_FOLDER\tfolder_id, name, parent\nCopy folder\tBOX_COPY_FOLDER\tfolder_id, parent__id\nDelete folder\tBOX_DELETE_FOLDER\tfolder_id, recursive\nPermanently delete folder\tBOX_PERMANENTLY_REMOVE_FOLDER\tfolder_id\nUpdate file\tBOX_UPDATE_FILE\tfile_id, name, parent__id\nDelete file\tBOX_DELETE_FILE\tfile_id, if_match\nList collaborations\tBOX_LIST_FILE_COLLABORATIONS\tfile_id\nUpdate collaboration\tBOX_UPDATE_COLLABORATION\tcollaboration_id, role\nGet collaboration\tBOX_GET_COLLABORATION\tcollaboration_id\nQuery by metadata\tBOX_QUERY_FILES_FOLDERS_BY_METADATA\tfrom, ancestor_folder_id, query\nList collections\tBOX_LIST_ALL_COLLECTIONS\t(none)\nList collection items\tBOX_LIST_COLLECTION_ITEMS\tcollection_id\nList sign requests\tBOX_LIST_BOX_SIGN_REQUESTS\tlimit, marker\nGet sign request\tBOX_GET_BOX_SIGN_REQUEST_BY_ID\tsign_request_id\nCancel sign request\tBOX_CANCEL_BOX_SIGN_REQUEST\tsign_request_id\nRecent items\tBOX_LIST_RECENTLY_ACCESSED_ITEMS\t(none)\nCreate zip download\tBOX_CREATE_ZIP_DOWNLOAD\titem IDs"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sohamganatra/box-automation",
    "publisherUrl": "https://clawhub.ai/sohamganatra/box-automation",
    "owner": "sohamganatra",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/box-automation",
    "downloadUrl": "https://openagent3.xyz/downloads/box-automation",
    "agentUrl": "https://openagent3.xyz/skills/box-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/box-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/box-automation/agent.md"
  }
}