setup-local

Set up the CLaaS local environment with vLLM, API, and Telegram gateway.

59|6|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kfallah/CLaaS --skill setup-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-local
Source: https://github.com/kfallah/CLaaS/tree/main/.claude/skills/setup-local
Command: npx skills add https://github.com/kfallah/CLaaS --skill setup-local

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex setup of the CLaaS local environment, including vLLM, the CLaaS API, and the OpenClaw Telegram gateway, ensuring a smooth and functional local deployment.

Core Features & Use Cases

  • Automated Environment Setup: Orchestrates the installation and configuration of all necessary CLaaS components.
  • Docker or Native Installation: Supports both Docker-based and native installations, adapting to the user's environment.
  • Use Case: A developer needs to set up the CLaaS platform on their local machine for testing and development. This Skill guides them through the entire process, from dependency installation to service startup and verification.

Quick Start

Use the setup-local skill to install the CLaaS stack locally using Docker if available, otherwise fall back to a native setup.

Frequently Asked Questions about setup-local

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

FAQPage Schema
How do I deploy the CLaaS environment locally using Docker?

You can deploy the CLaaS environment locally using Docker by running this setup, which orchestrates dependency installation and service startup for vLLM, the CLaaS API, and the OpenClaw Telegram gateway.

Can I use local GPU acceleration with vLLM in a CLaaS deployment?

Yes, the CLaaS local deployment supports local GPU acceleration. The setup process configures vLLM to utilize your local GPU hardware during both Docker and native environment installations.

Do I need Docker to install the CLaaS stack, or can I run a native setup?

You do not need Docker strictly, as the CLaaS stack supports native setup. If Docker is unavailable, the installation process adapts and falls back to configuring a native environment.

How does the OpenClaw Telegram gateway integrate with a local vLLM deployment?

The OpenClaw Telegram gateway integrates with a local vLLM deployment through the CLaaS API. This setup automates the configuration and startup of the gateway to enable bot functionality.

What components are included in an automated CLaaS local environment setup?

An automated CLaaS local environment setup includes vLLM, the CLaaS API, and the OpenClaw Telegram gateway. It handles all dependency installation, configuration, and service startup.