Auto Create AI Team

# Auto Create AI Team

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Auto Create AI Team" with this command: npx skills add barryxiao/auto-create-ai-team

Auto Create AI Team

Description

Creates AI team directory structures for projects. This is a simple, standalone Python script that generates organized team folders and configuration files locally.

Usage

python create_ai_team.py --project-path /path/to/project [--team-type single|dual] [--project-type web_app|ecommerce|mobile_app|generic]

Features

  • Creates internal AI team directory structure with configuration files
  • Optional internet marketing team (dual mode)
  • Project type detection for appropriate team member assignment
  • Generates project progress tracking file
  • Works completely offline with no external dependencies

Output Structure

project/
└── ai-team/
    ├── internal-team/
    │   └── team-info/
    │       └── AI_TEAM_CONFIG.md
    ├── internet-team/     # Only created in dual mode
    │   └── team-info/
    │       └── INTERNET_TEAM_CONFIG.md
    └── PROJECT_PROGRESS.md

Requirements

  • Python 3.6+
  • No external dependencies (uses only standard library)

Security

  • Completely offline: No network calls, API requests, or external data transmission
  • Local file operations only: Only reads/writes files in the specified project directory
  • No credentials required: Does not require or store any authentication tokens or API keys
  • Fully transparent: All functionality is contained in the single create_ai_team.py file
  • No environment variables: All configuration is done via command line arguments

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

MLX Local AI

一键部署支持Apple Silicon的本地LLM与中文向量Embedding服务,含统一API网关及便捷启动管理脚本。

Registry SourceRecently Updated
0108
Profile unavailable
General

Ollama Integration

Integrate and run local Ollama AI models with custom prompts for AI assistance and automatic model management.

Registry SourceRecently Updated
0294
Profile unavailable
Automation

Local Self-Healing Machine Learning

A fully local machine learning engine that makes your OpenClaw agent smart over time — without ever calling home, revealing your machine ID, or exposing any...

Registry SourceRecently Updated
077
Profile unavailable