Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计未展示

integrations-index整合指数

Agent Skill

integrations-index 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

公开资料未说明

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:integrations-index(整合指数)
来源仓库:https://github.com/dagster-io/dagster-claude-plugins
仓库路径:skills/integrations-index
安装命令:
npx skills add dagster-io/dagster-claude-plugins --skill "integrations-index"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add dagster-io/dagster-claude-plugins --skill "integrations-index"

简介

integrations-index 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于 Dagster 插件生态浏览、数据管道组件发现和系统集成参考场景。
  • 通过 npx skills add dagster-io/dagster-claude-plugins --skill "integrations-index" 安装,需 Python 3.8+ 环境。
  • 使用前应核对插件版本与当前 Dagster 核心的兼容性矩阵。
  • 建议优先选用官方认证插件以减少运行时风险。

SKILL.md

name
integrations-index
description

Dagster Integrations Index

Navigate 82+ Dagster integrations organized by Dagster's official taxonomy. Find AI/ML tools, ETL platforms, data storage, compute services, BI tools, and monitoring integrations.

When to Use This Skill vs. Others

If User Says...Use This Skill/CommandWhy
"which integration for X"/dagster-integrationsNeed to discover appropriate integration
"does dagster support X"/dagster-integrationsCheck integration availability
"snowflake vs bigquery"/dagster-integrationsCompare integrations in same category
"best practices for X"/dagster-conventionsImplementation patterns needed
"implement X integration"/dg:prototypeReady to build with specific integration
"how do I use dbt"/dagster-conventions (dbt section)dbt-specific implementation patterns
"make this code better"/dignified-pythonPython code review needed
"create new project"/dg:create-projectProject initialization needed

Quick Reference by Category

CategoryCountCommon ToolsReference
AI & ML6OpenAI, Anthropic, MLflow, W&Breferences/ai.md
ETL/ELT9dbt, Fivetran, Airbyte, PySparkreferences/etl.md
Storage35+Snowflake, BigQuery, Postgres, DuckDBreferences/storage.md
Compute15+AWS, Databricks, Spark, Docker, K8sreferences/compute.md
BI & Visualization7Looker, Tableau, PowerBI, Sigmareferences/bi.md
Monitoring3Datadog, Prometheus, Papertrailreferences/monitoring.md
Alerting6Slack, PagerDuty, MS Teams, Twilioreferences/alerting.md
Testing2Great Expectations, Panderareferences/testing.md
Other2+Pandas, Polarsreferences/other.md

Category Taxonomy

This index aligns with Dagster's official documentation taxonomy from tags.yml:

  • ai: Artificial intelligence and machine learning integrations (LLM APIs, experiment tracking)
  • etl: Extract, transform, and load tools including data replication and transformation

frameworks

  • storage: Databases, data warehouses, object storage, and table formats
  • compute: Cloud platforms, container orchestration, and distributed processing frameworks
  • bi: Business intelligence and visualization platforms
  • monitoring: Observability platforms and metrics systems for tracking performance
  • alerting: Notification and incident management systems for pipeline alerts
  • testing: Data quality validation and testing frameworks
  • other: Miscellaneous integrations including DataFrame libraries

Note: Support levels (dagster-supported, community-supported) are shown inline in each integration entry.

Last verified: 2026-01-27

Finding the Right Integration

I need to...

Load data from external sources

  • SaaS applications → ETL (Fivetran, Airbyte)
  • Files/databases → ETL (dlt, Sling, Meltano)
  • Cloud storage → Storage (S3, GCS, Azure Blob)

Transform data

  • SQL transformations → ETL (dbt)
  • Distributed transformations → ETL (PySpark)
  • DataFrame operations → Other (Pandas, Polars)
  • Large-scale processing → Compute (Spark, Dask, Ray)

Store data

  • Cloud data warehouse → Storage (Snowflake, BigQuery, Redshift)
  • Relational database → Storage (Postgres, MySQL)
  • File/object storage → Storage (S3, GCS, Azure, LakeFS)
  • Analytics database → Storage (DuckDB)
  • Vector embeddings → Storage (Weaviate, Chroma, Qdrant)

Validate data quality

  • Schema validation → Testing (Pandera)
  • Quality checks → Testing (Great Expectations)

Run ML workloads

  • LLM integration → AI (OpenAI, Anthropic, Gemini)
  • Experiment tracking → AI (MLflow, W&B)
  • Distributed training → Compute (Ray, Spark)

Execute computation

  • Cloud compute → Compute (AWS, Azure, GCP, Databricks)
  • Containers → Compute (Docker, Kubernetes)
  • Distributed processing → Compute (Spark, Dask, Ray)

Monitor pipelines

  • Team notifications → Alerting (Slack, MS Teams, PagerDuty)
  • Metrics tracking → Monitoring (Datadog, Prometheus)
  • Log aggregation → Monitoring (Papertrail)

Visualize data

  • BI dashboards → BI (Looker, Tableau, PowerBI)
  • Analytics platform → BI (Sigma, Hex, Evidence)

