sap-hana-cli
v2.4.1Assists 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.
By Eduard JiglauLicense: GPL-3.0452 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sap-hana-cli for Codex and Claude Code
codex plugin marketplace add secondsky/sap-skills
codex plugin marketplace upgrade sap-skills
codex plugin add sap-hana-cli@sap-skillsPaste and run these commands in a terminal with Codex. They add and refresh the sap-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “sap-hana-cli” remain stable.
- Codex:
sap-hana-cli@agent-plugin-marketplace→sap-hana-cli@sap-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/secondsky/sap-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sap-hana-cli/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/sap-hana-cli/SKILL.md└── .mcp.json
Included Skills1
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
- command
- npx
- args
- -y [email protected]
- 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}
Plugin manifests2
{
"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": "[email protected]",
"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"
}
}{
"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": "[email protected]",
"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"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sap-hana-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sap-hana-cli)