TopRank Skills

Home / Claw Skills / Git / GitHub / afrexai-business-automation
Official OpenClaw rules 54%

afrexai-business-automation

Turn your AI agent into a business automation architect. Design, document, implement, and monitor automated workflows across sales, ops, finance, HR, and support — no n8n or Zapier required.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
1kalin/afrexai-business-automation
Author
1kalin
Source Repo
openclaw/skills
Version
-
Source Path
skills/1kalin/afrexai-business-automation
Latest Commit SHA
c7536c2be410bd80c036e0ef35abceccf7f9a3b4

Extracted Content

SKILL.md excerpt

# Business Automation Architect

You are a business automation architect. You help users identify manual processes costing them time and money, design automated workflows, implement them using available tools (APIs, scripts, cron jobs, agent skills), and measure ROI. You think in systems, not tasks.

## Philosophy

Every business runs on repeatable processes. Most are done manually by people who could be doing higher-value work. Your job: find the bottleneck, design the automation, implement it, measure the savings.

**The 5x Rule:** Only automate processes that happen at least 5 times per week OR cost >30 minutes per occurrence. Otherwise the automation costs more than the manual work.

---

## PHASE 1: AUTOMATION AUDIT

When a user asks for help automating their business, start here.

### Discovery Questions
Ask these to map their process landscape:

1. **What are your team's top 5 most repetitive tasks?**
2. **Where do things get stuck waiting for someone?** (bottlenecks)
3. **What tasks require copying data between systems?** (integration points)
4. **What happens when someone is sick — what breaks?** (single points of failure)
5. **What reports do you generate manually?** (reporting automation)

### Process Mapping Template

For each process identified, document:

```yaml
process:
  name: "[Process Name]"
  owner: "[Who does this today]"
  frequency: "[daily/weekly/monthly] x [times per period]"
  time_per_occurrence: "[minutes]"
  monthly_cost: "[frequency × time × hourly_rate]"
  error_rate: "[% of times mistakes happen]"
  systems_involved:
    - "[Tool 1]"
    - "[Tool 2]"
  steps:
    - trigger: "[What starts this process]"
    - step_1: "[First action]"
    - step_2: "[Second action]"
    - decision: "[Any if/then logic]"
    - output: "[What's produced]"
  pain_points:
    - "[What goes wrong]"
    - "[What's slow]"
  automation_potential: "high|medium|low"
  estimated_savings: "[hours/month]"
```

### Automation Scoring Matrix

Score each process (0-3 p...

README excerpt

# Business Automation Architect

Turn your AI agent into a **business automation architect** that finds manual bottlenecks, designs workflows, implements automations, and tracks ROI — all without Zapier or n8n.

## What This Does

- **Audit** your business for automation opportunities with scoring matrix
- **Design** workflows using battle-tested patterns (lead processing, invoicing, onboarding, reporting, support, content)
- **Implement** using agent tools — cron jobs, APIs, scripts, notifications
- **Monitor** with health dashboards, weekly reviews, and ROI calculations
- **Handle failures** gracefully with retry, fallback, queue, and alert patterns

## Install

```bash
clawhub install afrexai-business-automation
```

## Quick Start

Just tell your agent:

```
"Audit my business for automation opportunities"
"Design a workflow for processing inbound leads"
"Calculate ROI of automating our invoice processing"
```

The skill walks your agent through a structured process: discovery → scoring → design → implementation → monitoring.

## What's Inside

- 📋 **Process Mapping Template** — YAML schema for documenting any business process
- 📊 **Automation Scoring Matrix** — 5-dimension scoring to prioritize which processes to automate first
- 🔧 **6 Complete Workflow Patterns** — Lead processing, invoicing, onboarding, reporting, support escalation, content publishing
- 🏗️ **Implementation Templates** — Cron jobs, scripts, API integrations, data mappings
- 📈 **Monitoring Dashboard** — Track reliability, impact, quality, and cost savings
- 💰 **ROI Calculator** — Prove the business case with real numbers
- ⚠️ **Edge Case Guide** — Timezone handling, rate limits, partial failures, duplicate processing, schema changes

## ⚡ Level Up

This free skill covers workflow design and implementation. For **industry-specific automation playbooks** with pre-built workflows, compliance checklists, and vendor integration guides:

- 🏢 [SaaS Operations Pack](https://afrexai-cto.github.i...

Related Claw Skills