datasphere-explorer

Explore SAP Datasphere spaces, catalog assets, schemas, lineage, and data quality.

25|7|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork --skill datasphere-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datasphere-explorer
Source: https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork/tree/main/skills/datasphere-explorer
Command: npx skills add https://github.com/MarioDeFelipe/sap-datasphere-plugin-for-claude-cowork --skill datasphere-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Analysts and data stewards often cannot quickly discover what data exists, where it lives, or whether it is suitable for analysis; this Skill helps users locate assets, understand schemas and quality, and trace lineage without requiring deep Datasphere or SQL knowledge.

Core Features & Use Cases

  • Guided landscape overview: list and summarize spaces by purpose, size, and object counts to orient users.
  • Space deep dive and catalog search: enumerate assets in a space, surface curated "golden" datasets, and search the catalog by topic or column.
  • Schema inspection and profiling: present column-level metadata, identify keys/measures/dimensions, sample data, and run distribution checks to highlight quality issues.
  • Lineage and impact analysis: trace upstream sources and downstream consumers, inspect object definitions, and identify deployed objects that depend on a dataset.
  • Interactive query building: convert natural-language requests into safe, limited queries or SQL for exploratory sampling and aggregation.
  • Use case: A business analyst can ask for datasets related to "customer revenue", get ranked matches with descriptions and sample rows, inspect the schema, and request a short query that returns the top customers by revenue.

Quick Start

Show me an overview of available spaces and summarize storage, object counts, and recently modified assets.

Frequently Asked Questions about datasphere-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available datasets in an SAP Datasphere environment?

You can discover SAP Datasphere datasets by generating a guided landscape overview that lists spaces by purpose, size, and object counts, or by searching the catalog directly by topic or column name to find relevant assets.

Can I trace data lineage and impact analysis for catalog assets in SAP Datasphere?

Yes, you can trace data lineage in SAP Datasphere to map upstream sources and downstream consumers, inspect object definitions, and identify deployed objects that depend on a specific dataset for impact analysis.

How do I inspect schemas and run data profiling on SAP Datasphere tables?

You can inspect SAP Datasphere schemas to view column-level metadata, identify keys, measures, and dimensions, sample data, and run distribution checks to highlight data quality issues without needing SQL knowledge.

Does catalog search in SAP Datasphere require an authenticated connection?

Yes, catalog search requires an authenticated MCP connection with OAuth credentials to access SAP Datasphere tools like list_spaces, search_catalog, and get_table_schema to retrieve metadata and lineage.

What is the best way to build exploratory queries for SAP Datasphere datasets?

The best way to build exploratory queries is using interactive query building, which converts natural-language requests into safe, limited SQL queries for exploratory sampling and aggregation on SAP Datasphere datasets.