cli

Automate Tambo project setup and component management via CLI commands.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/victor-teles/oh-my-query --skill cli-victor-teles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/victor-teles/oh-my-query/tree/main/.agents/skills/cli
Command: npx skills add https://github.com/victor-teles/oh-my-query --skill cli-victor-teles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates project setup and component management for Tambo-based workflows.

Core Features & Use Cases

  • Agent-friendly CLI for initializing projects, adding components, and browsing the component library
  • Non-interactive mode with clear exit codes and guidance for CI or scripted environments
  • Automatically updates AGENTS.md and maintains consistent documentation across projects

Quick Start

Initialize a new project with the agent-friendly CLI by running npx tambo init --api-key=sk_...

Frequently Asked Questions about cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Tambo project setup in a CI pipeline?

Automate Tambo project setup in CI by running the agent-friendly CLI in non-interactive mode with explicit exit codes. It supports initialization, component addition, and browsing tasks, automatically updating AGENTS.md to maintain consistent documentation across scripted environments.

Can I add Tambo components to an existing project without user input?

Yes, you can add Tambo components without user input by executing the CLI's add command. The CLI is designed for non-interactive operation, allowing automated component management and library browsing while providing clear exit codes for scripted execution.

Does the Tambo CLI require an interactive terminal to initialize a project?

No, the Tambo CLI does not require an interactive terminal to initialize a project. It explicitly supports non-interactive workflows by passing flags like the API key directly, making it suitable for automated agent workflows and scripting.

What is the best way to maintain AGENTS.md consistency when adding components programmatically?

The best way to maintain AGENTS.md consistency when adding components programmatically is using the Tambo CLI. It automatically updates AGENTS.md during component management operations, ensuring project documentation remains synchronized without manual intervention.

Are explicit exit codes available for Tambo project initialization in scripted environments?

Yes, explicit exit codes are available for Tambo project initialization and other commands. The CLI provides clear exit codes and guidance specifically for non-interactive operation, ensuring reliable execution and error handling within CI or scripted environments.