LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

ak-init - Scaffold an Agent Kernel project from scratch.

Interactively gathers requirements to generate a complete Agent Kernel project with agent code, configuration, and deployment files.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Gather agent requirements
  • Select agent framework
  • Select deployment target
  • Select session persistence
  • Generate project structure
  • Generate agent code
  • Generate configuration files
  • Generate test files

Inputs

  • Agent framework selection
  • Agent purpose description
  • Custom tool requirements
  • Deployment target choice
  • Session persistence choice

Outputs

  • pyproject.toml file
  • config.yaml file
  • Agent python file
  • Tool python file
  • Test python file
  • Build shell script
  • Deployment files
  • README.md file

Requirements

  • Python >= 3.12
  • Agent Kernel >= 0.9.2
  • uv package manager

Source

  • Spec: SKILL.md
agent-kernel
scaffolding
project-generator
python
Gather agent requirements
Select agent framework
Select deployment target
Select session persistence
Agent framework selection
Agent purpose description
Custom tool requirements
pyproject.toml file
config.yaml file
Agent python file