ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

saas-decomposer

Web SaaS service decomposition and AI internalization development plan generation. Analyze existing SaaS to identify functions replaceable by AI agents and establish skill-based internalization roadmap. Triggered by 'SaaS analysis', 'service decomposition', 'internalization', 'decompose', 'SaaS replacement', 'build this service with AI', etc.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mupengi-bot/mupeng-saas-decomposer
Or

saas-decomposer

SaaS → AIaaS Conversion Analysis Engine
Decomposes existing SaaS services and identifies areas replaceable by AI agent skills to establish internalization roadmap.

Core Concept: SaaS → AIaaS Conversion Analysis

Mupengism's core vision: "End of SaaS → AIaaS"

  • The entire $200B SaaS market is flipping
  • From selling software era to installing AI labor era
  • Analyze which parts of existing SaaS functions can be replaced by AI agent skills

Features

1. SaaS Service Decomposition (Decompose)

Input: SaaS service URL or name

Process:

  1. Crawl service landing/feature pages with web_fetch
  2. Extract core function list
  3. Decompose each function into atomic tasks
  4. Assign AI replaceability score (1-5)
  5. Map coverage by existing Mupeng skills

Output Format:

## [Service Name] Decomposition Results

### Function List
- Function A (AI replacement: ⭐⭐⭐⭐⭐) → Existing skill: copywriting
- Function B (AI replacement: ⭐⭐⭐) → New skill needed
- Function C (AI replacement: ⭐) → Infrastructure development needed

### AI Replacement Rate: 70%
### New Skills Needed: 3
### Estimated Development Time: 2 weeks

2. Internalization Plan

Generate development roadmap based on decomposition results:

  • Skill development priority (highest replacement effect first)
  • Map existing skill reuse
  • Auto-generate new skill spec drafts
  • Cost comparison: SaaS subscription vs self-skill operation

Example:

### Internalization Roadmap

#### Phase 1: Quick Wins (1 week)
- [Use existing skill] Automate email templates with copywriting
- [Use existing skill] Automate customer responses with auto-reply

#### Phase 2: New Skill Development (2 weeks)
- lead-scorer: Lead scoring algorithm
- campaign-optimizer: A/B test automation

#### Phase 3: Infrastructure (4 weeks)
- Build data pipeline
- Real-time sync system

### Cost Comparison
- HubSpot Pro: $800/mo → Mupeng skillpack: $120/mo (85% savings)

3. Competitive SaaS Comparative Analysis

Simultaneous decomposition of 3-5 SaaS in same category:

  • Function cross-comparison table
  • AI replacement area overlap analysis
  • "What % of these SaaS can our skillpack replace" calculation

Example:

### Marketing SaaS Comparison

| Function | HubSpot | Mailchimp | ActiveCampaign | Mupeng Replacement |
|----------|---------|-----------|----------------|-------------------|
| Email automation | ✅ | ✅ | ✅ | ⭐⭐⭐⭐⭐ auto-reply |
| Lead scoring | ✅ | ❌ | ✅ | ⭐⭐⭐ (new skill) |
| A/B testing | ✅ | ✅ | ✅ | ⭐⭐⭐⭐ copywriting |
| CRM integration | ✅ | ⚠️ | ✅ | ⭐⭐ (infrastructure needed) |

**Overall Replacement Rate**: 65%

4. Industry-specific SaaS → AIaaS Conversion Templates

Pre-defined industry-specific SaaS decomposition patterns:

Marketing

  • SaaS: HubSpot, Mailchimp
  • Mupeng replacement: auto-reply + copywriting + mail + seo-content-planner

Metadata

Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mupengi-bot-mupeng-saas-decomposer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.