Compétences data-analysis
📦

data-analysis

Risque faible ⚙️ Commandes externes🔑 Variables d’environnement

データ分析と可視化コードの生成

Également disponible depuis: Acurioustractor,supercent-io

データ分析では、特定のデータセットや可視化ニーズに応じたカスタムPythonコードが必要になることがよくあります。このスキルはAIを使用して、データを処理しサンドボックス環境でプロフェッショナルなチャートを作成する、カスタマイズされたpandasとmatplotlibのコードを生成します。

Prend en charge: Claude Codex Code(CC)
⚠️ 68 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "data-analysis". 四半期ごとの収益を示す棒グラフを作成

Résultat attendu:

pandasとmatplotlibをインポートし、データを読み込み、ラベル付き軸を持つスタイル付き棒グラフを作成し、chart_output.pngに出力を保存する生成されたPythonスクリプト

Utilisation de "data-analysis". エラーバー付きの時間経過に伴う温度トレンドをプロット

Résultat attendu:

pandasデータ処理、信頼区間付きmatplotlib時系列プロット、および適用されたプロフェッショナルテーマを含む完全なPythonコード

Utilisation de "data-analysis". 市場シェア分布を示す円グラフを作成

Résultat attendu:

パーセンテージを計算し、プロフェッショナルパレットのカスタムカラーで円グラフを作成し、高解像度画像をエクスポートするPythonスクリプト

Audit de sécurité

Risque faible
v6 • 1/21/2026

The skill generates Python code for data analysis but does not execute it directly. Static findings flagged API key access and string operations, but all patterns are false positives. The skill reads configuration from environment variables for OpenAI API access, which is standard practice for LLM-based code generation. No actual command execution occurs within the skill code.

4
Fichiers analysés
626
Lignes analysées
3
résultats
6
Total des audits
Problèmes à risque faible (1)
Environment Variable Access for API Configuration
The skill reads OPENAI_API_KEY and OPENAI_BASE_URL from environment variables to configure the OpenAI client. This is standard practice for API integration and does not pose a security risk as the skill does not transmit these values to unauthorized endpoints.

Score de qualité

45
Architecture
100
Maintenabilité
87
Contenu
21
Communauté
88
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

ビジネス分析ダッシュボード

CSVファイルから売上データを処理し、収益トレンド、地域比較、製品パフォーマンスチャートを含むマルチパネルダッシュボードを作成するPythonコードを生成します。

研究データの可視化

実験データから、学術基準に適合した一貫性のあるプロフェッショナルなスタイリングとカラースキームで、出版用のチャートを作成します。

自動レポート生成

手動でのコーディング作業なしに、データセットを自動的に分析し、定期レポート用のビジュアルサマリーを生成するスクリプトを構築します。

Essayez ces prompts

基本的なチャート生成
Generate code to create a bar chart showing monthly sales from a CSV file with columns: month, revenue
多変数分析
Create a scatter plot with regression line showing the relationship between advertising spend and sales, colored by region
時系列可視化
Build a line chart with multiple series showing daily temperature, humidity, and pressure over the past month with professional styling
高度な統計プロット
Generate a heatmap showing correlations between 10 different product categories, with annotations and a custom color palette matching corporate branding

Bonnes pratiques

  • 正確なコード生成のために、列名、データタイプ、サンプル値を含む明確なデータコンテキストを提供する
  • 最初の生成でニーズに合ったコードを得るために、正確なチャートタイプとスタイリング要件を指定する
  • 正確性を検証するため、機密データで使用する前にサンドボックス環境で生成されたコードをレビューする

Éviter

  • 分析タイプや必要な可視化を指定せず、「データを分析して」のような曖昧な要件を使用する
  • 生成されたコードをレビューせずに実行し、予期しないエラーや不正確な結果につながる可能性がある
  • 複雑な複数ステップの分析を、小さくテスト可能なコンポーネントに分割せず、単一のプロンプトで要求する

Foire aux questions

このスキルは生成したPythonコードを実行しますか?
いいえ、このスキルはPythonコードを生成するのみです。pandasとmatplotlibがインストールされた別のサンドボックス環境でコードを実行する必要があります。
どのようなチャートタイプがサポートされていますか?
このスキルは、棒グラフ、折れ線グラフ、散布図、円グラフ、ヒートマップ、その他のmatplotlibおよびseabornの可視化用のコードを生成できます。
このスキルを使用するにはOpenAI APIキーが必要ですか?
はい、このスキルはGPT-4を使用してコードを生成するため、環境変数またはスキル設定を通じて設定されたOpenAI API認証情報が必要です。
生成されたチャートの視覚的スタイルをカスタマイズできますか?
はい、このスキルにはカスタムカラーパレットを備えたプロフェッショナルテーマが含まれています。プロンプトでスタイリング要件を指定できます。
生成されたコードはどの形式で出力されますか?
生成されたコードは、レポートやプレゼンテーションに適した高DPI解像度のPNGファイルとして可視化を保存します。
このスキルは機密データで使用しても安全ですか?
このスキルは、コード生成のためにデータコンテキストをOpenAI APIに送信します。データプライバシーに懸念がある場合は、プロンプトに機密データを含めないでください。

Détails du développeur

Structure de fichiers