← 返回
未分类 Key 中文

clawbox agenitc file system

Use the ClawBox CLI to upload, download, organize, search, and share files on ClawBox (clawbox.ink) or a self-hosted ClawBox server. Trigger this skill when...
Use the ClawBox CLI to upload, download, organize, search, and share files on ClawBox (clawbox.ink) or a self-hosted ClawBox server. Trigger this skill when...
bennyoooo bennyoooo 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 349
下载
💾 0
安装
1
版本
#latest

概述

ClawBox

ClawBox — a cloud file system for agents with token-based auth, semantic search, folders, and file sharing.

Setup

If the CLI is not installed, run the setup script:

bash ClawBoxSkill/scripts/setup.sh

Or manually:

git clone https://github.com/Alfra-AI/clawbox.git
cd clawbox
pip install .
clawbox init

Commands

clawbox init                                 # Get a token from clawbox.ink
clawbox init --api-url http://localhost:8000  # Self-hosted server
clawbox config --show                        # View current config
clawbox upload <file>                        # Upload a file
clawbox upload <file> --path /docs/file.pdf  # Upload into a folder
clawbox download <file_id>                   # Download by ID
clawbox list                                 # List all files
clawbox list --folder /docs/ --recursive     # List folder contents
clawbox search "query"                       # Semantic search
clawbox embed <file_id>                      # Generate embeddings
clawbox embed --failed                       # Retry failed embeddings
clawbox delete <file_id>                     # Delete a file
clawbox status                               # Check server + token health

Workflow

  1. Check if clawbox is installed. If not, run the setup script.
  2. Run clawbox status to verify server connection and token.
  3. If no token, run clawbox init.
  4. Prefer non-destructive inspection before mutation: status, config --show, list.
  5. Ask before deletion unless the user explicitly requested it.
  6. Report key output after each operation: file id, download path, share link, etc.

Key details

  • Config: ~/.clawbox/config.json
  • Default server: https://clawbox.ink
  • Searchable formats: text, JSON, XML, PDF, Word, Excel, PowerPoint, CSV
  • Storage: 10 MB free (anonymous), 1 GB with Google login
  • Folders: virtual paths like /docs/reports/, created implicitly on upload

For detailed API reference, read ClawBoxSkill/references/api.md.

For self-hosting and deployment, read ClawBoxSkill/references/self-hosting.md.

For troubleshooting, read ClawBoxSkill/references/troubleshooting.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,444 📥 328,921
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,166 📥 940,108
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 867 📥 347,415