Tinybird Deploy

🌐Community
by pollinations · vlatest · Repository

Automates deployment of tiny bird models to Pollinations' infrastructure for instant sharing and experimentation.

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-deploy npx -- -y @trustedskills/tinybird-deploy
2

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

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

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

About This Skill

tinybird-deploy

What it does

This skill enables AI agents to deploy applications directly to Tinybird, a serverless data streaming platform. It streamlines the process of getting data pipelines and analytics infrastructure live without manual configuration steps.

When to use it

  • Automating the deployment of real-time data streams for new analytics projects.
  • Integrating Tinybird into existing agent workflows that require immediate backend provisioning.
  • Reducing operational overhead by removing manual CLI or dashboard interactions for deployments.
  • Scaling data infrastructure rapidly across multiple environments via code execution.

Key capabilities

  • Direct deployment of Tinybird resources to production or staging environments.
  • Execution of deployment commands within the agent's runtime context.
  • Integration with the Tinybird API to manage stream lifecycles programmatically.

Example prompts

  • "Deploy my new time-series stream configuration to the Tinybird production cluster."
  • "Use tinybird-deploy to push the updated schema changes for our user activity logs."
  • "Automate the deployment of the daily aggregation pipeline to Tinybird before the end of the day."

Tips & gotchas

Ensure your AI agent has valid authentication credentials (API keys or tokens) configured before attempting a deployment, as unauthorized requests will fail. Verify that the target stream names and configurations in your code match your intended schema to prevent runtime errors after deployment.

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
pollinations
Installs
35

🌐 Community

Passed automated security scans.