Cradle

Cradle

The Cradle framework enables AI agents to complete complex computer tasks through powerful reasoning, self-improvement, and skill management.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 2.5k
Source
skill-github

Overview

Cradle is an initial attempt at Generalized Computer Control (GCC). It allows foundational models to perform complex computer tasks via a unified interface, with input as screen captures and output as keyboard and mouse actions. Cradle provides strong reasoning capabilities, self-improvement, and skill management, suitable for various gaming and software environments. Developers can integrate with the Cradle framework by configuring API keys and installing dependencies.

Capabilities

  • Powerful reasoning capability
  • Self-improvement
  • Skill management
  • Unified input/output interface
  • Support for multiple games and software

Use cases

Automating game tasksSoftware automationComplex task handling

Setup

Requires: OpenAI API KeyClaude API KeyPython 3.10 环境
git clone https://github.com/BAAI-Agents/Cradle.git
conda create --name cradle-dev python=3.10
conda activate cradle-dev
pip install -r requirements.txt

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which APIs does Cradle support?

Supports OpenAI and Claude APIs.

What Python version is required?

Python 3.10 is required.

Related skills