Integration Categories

AI & ML

Artificial intelligence and machine learning platforms, including LLM APIs and experiment tracking.

Key integrations:

  • OpenAI - GPT models and embeddings API
  • Anthropic - Claude AI models
  • Gemini - Google's multimodal AI
  • MLflow - Experiment tracking and model registry
  • Weights & Biases - ML experiment tracking
  • NotDiamond - LLM routing and optimization

See references/ai.md for all AI/ML integrations.

ETL/ELT

Extract, transform, and load tools for data ingestion, transformation, and replication.

Key integrations:

  • dbt - SQL-based transformation with automatic dependencies
  • Fivetran - Automated SaaS data ingestion (component-based)
  • Airbyte - Open-source ELT platform
  • dlt - Python-based data loading (component-based)
  • Sling - High-performance data replication (component-based)
  • PySpark - Distributed data transformation
  • Meltano - ELT for the modern data stack

See references/etl.md for all ETL/ELT integrations.

Storage

Data warehouses, databases, object storage, vector databases, and table formats.

Key integrations:

  • Snowflake - Cloud data warehouse with IO managers
  • BigQuery - Google's serverless data warehouse
  • DuckDB - In-process SQL analytics
  • Postgres - Open-source relational database
  • Weaviate - Vector database for AI search
  • Delta Lake - ACID transactions for data lakes
  • DataHub - Metadata catalog and lineage

See references/storage.md for all storage integrations.

Compute

Cloud platforms, container orchestration, and distributed processing frameworks.

Key integrations:

  • AWS - Cloud compute services (Glue, EMR, Lambda)
  • Databricks - Unified analytics platform
  • GCP - Google Cloud compute (Dataproc, Cloud Run)
  • Spark - Distributed data processing engine
  • Dask - Parallel computing framework
  • Docker - Container execution with Pipes
  • Kubernetes - Cloud-native orchestration
  • Ray - Distributed computing for ML

See references/compute.md for all compute integrations.

BI & Visualization

Business intelligence and visualization platforms for analytics and reporting.

Key integrations:

  • Looker - Google's BI platform
  • Tableau - Interactive dashboards
  • PowerBI - Microsoft's BI tool
  • Sigma - Cloud analytics platform
  • Hex - Collaborative notebooks
  • Evidence - Markdown-based BI
  • Cube - Semantic layer platform

See references/bi.md for all BI integrations.

Monitoring

Observability platforms and metrics systems for tracking pipeline performance.

Key integrations:

  • Datadog - Comprehensive observability platform
  • Prometheus - Time-series metrics collection
  • Papertrail - Centralized log management

See references/monitoring.md for all monitoring integrations.

Alerting

Notification and incident management systems for pipeline alerts.

Key integrations:

  • Slack - Team messaging and alerts
  • PagerDuty - Incident management for on-call
  • MS Teams - Microsoft Teams notifications
  • Twilio - SMS and voice notifications
  • Apprise - Universal notification platform
  • DingTalk - Team communication for Asian markets

See references/alerting.md for all alerting integrations.

Testing

Data quality validation and testing frameworks for ensuring data reliability.

Key integrations:

  • Great Expectations - Data validation with expectations
  • Pandera - Statistical data validation for DataFrames

See references/testing.md for all testing integrations.

Other

Miscellaneous integrations including DataFrame libraries and utility tools.

Key integrations:

  • Pandas - In-memory DataFrame library
  • Polars - Fast DataFrame library with columnar storage

See references/other.md for other integrations.

References

Integration details are organized in the following files:

  • AI & ML: references/ai.md - AI and ML platforms, LLM APIs, experiment tracking
  • ETL/ELT: references/etl.md - Data ingestion, transformation, and replication tools
  • Storage: references/storage.md - Warehouses, databases, object storage, vector DBs
  • Compute: references/compute.md - Cloud platforms, containers, distributed processing
  • BI & Visualization: references/bi.md - Business intelligence and analytics platforms
  • Monitoring: references/monitoring.md - Observability and metrics systems
  • Alerting: references/alerting.md - Notifications and incident management
  • Testing: references/testing.md - Data quality and validation frameworks
  • Other: references/other.md - DataFrame libraries and miscellaneous tools

Using Integrations

Most Dagster integrations follow a common pattern:

  1. Install the package:
   pip install dagster-<integration>
  1. Import and configure a resource:
   from dagster_<integration> import <Integration>Resource

   resource = <Integration>Resource(
       config_param=dg.EnvVar("ENV_VAR")
   )
  1. Use in your assets:
   @dg.asset
   def my_asset(integration: <Integration>Resource):
       # Use the integration
       pass

For component-based integrations (dbt, Fivetran, dlt, Sling), see the specific reference files for scaffolding and configuration patterns.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

28.09%
按下载量换算46

Claude Code

23.13%
按下载量换算38

Antigravity

18.23%
按下载量换算30

Gemini CLI

12.81%
按下载量换算21

Cursor

7.85%
按下载量换算13

github-copilot

3.09%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills