Overview
- Skill Key
- flynndavid/agentic-loop-designer
- Author
- flynndavid
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/flynndavid/agentic-loop-designer
- Latest Commit SHA
- 7ccf4de7f1b5a82dd4041ff347a7fbb34efce895
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agentic-loop-designer 技能。 若已安装,则直接安装 agentic-loop-designer 技能。
# Agentic Loop Designer
**Framework: The Yes/No Loop Canvas**
*Worth $300/hr consultant time. Yours for $29.*
---
## What This Skill Does
Turns any repeatable task you're doing manually into an autonomous agent loop: trigger → agent → Slack ping → approve/skip. Includes 5 ready-to-deploy loop templates and a decision tree to design your own from scratch.
**Problem it solves:** Founders spend hours on task sequences that could run themselves. Email triage, weekly reports, standup summaries, lead qualification — if you do it the same way more than twice a week, it should be a loop.
---
## The Yes/No Loop Canvas
A structured framework for designing any agentic loop in under 10 minutes. Built around one insight: **every automatable task is just a series of yes/no decisions**.
### Canvas Structure
```
┌─────────────────────────────────────────────┐
│ YES/NO LOOP CANVAS │
├─────────────────────────────────────────────┤
│ TRIGGER: What starts this loop? │
│ ───────────────────────────────────────── │
│ AGENT ACTION: What does the agent do? │
│ ───────────────────────────────────────── │
│ DECISION GATE: Approve / Skip / Escalate? │
│ ───────────────────────────────────────── │
│ OUTPUT: What gets created or sent? │
│ ───────────────────────────────────────── │
│ MEMORY: What should persist for next run? │
└─────────────────────────────────────────────┘
```
---
### Step 1: Trigger Qualification
**What kicks off this loop?**
```
Is there a natural trigger?
├── Time-based (daily/weekly/on schedule)
│ └── → Use: cron trigger
├── Event-based (new email, new issue, form submit)
│ └── → Use: webhook trigger
├── Threshold-based (metric crosses a line)
│ └── → Use: polling trigger with condition
└── Manual ("run this now")
└── → Use: manual trigger with /command
```
**Trigger scoring:**
| Trigger Type | Reliability | Setup Effort | Recommended For |
|-------------|-------------|--------------|------...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
romeosy
OpenClaw Chinese AI-enhanced knowledge management skill
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
chaimengphp
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
chandika
Install and configure mirage-proxy as a transparent PII/secrets filter for OpenClaw LLM API calls. Handles binary installation, provider config, auto-restart, and multi-model routing through the proxy.
chair4ce
Persistent, semantic memory for AI agents. Gives your AI long-term recall that survives compaction and session resets — 98% accuracy, 20ms latency.