← 返回 Skills 市场
Shiyi Proactive Agent
作者
552134926-alt
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shiyi-proactive-agent
功能描述
A proactive agent that anticipates needs and takes initiative. Monitors environment, suggests actions, and proposes tasks based on context. Perfect for agent...
安全使用建议
This skill is coherent with its stated purpose but it reads and writes local agent files. Before installing:
- Review the 'memory' and 'planning' files it will read (MEMORY.md, memory/learning/interactions.json, planning/xiaohongshu-strategy.md) for any sensitive content you don't want the skill to access.
- Note it will create/append logs and tasks under memory/logs and memory/proactive_tasks.json; ensure you are comfortable with that persistence and file locations.
- If you do not want continuous monitoring, avoid running the daemon mode or adding it to heartbeat; run ad-hoc (e.g., python scripts/action_suggester.py --next).
- The skill mentions actions like 'publish' and 'trade' in config; these are marked as 'confirm_required' in the YAML, and the code does not perform trades or external API calls by itself — still configure the skill to require confirmation before any automated external actions and review/limit 'auto_execute' settings.
- Consider running the skill in a sandboxed environment or with limited filesystem permissions if you have sensitive data in your agent workspace.
能力评估
Purpose & Capability
Name/description (proactive monitoring, action suggestion, task initiation) aligns with the included Python scripts. The code implements context analysis, suggestion generation, task creation, and a daemon monitor — all coherent with the stated purpose. Minor mismatch: registry metadata lists no required config paths, yet the code expects and uses a specific local layout (base_path/memory, base_path/content, base_path/.. /planning). This is reasonable for an agent integration but is not explicitly declared in the metadata.
Instruction Scope
SKILL.md instructs running the included Python scripts; those scripts read local files (memory/MEMORY.md, memory/learning/interactions.json, memory/logs, content/xiaohongshu_post*.md, planning/xiaohongshu-strategy.md) and write logs/tasks (memory/logs/proactive_monitor.log, memory/proactive_tasks.json). There are no external network calls or hidden endpoints, but the scripts will access potentially sensitive local agent files and persist data to disk. The README also encourages adding calls into a session heartbeat or daemon, increasing exposure if enabled.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is downloaded or installed by the registry. The skill requires only python3 on PATH. This is the lowest-risk install mechanism.
Credentials
The skill requests no environment variables or external credentials. That is proportionate to its local-file analysis/design. Note: its behavior depends on local filesystem layout and will access/modify files under the agent/project directory (memory, content, planning), but it does not request tokens or secrets.
Persistence & Privilege
The skill is not flagged always:true and uses default autonomous invocation settings (normal). It can run as a background daemon and the SKILL.md suggests integration into heartbeat checks, which means it can be scheduled to run regularly. It writes its own logs and task file under memory/, but it does not attempt to modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shiyi-proactive-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/shiyi-proactive-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Proactive agent initial release with key proactive automation features:
- Context analyzer to monitor time, market, and task status
- Action suggester to generate context-aware suggestions
- Task initiator to propose and document prioritized tasks
- Proactive monitor for continuous background operation
- Configurable proactivity, monitoring, and priority weights
- Designed for trading, content creation, task management, and learning use cases
元数据
常见问题
Shiyi Proactive Agent 是什么?
A proactive agent that anticipates needs and takes initiative. Monitors environment, suggests actions, and proposes tasks based on context. Perfect for agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Shiyi Proactive Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shiyi-proactive-agent」即可一键安装,无需额外配置。
Shiyi Proactive Agent 是免费的吗?
是的,Shiyi Proactive Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shiyi Proactive Agent 支持哪些平台?
Shiyi Proactive Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shiyi Proactive Agent?
由 552134926-alt(@552134926-alt)开发并维护,当前版本 v1.0.0。
推荐 Skills