← 返回 Skills 市场
Meta Workflow Discoverer
作者
jason-aka-chen
· GitHub ↗
· v1.0.0
· MIT-0
103
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install meta-workflow-discoverer
功能描述
AI-powered workflow automation discoverer that observes user patterns, identifies repetitive tasks, and automatically generates executable automation workflo...
安全使用建议
This skill's README promises automatic observation, cross-user learning, scheduling, and ML-powered discovery, but the included code implements a simple local recorder and heuristic pattern detection that runs only when you call its APIs and stores data in ~/.workflow_discoverer/{user_id}.json. Before installing or enabling it:
- Expectation mismatch: don't assume it will monitor your activity in the background or share data across users — the files show no network or background-monitoring code in the visible portion. If those features are required, ask the author for the full implementation or for explicit network endpoints and privacy guarantees.
- Local storage: it will create and write a JSON file in your home directory containing recorded task history; this may include sensitive task names, contexts, or parameters. Review that file and consider running the skill in a sandbox or with non-sensitive test data first.
- Dependency note: SKILL.md suggests installing numpy/pandas/scikit-learn but the visible code doesn't use them. Avoid installing unnecessary packages unless you confirm they are actually required (or inspect the remainder of the code).
- Audit recommendation: inspect the rest of workflow_discoverer.py (it was truncated) for any network calls, remote endpoints, or code that imports ML libraries or spawns processes. If you see any outbound HTTP requests, credential usage, or obfuscated code paths, do not enable autonomous invocation and run it in an isolated environment.
What would change this assessment: if the remainder of the code contains justified ML usage (and the SKILL.md's install line matches imports), or if there are explicit, declared, and reasonable mechanisms for cross-user learning (with explicit endpoints and credential requirements), that would make the skill more coherent. Conversely, if hidden network calls or credential harvesters appear in the truncated portion, the risk would be higher.
功能分析
Type: OpenClaw Skill
Name: meta-workflow-discoverer
Version: 1.0.0
The meta-workflow-discoverer skill is a legitimate tool designed to track user task patterns and suggest automations. The Python code in workflow_discoverer.py implements local data storage in the user's home directory (~/.workflow_discoverer/) and uses basic statistical methods (frequency and sequence analysis) to identify workflows. There is no evidence of data exfiltration, unauthorized execution, or malicious prompt injection; the functionality aligns strictly with the stated purpose of workflow discovery.
能力评估
Purpose & Capability
The SKILL.md describes an agent that "observes user patterns", performs cross-user learning, scheduling, and ML-driven automation. The Python code provided implements a local recorder, simple sequence/time aggregation, and basic heuristics for discovering workflows. There is no code shown that "observes" system activity automatically, performs networked cross-user learning, or uses ML libraries. The install instruction (pip install numpy pandas scikit-learn) is inconsistent with imports in the code (no numpy/pandas/sklearn imports in the visible file). This suggests the README overstates capabilities or the implementation is incomplete.
Instruction Scope
SKILL.md implies continuous observation, scheduled/event triggers, automatic automation execution, and cross-user sharing. The runtime instructions and API surface in the README focus on explicit calls (record_task, import_history, discover_workflows, create_automation). There are no instructions or code shown that instruct the agent to read system logs, monitor user activity, integrate with external services, or contact remote endpoints. This is scope creep: the declared behavior (automatic observation, cross-user learning) is not realized by the available code/instructions.
Install Mechanism
There is no packaged install spec in the registry metadata (instruction-only skill) but SKILL.md tells users to 'pip install numpy pandas scikit-learn'. The provided Python file does not import these libraries in the visible portion, so the recommended heavy dependencies are disproportionate to the shown implementation. This could be benign (leftover docs) but is an inconsistency worth flagging.
Credentials
The skill declares no required environment variables or credentials, and the code similarly shows no network calls or credential usage in the visible portion. However, SKILL.md claims features like 'Cross-User Learning' which would normally require network access and credentials — yet none are requested. That mismatch is suspicious: either sharing is not implemented, or the skill will later be modified to contact external services (which would require credentials) without prior declaration.
Persistence & Privilege
The code persists user data to a file under the user's home (~/.workflow_discoverer/{user_id}.json). This is consistent with 'discoverer' functionality but means the skill will store potentially sensitive task history locally. The skill is not set to always:true and requests no special runtime privileges. Writing to the user's home directory is expected but should be noted because it creates a local datastore of user activity.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meta-workflow-discoverer - 安装完成后,直接呼叫该 Skill 的名称或使用
/meta-workflow-discoverer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Meta Workflow Discoverer.
- Automatically observes user patterns to discover repetitive tasks.
- Generates executable automation workflows using pattern recognition and history.
- Supports auto-creation, optimization, and error handling for workflows.
- Enables scheduled, event-based, and conditional workflow automations.
- Learns from user feedback and results to continuously refine workflows.
- Includes example templates, API references, and best practices for effective use.
元数据
常见问题
Meta Workflow Discoverer 是什么?
AI-powered workflow automation discoverer that observes user patterns, identifies repetitive tasks, and automatically generates executable automation workflo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Meta Workflow Discoverer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meta-workflow-discoverer」即可一键安装,无需额外配置。
Meta Workflow Discoverer 是免费的吗?
是的,Meta Workflow Discoverer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meta Workflow Discoverer 支持哪些平台?
Meta Workflow Discoverer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meta Workflow Discoverer?
由 jason-aka-chen(@jason-aka-chen)开发并维护,当前版本 v1.0.0。
推荐 Skills