Install
openclaw skills install skills-orchestratorOrchestrate growth loops across the skill portfolio by connecting usage, feedback, improvement, and adoption into self-reinforcing cycles. Use when designing growth strategies, optimizing skill adoption, creating viral loops, or building sustainable growth mechanisms.
openclaw skills install skills-orchestratorThe skills-orchestrator skill designs, implements, and optimizes growth loops across the skill portfolio. It connects usage, feedback, improvement, and adoption into self-reinforcing cycles that drive sustainable growth.
| Type | Mechanism | Example |
|---|---|---|
viral | Users bring new users | Share results, invite others |
content | Usage creates content | Public outputs, templates |
network | More users = more value | Collaborative features |
engagement | Usage drives more usage | Habits, streaks, rewards |
feedback | Usage improves product | Learning from actions |
Every growth loop has:
| Metric | Description | Target |
|---|---|---|
cycle_time | Time for one loop iteration | < 7 days |
conversion_rate | % that complete the loop | > 20% |
viral_coefficient | New users per existing user | > 0.3 |
retention | % who continue looping | > 40% |
amplification | Growth rate per cycle | > 10% |
Accepts:
Note: This skill generates simulated metrics and design templates. It does not ingest real user behavior data or live analytics. To analyze actual usage data, you would need to provide the data as input and extend the scripts accordingly.
Produces:
Note: The "dashboards" and "metrics" produced are simulated examples for design purposes, not live data visualizations.
Identify Core Value
Map User Journey
Design the Loop
Add Amplification
Measure and Optimize
Map Current State
Diagnose Issues
Generate Solutions
Test and Validate
./scripts/design-loop.sh --type viral --skill <name> [--output loop-design.md]
./scripts/analyze-loops.sh [--skill <name>] [--portfolio]
./scripts/track-metrics.sh [--skill <name>] [--period 30d]
./scripts/test.sh
# Growth Loop Design: [Name]
## Loop Type: Viral
## Loop Diagram
[New User] → [Use Skill] → [Create Output] → [Share] → [New User Sees] → [Try Skill] → [New User]
| Metric | Example Target |
|---|---|
| Cycle Time | < 1 day |
| Conversion Rate | > 25% |
| Viral Coefficient | > 0.5 |
| Retention | > 50% |
{
"dashboard": "growth-loops",
"period": "simulation",
"loops": [
{
"id": "viral-share",
"name": "Viral Sharing Loop",
"type": "viral",
"metrics": {
"cycle_time_hours": 48,
"conversion_rate": 0.18,
"viral_coefficient": 0.25,
"retention_7d": 0.42,
"amplification": 1.15
},
"status": "active",
"health": "good",
"bottleneck": "share_rate",
"recommendation": "Add one-click sharing buttons"
}
],
"portfolio_summary": {
"total_loops": 4,
"active_loops": 3,
"avg_viral_coefficient": 0.22,
"monthly_growth_rate": 0.15
}
}
Use → Create → Share → View → Signup → Use
Keys: Easy sharing, valuable output, low friction signup
Use → Publish → Index → Search → View → Use
Keys: SEO-friendly, public by default, discoverable
Join → Invite → Collaborate → Value ↑ → More Invite
Keys: Collaboration value, invite incentives, team features
Use → Reward → Habit → Daily Use → Reward
Keys: Meaningful rewards, streaks, progress
Use → Feedback → Improve → Better Experience → Use
Keys: Easy feedback, fast iteration, visible improvements
learning-evolution - For iterating on loopsinsight-tracker - For capturing growth insightsdecision-distiller - For growth strategy decisionsskill-market-analyzer - For market-based growthdesign-loop.sh - Design new growth loopsanalyze-loops.sh - Analyze existing loops (template-based)track-metrics.sh - Generate simulated metric reportstest.sh - Run validation tests