← 返回
未分类 中文

Box

Manage Box files, folders, collaborations, shared links, metadata, and enterprise content workflows via the Box API. Use this skill when users want to browse...
通过 Box API 管理文件、文件夹、协作、共享链接、元数据及企业内容工作流。当用户想要浏览…时使用此技能。
hith3sh hith3sh 来源
未分类 clawhub v1.0.6 2 版本 99934.6 Key: 无需
★ 6
Stars
📥 1,407
下载
💾 1
安装
2
版本
#latest

概述

Box

!Box

Access Box via the Box API with managed OAuth authentication. Browse files, inspect metadata, manage sharing and collaboration, and coordinate file workflows from chat.

This skill uses ClawLink for hosted connection flows and credentials so you do not need to configure Box API access yourself.

Setup in 3 Steps

Step 1: InstallStep 2: Pair AccountStep 3: Connect Box
:---::---::---:
!Install!PairApp-specific connection GIF coming soon
Run the install command in OpenClawSign in and approve the deviceOpen the dashboard and connect Box

How It Works

┌─────────────────┐     ┌──────────────┐     ┌──────────────────┐
│   OpenClaw      │────▶│   ClawLink   │────▶│     Box API        │
│   (User Chat)   │     │   (OAuth)    │     │   (Files) │
└─────────────────┘     └──────────────┘     └──────────────────┘
          │                       │                       │
          │  1. Install Plugin    │                       │
          │  2. Pair Device       │                       │
          │  3. Connect Box      │                       │
          │                       │  4. Secure Token      │
          │                       │  5. Proxy Requests    │
          │                       │                       │
          ▼                       ▼                       ▼
    ┌──────────┐           ┌──────────┐           ┌──────────┐
    │  SKILL   │           │ Dashboard│           │  Box     │
    │  File    │           │ Auth     │           │ Web App │
    └──────────┘           └──────────┘           └──────────┘

Install

Install the verified ClawLink plugin from ClawHub. After the user confirms, complete the full setup so ClawLink tools are visible in the next OpenClaw chat.

openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restart

Then tell the user: "OpenClaw has been restarted. Send /new as a standalone message to start a fresh chat, then ask for Box again."

Quick Start

# List integrations
clawlink_list_integrations

# List Box tools
clawlink_list_tools --integration box

# Search for a specific tool
clawlink_search_tools --query "file" --integration box

Authentication

All Box tool calls are authenticated automatically by ClawLink using the user's connected Box account.

No API key is required in chat. ClawLink stores the OAuth token securely and injects it into every Box API request on the user's behalf.

Getting Connected

  1. Install the ClawLink plugin (see Install above).
  2. Pair the plugin with clawlink_begin_pairing if it is not configured yet.
  3. Open https://claw-link.dev/dashboard?add=box and connect Box.
  4. Call clawlink_list_integrations to verify the connection is active.

Connection Management

List Connections

clawlink_list_integrations

Response: Returns all connected integrations. Look for box in the list.

Verify Connection

clawlink_list_tools --integration box

Response: Returns the live tool catalog for Box.

Reconnect

If Box tools are missing or the connection shows an error:

  1. Direct the user to https://claw-link.dev/dashboard?add=box
  2. After they confirm, call clawlink_list_integrations to verify
  3. Then call clawlink_list_tools --integration box

Discovery Workflow

  1. Call clawlink_list_integrations to confirm Box is connected.
  2. Call clawlink_list_tools --integration box to see the live catalog.
  3. Treat the returned list as the source of truth. Do not guess or assume what tools exist.
  4. If the user describes a capability but the exact tool is unclear, call clawlink_search_tools with a short query and integration box.
  5. If no Box tools appear, direct the user to https://claw-link.dev/dashboard?add=box.

Execution Workflow

┌─────────────────────────────────────────────────────────────┐
│  READ OPERATIONS (Safe)                                     │
│  list → get → search → describe → call                      │
│                                                             │
│  Example: List files → Get metadata → Show results │
└─────────────────────────────────────────────────────────────┘
                               │
                               ▼
┌─────────────────────────────────────────────────────────────┐
│  WRITE OPERATIONS (Require Confirmation)                    │
│  list → get → describe → preview → confirm → call           │
│                                                             │
│  Example: Describe tool → Preview changes → User approves   │
│           → Execute update                                  │
└─────────────────────────────────────────────────────────────┘
  1. For unfamiliar tools, ambiguous requests, or any write action, call clawlink_describe_tool first.
  2. Use the returned guidance, schema, whenToUse, askBefore, safeDefaults, examples, and followups to shape the call.
  3. Prefer read, list, search, and get operations before writes when that reduces ambiguity.
  4. For writes or anything marked as requiring confirmation, call clawlink_preview_tool first.
  5. Execute with clawlink_call_tool. Pass confirmation only after the preview matches the user's intent.
  6. If the tool call fails, report the real error. Do not invent results or restate the failure as a missing capability unless the live catalog supports that conclusion.

Tool Reference

Files& Folders

