II.
Page JSON
Structured · livepage:docs-reference-repos-clawhub-othmaneblial-awesome-openclaw-examples-research
clawhub/OthmaneBlial/awesome-openclaw-examples json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-reference-repos-clawhub-othmaneblial-awesome-openclaw-examples-research",
"_kind": "Page",
"_file": "wiki/docs/reference-repos/clawhub/othmaneblial/awesome-openclaw-examples/research.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/reference-repos/clawhub/OthmaneBlial/awesome-openclaw-examples/research.md",
"sourceKind": "repo-docs",
"title": "clawhub/OthmaneBlial/awesome-openclaw-examples",
"displayName": "clawhub/OthmaneBlial/awesome-openclaw-examples",
"slug": "docs/reference-repos/clawhub/othmaneblial/awesome-openclaw-examples/research",
"articlePath": "wiki/docs/reference-repos/clawhub/OthmaneBlial/awesome-openclaw-examples/research.md",
"article": "\n# clawhub/OthmaneBlial/awesome-openclaw-examples\n\n- **Archetype**: Workflow catalog / cookbook\n- **Stars**: 100 (GitHub)\n- **Last pushed**: 2026-04-05\n- **License**: MIT\n- **Discovered**: 2026-04-12\n- **Source**: clawhub-skills (GitHub search)\n- **Skills found**: 0 (catalog of 100 runnable workflow examples composing ClawHub skills)\n\n## Summary\n\nA curated catalog of 100 tested, real-world agent workflow examples built by composing ClawHub skills. Each example includes a README with skill stack, setup instructions, smoke test criteria, KPIs, security notes, and rollback procedures. Examples span DevOps, sales, marketing, HR, legal, finance, and operations domains.\n\nNotable workflow categories:\n- **DevOps**: CI Flake Doctor, Dependency Drift Watchtower, Flaky Test Quarantine, Release Train Risk Board, Codeowners Coverage Sentinel\n- **Sales/CS**: Renewal Risk Explainer, Pipeline Hygiene Monitor, Lost Deal Pattern Miner, P0 Account Escalation Pack\n- **Content/Marketing**: Content Idea Miner, SEO Drift Watcher, Thought-Leadership Quote Miner, Webinar Repurposing Desk\n- **HR**: Candidate Debrief Compiler, Hiring Pipeline Stall Radar, Onboarding Checklist Concierge\n- **Operations**: Daily Operating Memo, Founder Daily Control Room, Task Debt Rollover Digest\n\nEach workflow follows a consistent structure: skill stack, purpose, setup (env vars + prereqs), smoke test, KPIs, security notes, rollback.\n\n## Assessment\n\n**MEDIUM-HIGH VALUE** -- This repo is not a codebase to learn architecture from, but a rich source of domain-specific workflow patterns that could be directly extracted into babysitter processes. The 100 examples effectively serve as a requirements catalog for \"what people actually want agents to do.\"\n\nKey patterns:\n1. **Skill composition**: Each workflow composes 2-5 skills (github + summarize + slack, etc.) into a coherent automation\n2. **Cron-driven execution**: Most workflows are designed for recurring automated execution with cron expressions\n3. **Observable KPIs**: Each workflow defines measurable success criteria\n4. **Graduated rollout**: Setup includes smoke test before full deployment\n\n## Extraction Priority\n\n**P1 -- Extract in next batch**\n\n### Processes\n\n1. **CI Flake Doctor** (specializations/domains/devops/): Scan CI failures, cluster by test signature, identify flakes, create remediation tasks. Directly maps to a babysitter process with github task + summarize task + todoist/linear task.\n\n2. **Daily Operating Memo** (specializations/domains/operations/): Aggregate signals from email, GitHub, task manager, and weather into a single daily briefing. Multi-source synthesis pattern.\n\n3. **Renewal Risk Explainer** (specializations/domains/business/customer-success/): Monitor account health signals and generate risk assessments with recommended actions.\n\n4. **Competitive Monitor** (specializations/domains/business/competitive-intelligence/): Recurring web search + synthesis + task creation for competitive intelligence.\n\n5. **Incident Postmortem Drafter** (specializations/domains/devops/): Template-driven postmortem generation from GitHub issues/PRs/CI data.\n\n### Plugin Ideas\n\n1. **Workflow Catalog Plugin**: A babysitter marketplace plugin that provides a browseable catalog of pre-built workflow templates (inspired by this repo's structure) that users can instantiate as babysitter processes with one command.\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| CI Flake Doctor | NEW | Scan CI failures, cluster by test signature, identify flakes, create remediation tasks | - | specializations/devops-sre-platform/ci-flake-doctor.js |\n| Daily Operating Memo | NEW | Multi-source synthesis pattern for daily briefings (email, GitHub, task manager, weather) | - | specializations/shared/daily-operating-memo.js |\n| Renewal Risk Explainer | NEW | Account health monitoring and risk assessment with recommended actions | - | specializations/business/renewal-risk-explainer.js |\n| Competitive Intelligence Monitor | NEW | Recurring web search, synthesis, and task creation for competitive monitoring | - | specializations/business/competitive-intelligence-monitor.js |\n| Incident Postmortem Drafter | NEW | Template-driven postmortem generation from GitHub issues/PRs/CI data | - | specializations/devops-sre-platform/incident-postmortem-drafter.js |\n| Workflow Composition Patterns | NEW | Skill composition methodology (2-5 skills per workflow with coherent automation) | - | specializations/shared/workflow-composition-patterns.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| Workflow Catalog Browser | NEW | Browseable catalog of pre-built workflow templates with one-command instantiation | - | plugins/a5c/marketplace/blueprints/workflow-catalog-browser/ |\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-reference-repos",
"to": "page:docs-reference-repos-clawhub-othmaneblial-awesome-openclaw-examples-research",
"kind": "contains_page"
}
]
}