datasphere-data-flows

datasphere-data-flows is a skill for Claude Code from MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork. It costs 59 tokens per session (4,387 once invoked), scanned A, original, MIT.

A guide to moving and transforming data in SAP Datasphere. It covers replication flows, data flows, transformation flows, and task chains, which coordinate data work.

In plain words
What is it for?
Use it to design, configure, troubleshoot, and optimize data pipelines, including continuous change capture, joins, unions, SQL transformations, scheduling, and orchestration.
Why use it?
It helps you choose the appropriate flow for bulk transfers, change tracking, complex transformations, or scheduled dependent tasks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the datasphere plugin — 18 skills, 1 MCP server shipped together

Good fit Use it to design, configure, troubleshoot, and optimize data pipelines, including continuous change capture, joins, unions, SQL transformations, scheduling, and orchestration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork --skill datasphere-data-flows
Clone the repo
git clone --depth 1 https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork

Made for: Claude Code.

Or install datasphere, the plugin that ships this one along with the rest of its 18 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for datasphere-data-flows

README.md
[![agentmods](https://agentmods.dev/badge/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows/github.svg)](https://agentmods.dev/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows)
Your own site
<a href="https://agentmods.dev/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows"><img src="https://agentmods.dev/badge/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for datasphere-data-flows

Your own site · 80×15
<a href="https://agentmods.dev/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows"><img src="https://agentmods.dev/badge/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,387 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.04387
Opus 5 $0.00030 $0.02194
Sonnet 5 $0.00012 $0.00877
Haiku 4.5 $0.00006 $0.00439

Measured 10d ago against content hash 99a823d47e9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

datasphere-data-flows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/datasphere-data-flows/SKILL.md · 472 lines

How it starts

The opening of the file, as written. The whole thing — 472 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SAP Datasphere Data Integration

Expert skill for SAP Datasphere Data Integration layer covering all flow types and orchestration patterns.

Flow Type Decision Matrix

Requirement Recommended Flow Reason
Mass 1:1 data movement Replication Flow Optimized for bulk transfer, supports CDC
Real-time delta capture Replication Flow Only flow type supporting continuous CDC
Complex ETL (joins, unions) Data Flow Visual modeling + Python scripting
Delta propagation through layers Transformation Flow Reads/writes delta tables, SQL-based
Schedule & orchestrate Task Chain Dependency management, parallel execution

Accessing Data Builder

  1. Click Data Builder in the left navigation menu (cube icon)
  2. Select a Space to work in (required before creating objects)
  3. Use the tabs to filter: All Files | Tables | Views | E/R Models | Analytic Models | Flows | Intelligent Lookups | Task Chains

Creating Flows

From Data Builder, click one of the creation tiles at the top:

  • New Data Flow - Opens Data Flow editor
  • New Replication Flow - Opens Replication Flow wizard
  • New Transformation Flow - Opens Transformation Flow editor
  • New Task Chain - Opens Task Chain orchestrator
Flow Type Navigation Path URL Fragment
Data Builder Left Menu → Data Builder #/databuilder
Flows List Data Builder → Flows tab #/databuilder&/db/{SPACE} (filtered)
Data Flow Editor Data Builder → New Data Flow #/databuilder&/db/{SPACE}/-newDataFlow
Replication Flow Data Builder → New Replication Flow #/replicationflow
Transformation Flow Data Builder → New Transformation Flow #/transformationflow
Task Chain Data Builder → New Task Chain #/taskchain
Monitor All Data Integration Monitor #/dim

Data Flow Editor Layout

Left Panel - Repository/Sources:

  • Repository Tab: Lists local tables, views, and objects (85+ objects)
  • Sources Tab: Lists external connections for bringing in data
    • Expand "Connections" to see available source systems
    • Supports cloud sources (AWS, Azure, etc.)

Read the full file on GitHub · 472 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 472 lines · 59 tokens per session scan A 99a823d47e9e

Subscribe to this mod's changes

datasphere-data-flows is a skill published in the GitHub repository MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork (25 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 4,387 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pinecone

Managed vector DB for production RAG and search.

NousResearch/hermes-agent · 13 tokens

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.

davila7/claude-code-templates · 35 tokens

graphjin-env

Use when setting up a training or evaluation loop against a GraphJin agent environment — running the container, reading /health, driving episodes hosted or step-by-step or with your own agent over MCP, splitting train from eval, exporting trajectories, and deciding whether two rewards can be compared.

dosco/graphjin · 61 tokens

ingesting-into-data-lake

Import data into the AWS data lake from S3 files, local uploads, JDBC databases (Oracle, SQL Server, PostgreSQL, MySQL, RDS, Aurora), Amazon Redshift, Snowflake, BigQuery, DynamoDB, or existing Glue catalog tables (migration). Default target is S3 Tables; standard Iceberg on a general purpose bucket is supported where…

aws/agent-toolkit-for-aws · 228 tokens

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

foryourhealth111-pixel/Vibe-Skills · 30 tokens

nornicdb-qdrant-migration

Migrate from Qdrant to NornicDB end-to-end through NornicDB's Qdrant-compatible gRPC surface. Covers connection setup, collection→database mapping, point→node mapping, the vector-config and named-vector replication, point upsert in batches, count verification, and what (deliberately) does not transfer (snapshots, HNSW…

orneryd/NornicDB · 101 tokens