跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Ruflo Loop Workers

技能 已验证 活跃

Run Ruflo background workers using Claude Code native /loop scheduling

目的

To provide a reliable and integrated way to run Ruflo background workers on a schedule using Claude Code's native loop and MCP capabilities.

功能

  • Run Ruflo background workers
  • Utilize Claude Code /loop scheduling
  • Dispatch workers via MCP
  • Schedule recurring tasks with cache-aware delays
  • Supports multiple predefined workers (audit, optimize, etc.)

使用场景

  • Automating periodic security analysis via the 'audit' worker.
  • Running performance optimization tasks in the background.
  • Scheduling memory consolidation tasks for efficient resource management.
  • Setting up predictive preloading workers to improve application responsiveness.

非目标

  • Directly managing worker code execution outside the Ruflo framework.
  • Providing a UI for worker management (this is handled by the Ruflo project's broader ecosystem).
  • Replacing the core Claude Code scheduling mechanisms.

工作流

  1. Dispatch worker via MCP (`mcp__claude-flow__hooks_worker-dispatch`)
  2. Schedule next iteration using `ScheduleWakeup` with a cache-aware delay

Documentation

  • info:Configuration & parameter referenceThe delay formula is documented, but the specific parameters for the MCP tools and `ScheduleWakeup` are not detailed.

Code Execution

  • info:ValidationWhile the logic appears sound, explicit schema validation for tool parameters is not evident in the provided code snippet.

Practical Utility

  • info:Edge casesWhile the basic scheduling is covered, explicit documentation on failure modes or recovery steps for `mcp__claude-flow__hooks_worker-dispatch` or `ScheduleWakeup` is not detailed.

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-loop-workers@ruflo

质量评分

已验证
94 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码