← Back to Skills Marketplace
bjwswang

TabTab Skill

by TabTabAI · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tabtab
Description
Use TabTab to run AI-powered tasks in a sandboxed multi-agent environment. Supported capabilities: - General agent: open-ended tasks, writing, research, summ...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tabtab
  3. After installation, invoke the skill by name or use /tabtab
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tabtab
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install TabTab Skill?

Run "/install tabtab" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TabTab Skill free?

Yes, TabTab Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TabTab Skill support?

TabTab Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TabTab Skill?

It is built and maintained by TabTabAI (@bjwswang); the current version is v1.0.4.

💬 Comments