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.
npx skills add MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork --skill datasphere-data-flowsgit clone --depth 1 https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-coworkWrote 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.
[](https://agentmods.dev/skills/mariodefelipe/sap-datasphere-plugin-for-claude-cowork/datasphere-data-flows)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 |
Navigation
Accessing Data Builder
- Click Data Builder in the left navigation menu (cube icon)
- Select a Space to work in (required before creating objects)
- 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.)
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.
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.
- 10d ago First seen · 472 lines · 59 tokens per session scan A 99a823d47e9e
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.
Other skills, from other repositories
pinecone
Managed vector DB for production RAG and search.
data-engineer
Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.
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.
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…
similarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
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…