← 返回 Skills 市场
bjwswang

TabTab Skill

作者 TabTabAI · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install tabtab
功能描述
Use TabTab to run AI-powered tasks in a sandboxed multi-agent environment. Supported capabilities: - General agent: open-ended tasks, writing, research, summ...
安全使用建议
This skill appears to do what it says, but take these precautions before installing/using: 1) Verify the TabTab domain (default https://tabtabai.com) is the legitimate service you expect; if you set TABTAB_BASE_URL, point it only at a trusted instance. 2) Protect your API key: avoid committing scripts/env to source control; follow the script's chmod 600 suggestion, or use your OS secret manager rather than a plain file. 3) Review any files you upload (they are sent to the TabTab service). Don't upload sensitive secrets or private keys unless you trust the service. 4) Ensure required tools (curl, jq, stat) come from trusted packages on your system. 5) The scripts write temporary files under /tmp and expect a skill directory layout; adapt the .gitignore suggestion to your repo structure if needed. If you want additional assurance, inspect network traffic (or run in a restricted environment) to confirm the scripts only talk to the expected API endpoints.
功能分析
Type: OpenClaw Skill Name: tabtab Version: 1.0.4 The 'tabtab' skill is a legitimate integration for the TabTab AI platform (tabtabai.com), providing a suite of shell scripts to manage remote multi-agent tasks. The skill includes scripts for authentication testing (hello.sh), file uploads (upload-files.sh), task creation (create-task.sh), and result retrieval (download.sh). It demonstrates good security practices, such as recommending restrictive file permissions (chmod 600) for secret storage, using arrays in curl commands to prevent shell injection, and performing client-side validation of file types and sizes before upload. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (TabTab multi-agent platform) matches the provided scripts and runtime instructions. Required environment variables (TABTAB_API_KEY and optional TABTAB_BASE_URL) and declared dependencies (curl, jq, stat) align with the scripted REST calls and file uploads.
Instruction Scope
Runtime instructions and the scripts limit themselves to: sourcing a local scripts/env file, reading user-supplied files for upload, hitting the TabTab API endpoints, and writing temporary output (e.g., /tmp). They do not access unrelated system credentials, other services, or unexpected network endpoints.
Install Mechanism
No install spec is present (instruction-only with helper scripts). That is low-risk: nothing is downloaded or extracted from remote URLs and no additional packages are installed by the skill itself.
Credentials
The only required secret is TABTAB_API_KEY (with optional TABTAB_BASE_URL). This is proportional for a REST API client. The skill does recommend storing the key in a local scripts/env file (sourced by the scripts), which is functionally reasonable but should be handled securely by the user.
Persistence & Privilege
always:false and normal model invocation settings. The skill does not request persistent platform-level privileges or alter other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tabtab
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tabtab 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
TabTab Skill 1.0.4 Changelog - Expanded the description to clearly list supported capabilities, including general agent tasks, data analysis, web scraping, chart and slide generation, database Q&A, and more. - Added new metadata categories for data analysis, research, and scraping. - No code or script changes; update is limited to documentation and skill metadata.
v1.0.3
- Removed deprecated scripts: `scripts/run-task.sh` and `scripts/upload-file.sh`. - Simplified the installation and configuration instructions, emphasizing use of a `scripts/env` file for persistent, secure environment variable storage. - Updated requirements: removed `du` and `unzip` as dependencies; file upload now handled exclusively via `upload-files.sh`. - Clarified shell history security risks and usage recommendations. - Minor documentation clean-ups for accuracy and clarity.
v1.0.2
- Breaking change: file upload scripts (`upload-file.sh`, `upload-files.sh`) were removed; environment variable setup is now manual or via installer. - Added `scripts/env` for environment variable management and simple configuration. - SKILL.md instructions updated: users are now guided to export required variables in their shell, with option to use or skip the installer. - Dependency list updated to include `du` and `unzip`. - Security guidance clarified: installer manages API key securely, or advanced users can avoid writing the key to disk. - Documentation is clearer about required tools and environment setup.
v1.0.1
- Added metadata fields: required_env, optional_env, and dependencies to clarify environment variables and external tools needed (curl, jq, stat). - Improved skill documentation for environment configuration and clarified the setup process. - No functional changes to code or scripts in this version.
v1.0.0
TabTab Skill 1.0.0 — Initial Release - Provides integration with TabTab OpenPlatform API for task automation and management. - Includes secure environment variable setup for API key and base URL. - Supplies ready-to-use shell scripts for file uploads, task creation, status polling, and event log retrieval. - Supports file input workflows with validation for supported file types and size limits. - Covers key modes for task execution, including research, data analysis, and more.
元数据
Slug tabtab
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

TabTab Skill 是什么?

Use TabTab to run AI-powered tasks in a sandboxed multi-agent environment. Supported capabilities: - General agent: open-ended tasks, writing, research, summ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 TabTab Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tabtab」即可一键安装,无需额外配置。

TabTab Skill 是免费的吗?

是的,TabTab Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TabTab Skill 支持哪些平台?

TabTab Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TabTab Skill?

由 TabTabAI(@bjwswang)开发并维护,当前版本 v1.0.4。

💬 留言讨论