ToolDescriptionMode
-------------------------
box_list_folderList items in a folderRead
box_get_fileGet file metadata and detailsRead
box_create_folderCreate a new folderWrite
box_upload_fileUpload a file to BoxWrite
box_copy_fileCopy a file to another folderWrite
box_move_fileMove a file to another folderWrite
box_delete_filePermanently delete a fileWrite
box_download_fileDownload a file from BoxRead

Sharing & Collaborations

ToolDescriptionMode
-------------------------
box_create_collaborationAdd a collaborator to a file or folderWrite
box_delete_collaborationRemove a collaboratorWrite
box_add_shared_link_to_fileAdd a shared link to a fileWrite
box_add_shared_link_to_folderAdd a shared link to a folderWrite
box_get_file_collaboratorsList collaborators on a fileRead

Metadata& Templates

ToolDescriptionMode
-------------------------
box_create_metadata_templateCreate a metadata templateWrite
box_create_metadata_instance_on_fileApply metadata to a fileWrite
box_create_metadata_instance_on_folderApply metadata to a folderWrite
box_get_metadata_templateGet metadata template detailsRead

Box Sign (Signature Requests)

ToolDescriptionMode
-------------------------
box_create_box_sign_requestCreate a signature requestWrite
box_cancel_box_sign_requestCancel a pending signature requestWrite
box_get_sign_requestGet signature request statusRead

Users& Groups

ToolDescriptionMode
-------------------------
box_list_usersList enterprise usersRead
box_create_userCreate a new managed userWrite
box_create_groupCreate a new groupWrite
box_add_user_to_groupAdd a user to a groupWrite

Retention & Legal Hold

ToolDescriptionMode
-------------------------
box_create_retention_policyCreate a retention policyWrite
box_assign_retention_policyAssign a retention policyWrite
box_create_legal_hold_policyCreate a legal hold policyWrite
box_assign_legal_hold_policyAssign a legal hold policyWrite

AI (Box AI Studio)

ToolDescriptionMode
-------------------------
box_ask_questionAsk questions about Box files using AIRead
box_create_ai_agentCreate a custom AI agentWrite

Code Examples

List folder items

clawlink_call_tool --tool "box_list_folder" \
  --params '{
    "folder_id": "0",
    "limit": 20
  }'

Get file metadata

clawlink_call_tool --tool "box_get_file" \
  --params '{
    "file_id": "123456789"
  }'

Create a folder

clawlink_call_tool --tool "box_create_folder" \
  --params '{
    "name": "New Project Folder",
    "parent_folder_id": "0"
  }'

Create a collaboration

clawlink_call_tool --tool "box_create_collaboration" \
  --params '{
    "item": {
      "type": "file",
      "id": "123456789"
    },
    "accessible_by": {
      "type": "user",
      "email": "collaborator@example.com"
    },
    "role": "viewer"
  }'

Security & Permissions

  • Access is scoped to the connected Box account's permissions and enterprise policies.
  • All write operations require explicit user confirmation. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
  • Destructive actions (deleting files, folders, users) are marked as high-impact and must be confirmed.
  • Collaboration changes affect external user access; confirm before adding or removing collaborators.
  • Legal hold and retention policy operations require appropriate admin permissions.

Notes

  • Folder ID "0" refers to the root (All Files) folder.
  • File IDs and folder IDs are distinct namespaces in Box.
  • Shared links can be configured with different access levels (open, company, collaborators).
  • Some enterprise features (classifications, legal hold, retention) require specific Box plans.

Error Handling

Status / ErrorMeaning
-------------------------
Tool not foundThe tool name does not exist in the current catalog. Verify with clawlink_list_tools --integration box.
Missing connectionBox is not connected. Direct the user to https://claw-link.dev/dashboard?add=box.
ItemNotFoundFile or folder does not exist. Check the ID.
ConflictA file or folder with that name already exists in the target location.
AccessDeniedNo permission to access this resource. Verify account permissions.
Write rejectedUser did not confirm a write action. Always confirm before executing writes.

Troubleshooting: Tools Not Visible

  1. Check that the ClawLink plugin is installed:

```bash

openclaw plugins list

```

  1. If the plugin is installed but tools are missing, tell the user to send /new as a standalone message to reload the catalog.
  2. If a fresh chat does not help, run:

```bash

openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json

openclaw gateway restart

```

  1. After restart, tell the user to send /new again and retry.

Troubleshooting: Invalid Tool Call

  1. Ensure the integration slug is exactly box.
  2. Use clawlink_describe_tool to verify parameter names and types before calling.
  3. For write operations, always call clawlink_preview_tool first.

Resources

  • Box Developer Documentation
  • Box API Reference
  • ClawLink: https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=box-files
  • ClawLink Docs: https://docs.claw-link.dev/openclaw
  • ClawLink Verification: https://claw-link.dev/verify

Powered by ClawLink — an integration hub for OpenClaw

!ClawLink Logo

版本历史

共 2 个版本

  • v1.0.6 当前
    2026-06-09 16:18 安全 安全
  • v0.1.0
    2026-05-08 04:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,041
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 79 📥 38,069
dev-programming

GitHub

hith3sh
通过 GitHub REST 和GraphQL API 与仓库、议题、拉取请求、提交、分支、发布和工作流进行交互。在需要时使用此技能。
★ 6 📥 1,958