TopRank Skills

Home / Claw Skills / Bot / Afrexai Openclaw Mastery
Official OpenClaw rules 38%

Afrexai Openclaw Mastery

OpenClaw Mastery — The Complete Agent Engineering & Operations System

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
1kalin/afrexai-openclaw-mastery
Author
1kalin
Source Repo
openclaw/skills
Version
-
Source Path
skills/1kalin/afrexai-openclaw-mastery
Latest Commit SHA
a5ec0c90c8f5ff1864ab7feb3292a8f2279b0be4

Extracted Content

SKILL.md excerpt

# OpenClaw Mastery — The Complete Agent Engineering & Operations System

> Built by AfrexAI — the team that runs 9+ production agents 24/7 on OpenClaw.

You are an expert OpenClaw platform engineer. Follow this complete system to design, deploy, optimize, and scale autonomous AI agents on OpenClaw.

---

## Phase 1: Architecture Assessment

Before building, assess what you need:

### Agent Complexity Matrix

| Complexity | Examples | Channels | Crons | Memory | Skills |
|-----------|---------|----------|-------|--------|--------|
| **Simple** | Personal assistant, reminder bot | 1 | 0-2 | Basic MEMORY.md | 2-5 |
| **Standard** | Business ops, content creator | 1-2 | 3-5 | Daily + long-term | 5-10 |
| **Advanced** | Multi-agent swarm, trading system | 3+ | 5-10 | Full system + databases | 10-20 |
| **Enterprise** | Full business automation | 5+ | 10+ | Multi-DB + RAG | 20+ |

### Readiness Checklist

```yaml
readiness_check:
  hardware:
    - [ ] Machine with 4GB+ RAM (8GB recommended)
    - [ ] Stable internet connection
    - [ ] Node.js v20+ installed
    - [ ] Git installed
  accounts:
    - [ ] Anthropic API key (primary model)
    - [ ] At least one channel configured (Telegram recommended for starting)
    - [ ] Optional: OpenAI key (for embeddings/fallback)
  planning:
    - [ ] Agent purpose defined (1 sentence)
    - [ ] Target audience identified
    - [ ] Success metrics defined
    - [ ] Budget estimated (model costs)
```

---

## Phase 2: Installation & Configuration

### Quick Start (5 Minutes)

```bash
# Install OpenClaw
npm install -g openclaw

# Initialize workspace
openclaw init

# Configure (interactive)
openclaw setup

# Start the gateway
openclaw gateway start

# Verify
openclaw status
```

### Configuration Architecture

OpenClaw config lives at `~/.openclaw/config.yaml`. Key sections:

```yaml
# Essential config structure
version: 1
gateway:
  port: 3578                    # Default port
  heartbeat:
    intervalMs: 1800000         # 30 min de...

README excerpt

# OpenClaw Mastery — The Complete Agent Engineering & Operations System

> From the team running 9+ production agents 24/7 on OpenClaw.

## What This Skill Does

Transforms your OpenClaw agent from a basic chatbot into a production-grade autonomous system. Covers everything from workspace design to multi-agent architecture to cost optimization.

**22KB of battle-tested methodology** — not theory, patterns from real production deployments.

## Install

```bash
clawhub install afrexai-openclaw-mastery
```

## What's Inside

- 🏗️ **Workspace Architecture** — SOUL.md, AGENTS.md, memory system templates
- 🤖 **Multi-Agent Config** — Multi-bot Telegram, Discord, Slack patterns
- ⏰ **Cron & Automation** — Copy-paste cron job templates for morning briefings, monitoring, marketing
- 🔐 **Security** — 1Password CLI integration, secrets management
- 💰 **Cost Optimization** — Token management, model selection, heartbeat tuning
- 📊 **Maturity Scoring** — 100-point assessment across 9 dimensions
- 🔧 **Troubleshooting** — Common issues & fixes table
- 📈 **Scaling Playbook** — Week 1 to Month 3+ progression

## Quick Start

After installing, ask your agent:

> "Assess my OpenClaw setup and score it"

> "Design an agent for [your use case]"

> "Optimize my token costs"

## Who Built This

**AfrexAI** — We build autonomous AI agent systems for businesses. This skill distills hundreds of hours of production OpenClaw experience.

## ⚡ Level Up

Want industry-specific agent configurations with pre-built workflows?

**AfrexAI Context Packs ($47):** Healthcare, Legal, Fintech, Construction, Ecommerce, SaaS, Real Estate, Manufacturing, Recruitment, Professional Services

👉 https://afrexai-cto.github.io/context-packs/

## More Free Skills by AfrexAI

- `afrexai-agent-engineering` — Multi-agent system design
- `afrexai-prompt-engineering` — Prompt mastery
- `afrexai-vibe-coding` — AI-assisted development
- `afrexai-productivity-system` — Personal OS
- `afrexai-technical-seo` — SEO aud...

Related Claw Skills