← Back to Skills Marketplace
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install proactive-agent-lite-paudy
Description
轻量级主动代理,支持自动任务执行、异常告警、周期性监控、智能提醒能力。无需人工触发,自动在后台完成预设任务。
README (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
能力说明
- 资源占用极低,后台静默运行不影响正常使用
- 支持自定义扩展任务,灵活适配各种场景
- 所有操作可溯源,日志完整记录执行历史
- 安全可控,所有自动操作可配置开关和确认机制
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proactive-agent-lite-paudy - After installation, invoke the skill by name or use
/proactive-agent-lite-paudy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
自动任务执行、异常告警、周期性监控、智能提醒能力
Metadata
Frequently Asked Questions
What is 轻量级主动代理?
轻量级主动代理,支持自动任务执行、异常告警、周期性监控、智能提醒能力。无需人工触发,自动在后台完成预设任务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.
How do I install 轻量级主动代理?
Run "/install proactive-agent-lite-paudy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 轻量级主动代理 free?
Yes, 轻量级主动代理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 轻量级主动代理 support?
轻量级主动代理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 轻量级主动代理?
It is built and maintained by paudyyin (@paudyyin); the current version is v1.0.0.
More Skills