plugins marketplace
← All plugins

sap-hana-cli

v2.4.1

Assists with SAP HANA Developer CLI (hana-cli) for database development and administration. Use when: installing hana-cli, connecting to SAP HANA databases, inspecting database objects (tables, views, procedures, functions), managing HDI containers, executing SQL queries, converting metadata to CDS/EDMX/OpenAPI formats, managing SAP HANA Cloud instances, working with BTP CLI integration, or troubleshooting hana-cli commands. Covers: 91 commands, 17+ output formats, HDI container management, cloud operations.

CodexClaude Code1 skill1 MCP serverstdio

by Eduard JiglauGPL-3.0404updated 1 day ago

Source

git clone https://github.com/secondsky/sap-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-hana-cli/ inside the repository.

Layout

plugins/sap-hana-cli/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/sap-hana-cli/SKILL.md
└── .mcp.json

Skills1

sap-hana-cliskills/sap-hana-cli/SKILL.md

Assists with SAP HANA Developer CLI (hana-cli) for database development and administration. Use when: installing hana-cli, connecting to SAP HANA databases, inspecting database objects (tables, views, procedures, functions), managing HDI containers, executing SQL queries, converting metadata to CDS/EDMX/OpenAPI formats, managing SAP HANA Cloud instances, working with BTP CLI integration, or troubleshooting hana-cli commands. Covers: 91 commands, 17+ output formats, HDI container management, cloud operations.

MCP servers1

hana-mcp-serverstdio
command
npx
args
-y hana-mcp-server@0.3.4
env.HANA_HOST
${HANA_HOST}
env.HANA_PORT
${HANA_PORT}
env.HANA_USER
${HANA_USER}
env.HANA_PASSWORD
${HANA_PASSWORD}
env.HANA_ENCRYPT
${HANA_ENCRYPT:-true}
env.HANA_DATABASE
${HANA_DATABASE:-}
env.HANA_CONNECTION_TYPE
${HANA_CONNECTION_TYPE:-single-container}

Manifests2

plugins/sap-hana-cli/.codex-plugin/plugin.json
{
  "name": "sap-hana-cli",
  "version": "2.4.1",
  "description": "Assists with SAP HANA Developer CLI (hana-cli) for database development and administration. Use when: installing hana-cli, connecting to SAP HANA databases, inspecting database objects (tables, views, procedures, functions), managing HDI containers, executing SQL queries, converting metadata to CDS/EDMX/OpenAPI formats, managing SAP HANA Cloud instances, working with BTP CLI integration, or troubleshooting hana-cli commands. Covers: 91 commands, 17+ output formats, HDI container management, cloud operations.",
  "author": {
    "name": "Eduard Jiglau",
    "email": "hello@sap-ai-skills.com",
    "url": "https://sap-ai-skills.com"
  },
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "license": "GPL-3.0",
  "keywords": [
    "api",
    "btp",
    "cds",
    "cli",
    "cloud",
    "database",
    "hana",
    "hdi",
    "sap",
    "sap-hana-cli",
    "sql",
    "sqlscript"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP HANA CLI",
    "shortDescription": "Assists with SAP HANA Developer CLI (hana-cli) for database d...",
    "longDescription": "Assists with SAP HANA Developer CLI (hana-cli) for database development and administration. Use when: installing hana-cli, connecting to SAP HANA databases, inspecting database objects (tables, views, procedures, functions), managing HDI containers, executing SQL queries, converting metadata to CDS/EDMX/OpenAPI formats, managing SAP HANA Cloud instances, working with BTP CLI integration, or troubleshooting hana-cli commands. Covers: 91 commands, 17+ output formats, HDI container management, cloud operations.",
    "developerName": "Eduard Jiglau",
    "category": "HANA",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP HANA CLI for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-hana-cli/.claude-plugin/plugin.json
{
  "name": "sap-hana-cli",
  "description": "Assists with SAP HANA Developer CLI (hana-cli) for database development and administration. Use when: installing hana-cli, connecting to SAP HANA databases, inspecting database objects (tables, views, procedures, functions), managing HDI containers, executing SQL queries, converting metadata to CDS/EDMX/OpenAPI formats, managing SAP HANA Cloud instances, working with BTP CLI integration, or troubleshooting hana-cli commands. Covers: 91 commands, 17+ output formats, HDI container management, cloud operations.",
  "version": "2.4.1",
  "author": {
    "name": "Eduard Jiglau",
    "email": "hello@sap-ai-skills.com",
    "url": "https://sap-ai-skills.com"
  },
  "license": "GPL-3.0",
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "keywords": [
    "api",
    "btp",
    "cds",
    "cli",
    "cloud",
    "database",
    "hana",
    "hdi",
    "sap",
    "sap-hana-cli",
    "sql",
    "sqlscript"
  ],
  "category": "hana",
  "agents": [
    "./agents/hana-database-advisor.md"
  ],
  "commands": [
    "./commands/hana-connect-check.md",
    "./commands/hana-inspect-object.md"
  ],
  "mcpServers": "./.mcp.json"
}