run-openclaw
仓库创建 2026年6月23日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
为 OpenClaw 环境优化,能在超时或并行失败下稳定运行
▸ 风险提示
需要 OpenClaw 权限并可能访问外部服务
这个 Skill 做什么
在 OpenClaw 运行时完整执行 Use-Case Factory 流水线,使用原生工具并容错
在 OpenClaw 运行环境内完整跑通 Use-Case Factory 的流水线,用本地原生工具(如 Tavily search、exec、sessions_spawn、文件 I/O)执行,不依赖 Claude CLI 或斜杠命令。当你需要在 OpenClaw 上原生执行用例工厂、并且要抗超时或并行研究失败时使用。优势是容错性强,能在子任务失败或超时时保住主线不崩溃。
▸ 展开 SKILL.md 英文原文
Run the Use-Case Factory pipeline entirely inside OpenClaw agent runtime. No Claude CLI, no slash commands. Uses Tavily search, exec, sessions_spawn, and file I/O — all native OpenClaw tools. Designed to survive timeouts and parallel research failures without crashing the pipeline.
0
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Tritintruong114/usecase-factory/main/skills/run-openclaw/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Tritintruong114/usecase-factory/main/skills/run-openclaw/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# run-openclaw — Use-Case Factory for OpenClaw Runtime ## Why this exists The original `skills/run/` and `skills/grill-to-brief/` etc. are built for **Claude Desktop** — they assume `claude` CLI, slash command `/usecase-factory:run`, and Claude-style sub-agent spawning. This skill (`run-openclaw`) is the **OpenClaw-native port**. It uses: - `tool_search` (Tavily) for web research - `exec` for file ops, validation scripts, git - `sessions_spawn` for parallel research (non-blocking, timeout-resilient) - File I/O for output artifacts (same structure as Claude version) - `read` for templates and agent specs - `process` with poll for long-running research sessions The output layout is **ident
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有