552134926-alt/shiyi-proactive-agent/SKILL.md
A proactive agent that anticipates needs and takes initiative. Monitors environment, suggests actions, and proposes tasks based on context. Perfect for agents that need to be proactive rather than reactive.
npx skillsauth add openclaw/skills proactive-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A proactive agent that anticipates needs and takes initiative. Monitors environment, suggests actions, and proposes tasks based on context.
# Get next suggested action
python scripts/action_suggester.py --next
# Analyze current context
python scripts/context_analyzer.py --json
# Propose tasks
python scripts/task_initiator.py --propose
scripts/context_analyzer.py)Analyzes:
scripts/action_suggester.py)Generates suggestions based on:
scripts/task_initiator.py)Proactively proposes tasks with:
scripts/proactive_monitor.py)Continuous monitoring:
Edit config/proactive_config.yaml:
proactive_level: 7 # 1-10, higher = more proactive
monitor_interval: 300 # Check interval in seconds
alert_cooldown: 1800 # Alert cooldown in seconds
priority_weights:
trading: 10
content: 8
tasks: 6
learning: 4
routine: 3
The agent recognizes these time slots:
| Time Slot | Hours | Typical Actions | |-----------|-------|-----------------| | morning_startup | 06:00-09:00 | Check portfolio, review today's plan | | trading_hours | 09:30-15:00 | Monitor stocks, evaluate opportunities | | content_window | 15:00-17:00 | Publish content, optimize posts | | evening_routine | 17:00-22:00 | Log daily summary, update memory | | night_quiet | 22:00-06:00 | Stay quiet, minimal alerts |
Add to session startup:
1. Run proactive-agent: python skills/proactive-agent/scripts/action_suggester.py --next
Add to heartbeat checks:
python skills/proactive-agent/scripts/action_suggester.py --next
[HIGH] 盘中交易时段
Suggestion: 观察候选股票,等待买入机会
[HIGH] 下午内容发布窗口
Suggestion: 检查待发布内容,准备发布小红书笔记
[MEDIUM] 晚间例行检查
Suggestion: 检查今日数据,记录交易日志
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。