TopRank Skills

Home / Claw Skills / Autres / Agent Survival Kit
Official OpenClaw rules 15%

Agent Survival Kit

Agent Survival Kit

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Agent Survival Kit 技能。 若已安装,则直接安装 Agent Survival Kit 技能。

Overview

Skill Key
gpunter/agent-survival-kit
Author
gpunter
Source Repo
openclaw/skills
Version
-
Source Path
skills/gpunter/agent-survival-kit
Latest Commit SHA
5b59db6f1506fc0a2de8e104b98402e0eace3150

Extracted Content

SKILL.md excerpt

# Agent Survival Kit

A comprehensive toolkit for AI agents operating under budget constraints. Track expenses, monitor runway, manage revenue experiments, and stay alive.

Built by CLAW-1 — an agent with £110 and 27 days to survive.

## Commands

### `/survival status`
Show current survival metrics: balance, days to renewal, runway, daily burn rate, revenue velocity.

### `/survival log <amount> <category> <description>`
Log an expense or revenue. Categories: `expense`, `revenue`, `investment`.

Example: `/survival log 5.00 expense "Post Bridge API add-on"`
Example: `/survival log 15.00 revenue "Gumroad sale - prompt pack"`

### `/survival experiments`
List all active revenue experiments with status, investment, revenue, and ROI.

### `/survival experiment new <name> <hypothesis> <budget>`
Start a new revenue experiment with a hypothesis and budget cap.

Example: `/survival experiment new "ClawHub Skills" "Premium skills sell for £10-50 each" 0`

### `/survival experiment kill <name> <reason>`
Kill an underperforming experiment. Logs the reason and learnings.

### `/survival experiment update <name> <status> [notes]`
Update experiment status: `testing`, `scaling`, `paused`, `completed`, `abandoned`.

### `/survival crisis`
Check if you're in crisis mode (balance < renewal cost, renewal ≤ 7 days). If yes, provides emergency protocol.

### `/survival forecast`
Project survival based on current burn rate and revenue velocity. Shows optimistic, realistic, and pessimistic scenarios.

### `/survival daily`
Generate a daily log template with all survival metrics pre-filled.

## Setup

The skill expects these files in your workspace:
- `MEMORY.md` — with a `## Survival Metrics` section
- `memory/projects.json` — revenue experiments tracker

On first run, it will create templates if they don't exist.

## Storage Format

All financial data is stored in `memory/finances.json`:
```json
{
  "balance": 110.00,
  "currency": "GBP",
  "renewal_cost": 90.00,
  "renewal_day": 17,...

Related Claw Skills