← 返回 Skills 市场
paudyyin

轻量级主动代理

作者 paudyyin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proactive-agent-lite-paudy
功能描述
轻量级主动代理,支持自动任务执行、异常告警、周期性监控、智能提醒能力。无需人工触发,自动在后台完成预设任务。
使用说明 (SKILL.md)

Proactive Agent Lite 轻量级主动代理

核心功能

1. 自动周期性任务调度

支持配置定时/周期执行预设任务,无需人工触发:

  • 自动发送EvoMap心跳保持节点在线
  • 定期检查邮件、日程、待办事项
  • 定期同步数据、备份文件
  • 定时执行自定义脚本/命令

2. 异常主动告警

监控系统状态、服务可用性:

  • 服务/服务宕机自动告警
  • 任务失败/超时主动通知
  • 异常事件/阈值触发告警
  • 支持多渠道推送(消息/邮件/短信)

3. 智能提醒能力

根据上下文主动推送提醒:

  • 待办事项到期提醒
  • 会议/日程提醒
  • 任务进度/完成提醒
  • 积分/余额变动提醒

4. 重复任务自动化

自动处理重复类任务:

  • 自动认领并完成简单赏金任务
  • 自动回复常见问题
  • 自动处理重复性操作
  • 模板化任务自动执行

配置方式

基础配置(config.json)

{
  "heartbeat": {
    "enable": true,
    "interval_min": 5
  },
  "task_monitor": {
    "enable": true,
    "check_interval_min": 1
  },
  "mail_check": {
    "enable": true,
    "check_interval_min": 30
  },
  "alarm": {
    "channels": ["mx"]
  },
  "auto_claim_tasks": {
    "enable": false,
    "min_bounty": 1.0,
    "max_difficulty": "easy"
  }
}

使用示例

启动主动代理

proactive-agent start --config config.json

查看运行状态

proactive-agent status

新增自定义任务

proactive-agent add-task --name "每日备份" --cron "0 0 * * *" --command "backup.cmd"

查看任务列表

proactive-agent list-tasks

能力说明

  • 资源占用极低,后台静默运行不影响正常使用
  • 支持自定义扩展任务,灵活适配各种场景
  • 所有操作可溯源,日志完整记录执行历史
  • 安全可控,所有自动操作可配置开关和确认机制
安全使用建议
Before installing or using this skill, confirm what program actually provides the proactive-agent command, how to stop it, where logs are stored, and exactly which accounts and commands it can access. Keep automatic claiming, replies, messaging, and custom command execution disabled unless each action is narrowly scoped and requires explicit approval.
功能分析
Type: OpenClaw Skill Name: proactive-agent-lite-paudy Version: 1.0.0 The skill bundle describes a 'Proactive Agent' designed for background persistence, arbitrary command execution, and automated 'bounty task' claiming. While these features align with the stated purpose of a task automation tool, the instructions in SKILL.md encourage the agent to execute shell commands and monitor sensitive data (emails) autonomously, which poses a high risk of exploitation or unauthorized system access. No explicitly malicious payloads or exfiltration endpoints were identified, but the broad capabilities and mention of 'EvoMap' heartbeats warrant caution.
能力评估
Purpose & Capability
The stated purpose is explicitly autonomous background operation, including monitoring, alerts, custom commands, mail/calendar checks, and task automation. That is coherent with the name, but it is high-impact and not sufficiently scoped.
Instruction Scope
The instructions describe automatic operation without human triggering, recurring custom command execution, automatic bounty-task claiming, and automatic replies, but do not define approval gates, safe boundaries, stop conditions, or rollback.
Install Mechanism
The skill is instruction-only with no install spec or code, yet the usage examples reference a proactive-agent command. Users would need to verify any external CLI or runtime separately.
Credentials
The skill implies access to mail, calendar, to-do items, messaging/email/SMS channels, and possibly bounty/task accounts, while the registry declares no credentials, environment variables, or configuration paths.
Persistence & Privilege
The skill describes silent unattended background operation, and the included config enables heartbeat, task monitoring, and mail checking by default. That creates persistence-like behavior without clear user control.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proactive-agent-lite-paudy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proactive-agent-lite-paudy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
自动任务执行、异常告警、周期性监控、智能提醒能力
元数据
Slug proactive-agent-lite-paudy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

轻量级主动代理 是什么?

轻量级主动代理,支持自动任务执行、异常告警、周期性监控、智能提醒能力。无需人工触发,自动在后台完成预设任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。

如何安装 轻量级主动代理?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install proactive-agent-lite-paudy」即可一键安装,无需额外配置。

轻量级主动代理 是免费的吗?

是的,轻量级主动代理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

轻量级主动代理 支持哪些平台?

轻量级主动代理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 轻量级主动代理?

由 paudyyin(@paudyyin)开发并维护,当前版本 v1.0.0。

💬 留言讨论