Tinybird Cli Guidelines

🏢Official
by tinybirdco · vlatest · Repository

Access and understand official tinybird CLI usage instructions and best practices directly within your AI workflow.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add tinybird-cli-guidelines npx -- -y @trustedskills/tinybird-cli-guidelines
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "tinybird-cli-guidelines": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tinybird-cli-guidelines"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to official guidelines and best practices for using the Tinybird CLI (tb). It helps users understand how to perform local development, deployments, data operations, and workspace management tasks with the command-line interface. The skill offers structured documentation covering various aspects of the tb tool, ensuring correct usage and efficient workflows.

When to use it

  • When running any tb (Tinybird CLI) command and needing clarification or examples.
  • During local development using Tinybird Local.
  • For building and deploying projects utilizing the Tinybird platform.
  • When performing data operations like appending, replacing, or deleting data within a Tinybird workspace.
  • To manage tokens and secrets securely through the CLI.

Key capabilities

  • Provides documentation for local development with Tinybird Local.
  • Offers guidance on building and deploying projects.
  • Explains how to perform data operations (append, replace, delete).
  • Covers management of tokens and secrets via the CLI.
  • Includes instructions for generating mock data.
  • Details the recommended CLI 4.0 workflow using tb build and tb deploy.

Example prompts

  • "How do I use the Tinybird CLI to append data?"
  • "What is the best practice for deploying a project with the Tinybird CLI?"
  • "Show me the guidelines for managing tokens with the tb CLI."
  • “Explain how tb build targets my development environment.”

Tips & gotchas

  • Always refer to the official documentation within this skill before using any tb command.
  • Use tb <command> --help to verify commands and flags – never invent your own.
  • The CLI 4.0 workflow recommends configuring dev_mode once, then utilizing plain tb build and tb deploy.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
tinybirdco
Installs
86

🏢 Official

Published by the company or team that built the technology.