cli — AIエージェントスキル music-expo-demo, community, AIエージェントスキル, ide skills, for Cursor, APIキー, プロジェクト設定, コンポーネント管理, cli AI agent skill, cli for Claude Code

v1.0.0

このスキルについて

AI Coding Agents Tambo CLI は、プロジェクト設定とコンポーネント管理をサポートする AI エージェント スキルです

機能

プロジェクト設定
コンポーネント管理
CLI サポート
API キー サポート

# Core Topics

tambo-ai tambo-ai
[12]
[10]
Updated: 3/31/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
45
Canonical Locale
en
Detected Body Locale
en

AI Coding Agents Tambo CLI は、プロジェクト設定とコンポーネント管理をサポートする AI エージェント スキルです

このスキルを使用する理由

Empowers agents to initialize projects, add components, and manage workflows efficiently using the Tambo CLI, supporting non-interactive environments and providing guidance through exit codes and stderr output, while utilizing APIs and handling dependency conflicts with options like --legacy-peer-deps.

おすすめ

AI Coding Agents

実現可能なユースケース for cli

API
message-thread-full
CI/CD

! セキュリティと制限

  • API
  • Tambo CLI
  • Tambo CLI

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is cli?

AI Coding Agents Tambo CLI は、プロジェクト設定とコンポーネント管理をサポートする AI エージェント スキルです

How do I install cli?

Run the command: npx killer-skills add tambo-ai/music-expo-demo/cli. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for cli?

Key use cases include: API, message-thread-full, CI/CD.

Which IDEs are compatible with cli?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for cli?

API. Tambo CLI. Tambo CLI.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tambo-ai/music-expo-demo/cli. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use cli immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

cli

Install cli, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Tambo CLI

Agent-friendly CLI for project setup and component management.

Quick Start

bash
1npx tambo init --api-key=sk_... # Initialize with API key 2npx tambo add message-thread-full --yes # Add a component 3npx tambo create-app my-app --template=standard # New app from template

Non-Interactive Mode

The CLI detects non-interactive environments and returns guidance instead of hanging:

bash
1# In CI or piped environments, this returns guidance (exit 2) instead of prompting 2npx tambo init 3# Error: Project name required. 4# Run one of: 5# tambo init --project-name=myapp # Create new project 6# tambo init --project-id=abc123 # Use existing project

Detection Logic

Non-interactive when ANY of these are true:

  • process.stdin.isTTY is false (piped input)
  • process.stdout.isTTY is false (piped output)
  • CI environment variable is set
  • GITHUB_ACTIONS=true

Override with FORCE_INTERACTIVE=1 (requires real TTY).

Exit Codes

CodeMeaning
0Success
1Error (network, invalid args, etc.)
2User action required - check stderr for exact command

Commands for Agents

Initialize Project

bash
1# Option 1: Direct API key (simplest for agents) 2npx tambo init --api-key=sk_... 3 4# Option 2: Create new project (requires prior auth) 5npx tambo init --project-name=myapp 6 7# Option 3: Use existing project 8npx tambo init --project-id=abc123 9 10# Skip all prompts with defaults 11npx tambo init --yes --project-name=myapp

Add Components

bash
1npx tambo add form --yes # Skip confirmation 2npx tambo add form graph --yes # Multiple components 3npx tambo add form --prefix=src/components # Custom directory 4npx tambo add form --dry-run # Preview changes 5npx tambo add form --legacy-peer-deps # For dependency conflicts

Component Library

Browse and preview all components at ui.tambo.co.

Available Components

ComponentDescription
message-thread-fullComplete message thread with all content and interactions
message-thread-panelMessage thread in a side panel or modal context
message-thread-collapsibleMessage threads that can be expanded or collapsed
messageIndividual messages with markdown support
message-inputComposes and sends messages in a conversation
message-suggestionsAI-generated suggestions to help users compose responses
control-barControls and actions in the interface
input-fieldsReusable input fields with styles and validation
graphVisualizes graph-based data structures
formCollects user input with validation support
mapInteractive map with clustering and heatmap support
canvas-spaceDisplays rendered components from chat messages
thread-historyChronological history of a conversation thread
thread-dropdownDropdown menu for collapsible chat threads
thread-contentDisplays messages within a thread
scrollable-message-containerContainer that auto-scrolls to new messages
edit-with-tambo-buttonInline AI editor button for interactable components
elicitation-uiMCP elicitation UI for user input requests
mcp-componentsMCP prompt and resource picker buttons

What You Get

Each component includes:

  • Source code copied to your project (not a dependency)
  • Tambo integration pre-configured with hooks
  • Styling via Tailwind CSS (customizable)
  • TypeScript with full type definitions

Example: Full Chat Interface

bash
1npx tambo add message-thread-full control-bar --yes

This adds a complete chat UI with:

  • Message history display
  • AI-generated component rendering
  • Input bar with send button
  • Streaming status indicators

List Components (No Prompts)

bash
1npx tambo list --yes

Create New App

bash
1npx tambo create-app my-app --template=standard

Authentication

bash
1npx tambo auth login --no-browser # Prints URL instead of opening browser 2npx tambo auth status # Check current auth (no prompts)

Full Setup (One Command)

bash
1npx tambo full-send # Complete setup with components

Agent Docs

The CLI auto-creates/updates AGENTS.md with Tambo documentation:

bash
1npx tambo add form --yes # Also updates AGENTS.md

The generated section includes CLI commands formatted for non-interactive use.

Key Flags Summary

FlagCommandsPurpose
--yes, -yinit, add, listSkip all prompts
--api-keyinitDirect API key input
--project-nameinitCreate new project
--project-idinitUse existing project
--no-browserauth loginOutput URL instead of opening
--dry-runaddPreview without installing
--prefixadd, listCustom component directory

関連スキル

Looking for an alternative to cli or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者