Claude
Skills
Sign in
Back

proactive-agent

Included with Lifetime
$97 forever

Self-improving agent that can upgrade skills, learn new capabilities, and adapt to new tasks. Use when you need to evolve capabilities or handle unknown tasks.

AI Agentsscripts

What this skill does


# Proactive Agent

Self-improving agent with skill management.

## Usage

```bash
./scripts/upgrade "search capability"
./scripts/learn "how to parse CSV"
./scripts/adapt "new file format"
```

## Scripts

| Script | Usage |
|--------|-------|
| `scripts/upgrade <skill>` | Upgrade a skill |
| `scripts/learn <task>` | Learn new capability |
| `scripts/adapt <format>` | Adapt to new format |

## Capabilities

- Automatic skill discovery
- Self-improvement loops
- Context-aware learning

## Example

```bash
./scripts/learn "web scraping"
# Agent learns and remembers how to scrape web pages
```
Files: 2
Size: 1.4 KB
Complexity: 21/100
Category: AI Agents

Related in AI Agents