vibeflow-setup

Configure and verify a VibeFlow server URL and API key for Claude Code.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yinshucheng/vibeflow --skill vibeflow-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeflow-setup
Source: https://github.com/yinshucheng/vibeflow/tree/main/vibeflow-skills/vibeflow-setup
Command: npx skills add https://github.com/yinshucheng/vibeflow --skill vibeflow-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users configure a VibeFlow connection for Claude Code by guiding through server URL and API key setup and validating the connection to prevent 401/403 errors.

Core Features & Use Cases

  • Guided server URL and API key setup for first-time installations and troubleshooting.
  • Connection verification against the VibeFlow API to ensure a healthy integration.
  • Clear next steps and best practices for managing vibeflow skills.

Quick Start

Set VIBEFLOW_SERVER_URL and VIBEFLOW_API_KEY in your shell profile, then verify the connection using the VibeFlow state API.

Frequently Asked Questions about vibeflow-setup

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

FAQPage Schema
How do I configure the VibeFlow server URL and API key for Claude Code?

To configure VibeFlow, set the VIBEFLOW_SERVER_URL and VIBEFLOW_API_KEY environment variables in your shell profile. This guided setup ensures Claude Code authenticates successfully with the correct server endpoint.

Why does my VibeFlow integration return a 401 or 403 authentication error?

VibeFlow 401 or 403 errors occur when the API key is missing or invalid. This Skill troubleshoots the connection by checking environment variables and validating credentials against the API to ensure proper authentication.

How can I verify VibeFlow API connectivity after setting up credentials?

Verify VibeFlow connectivity by performing a live health check against the /api/skill/state endpoint. This validates the server URL and API key configuration to ensure a healthy integration.

What do I need to set up before connecting VibeFlow to Claude Code?

Before connecting VibeFlow, you need a valid server URL and API key. This Skill guides you through collecting these credentials and configuring the required environment variables to prevent connection failures.

How do I fix a missing or invalid VibeFlow server URL during setup?

Fix a missing VibeFlow server URL by setting the VIBEFLOW_SERVER_URL environment variable in your shell profile. This Skill enforces steps to check variables and provides clear guidance for remediation.