Update Branch Name banner
giselles-ai giselles-ai

Update Branch Name

AI community intermediate

Description

Giselle is an open source AI for agentic workflows, enabling seamless human-AI collaboration.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

the AI agent studio powering product delivery



▶︎▶︎ [The YouTube video with audio can be found here](https://www.youtube.com/watch?v=g1siFWk0GNs) ◀︎◀︎

👋 Introduction

Giselle is an open source AI for agentic workflows, enabling seamless human-AI collaboration.

⚡ Quick Start

Get Giselle running locally in under 2 minutes:

# Clone the repository
git clone https://github.com/giselles-ai/giselle.git
cd giselle

# Install dependencies
pnpm install

# Create environment file
touch .env.local

# Add your API key (at least one required)
echo 'OPENAI_API_KEY="your_openai_api_key_here"' >> .env.local

# Start development server
pnpm turbo dev

Open [http://localhost:3000](http://localhost:3000) and start building your AI agents!

**Note**: You need at least one AI provider API key. Supported providers: OpenAI, Anthropic, Google AI.

✨ Features

                   

  • ⚡ GitHub AI Operations - Automates issues, PRs, and deployments with AI
  • 🎨 Visual Agent Builder - Create and modify agents in minutes using an intuitive drag-and-drop interface
  • 🤖 Multi-Model Composition - Leverage GPT, Claude, Gemini, and more—agents select the best model for each task

...