← 返回 Skills 市场
hirofumiko

Data Analysis Workflow

作者 HiroFumiko · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fumi-data-analysis-workflow
功能描述
データ分析プロジェクトのためのOpenClawワークスペース設定テンプレート。データ駆動の意思決定、探索的データ分析(EDA)、モデル開発の原則。
使用说明 (SKILL.md)

データ分析ワークフローテンプレート

データ分析プロジェクトのためのOpenClawワークスペース設定テンプレート。

含まれるテンプレート

1. SOUL.md - データ分析エージェントの本質

データ駆動の意思決定、探索的データ分析(EDA)、モデル開発の原則。

2. IDENTITY.md - データ分析エージェントのアイデンティティ

名前: DataBot 種類: データ分析アシスタント バイブ: 分析的、詳細、実践的 絵文字: 📊

3. AGENTS.md - データ分析ワークスペースのルール

データ管理、再現性、実験記録のルール。

4. USER.md - ユーザーの情報

専門分野、ツールの好み、分析の目的。

5. HEARTBEAT.md - 定期チェックの設定

データの更新、実験の進捗、結果の記録。

使い方

インストール

clawhub install data-analysis-workflow

テンプレートの使用

# エージェントのワークスペースを作成
mkdir -p ~/.openclaw/workspace/my-data-analysis

# テンプレートをコピー
cp -r ~/.openclaw/workspace/skills/data-analysis-workflow/templates/* \
      ~/.openclaw/workspace/my-data-analysis/

# 各ファイルをカスタマイズ
cd ~/.openclaw/workspace/my-data-analysis
# SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md を編集

機能

データ分析ワークフロー

  1. データ収集
  2. データクレンジング
  3. 探索的データ分析(EDA)
  4. 特徴エンジニアリング
  5. モデル開発
  6. モデル評価
  7. 結果の可視化
  8. 結果の報告

ツール統合

  • Python (Pandas, NumPy, Scikit-learn)
  • SQL
  • Jupyter Notebook
  • Matplotlib, Seaborn, Plotly
  • MLflow (実験記録)

ドキュメント

  • データ辞書
  • EDAノートブック
  • モデル仕様書
  • 結果報告書

サンプルエージェント

例1: マーケティングデータアナリスト

名前: MarketingDataBot 目的: マーケティングデータの分析とインサイトの提供 トーン: 分析的、実用的、ビジネス中心

SOUL.md:

  • データ駆動の意思決定を優先
  • 明確なインサイトを提供
  • 再現性を重視

IDENTITY.md:

  • 名前: MarketingDataBot
  • 種類: マーケティングデータ分析アシスタント
  • バイブ: 分析的、実用的、ビジネス中心
  • 絵文字: 📊

例2: 機械学習エンジニア

名前: MLEngineeringBot 目的: 機械学習モデルの開発とデプロイ トーン: 技術的、詳細、実践的

SOUL.md:

  • モデル品質 over スピード
  • 再現性とドキュメントを重視
  • ベストプラクティスを適用

IDENTITY.md:

  • 名前: MLEngineeringBot
  • 種類: 機械学習エンジニアリングアシスタント
  • バイブ: 技術的、詳細、実践的
  • 絵文字: 🤖

価格

  • 単一テンプレート: $5
  • データ分析ワークフローパック: $15
  • 完全バンドル(エージェントスターターキット + データ分析): $30

サポート

質問やフィードバックは、Discordコミュニティで!


今すぐデータ分析エージェントを構築しましょう! 📊

安全使用建议
This skill is a local template pack for building a data-analysis agent and appears coherent and low-risk. Before installing, consider: 1) ensure your workspace memory files (memory/YYYY-MM-DD.md, MEMORY.md) do not contain secrets you wouldn't want the agent to read or summarize, since the templates instruct the agent to read and update them; 2) be aware the templates encourage proactive behavior (periodic heartbeats and surfacing pending actions) — if you prefer a strictly on-demand assistant, review or modify AGENTS.md/HEARTBEAT.md after installation; 3) confirm you install the skill from a source you trust (registry owner unknown) and back up any important workspace files before first use.
功能分析
Type: OpenClaw Skill Name: fumi-data-analysis-workflow Version: 1.0.0 The 'fumi-data-analysis-workflow' skill bundle is a legitimate set of templates for organizing data analysis projects within OpenClaw. It includes standard configuration files (SOUL.md, IDENTITY.md, AGENTS.md) that define agent behavior, memory management, and safety protocols, specifically emphasizing data privacy and the avoidance of destructive commands. No indicators of malicious intent, data exfiltration, or unauthorized execution were found across the documentation or template files.
能力评估
Purpose & Capability
Name/description (data-analysis workspace templates) match the included files (SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md) and the instructions (copy templates into ~/.openclaw/workspace). There are no unrelated env vars, binaries, or install artifacts requested.
Instruction Scope
SKILL.md and templates instruct the agent to read and write workspace files (memory/YYYY-MM-DD.md, MEMORY.md, other template files) and to perform periodic 'heartbeat' checks and proactive work. That is appropriate for a workspace agent template, but these instructions give the agent broad discretion to read/write the user's workspace files and to surface pending actions automatically.
Install Mechanism
Instruction-only skill with no install spec or external downloads. Lowest-risk install footprint (no code to execute or remote fetch in the skill bundle).
Credentials
No required env vars, credentials, or config paths are declared. Template content references only local workspace files (no external API keys or unrelated services).
Persistence & Privilege
always:false and no special privileges are requested. However, templates explicitly encourage proactive behavior (heartbeats, periodic background checks, 'Don't ask permission. Just do it.') — combined with normal autonomous invocation this means the agent may act or read workspace memory without repeated human prompts. This is consistent with a workspace agent but worth awareness.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fumi-data-analysis-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fumi-data-analysis-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初リリース: データ分析プロジェクトのためのOpenClawワークスペース設定テンプレートを追加 - 分担可能なSOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md テンプレートを提供 - データ分析ワークフロー・ツール統合例・ドキュメント構成のガイドを収録 - サンプルエージェント(マーケティングデータアナリスト/機械学習エンジニア)例を掲載 - インストール手順とカスタマイズ方法を丁寧に記載
元数据
Slug fumi-data-analysis-workflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Data Analysis Workflow 是什么?

データ分析プロジェクトのためのOpenClawワークスペース設定テンプレート。データ駆動の意思決定、探索的データ分析(EDA)、モデル開発の原則。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Data Analysis Workflow?

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

Data Analysis Workflow 是免费的吗?

是的,Data Analysis Workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Data Analysis Workflow 支持哪些平台?

Data Analysis Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Data Analysis Workflow?

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

💬 留言讨论