$npx -y skills add jfilak/sapcli-claude-plugin --skill abap-system-infoFetch and displays ABAP system information such as system ID, client, and user details.
| 1 | ## What I do |
| 2 | |
| 3 | I connect to an ABAP system and retrieve essential information such as the |
| 4 | system ID, client, and user details. This information is then displayed to the |
| 5 | user in a clear and concise manner. |
| 6 | |
| 7 | ## When to use me |
| 8 | |
| 9 | Use me when you need to quickly access and display key information about the |
| 10 | ABAP system you are connected to. This can be particularly useful for |
| 11 | troubleshooting, system monitoring, or when you need to confirm your connection |
| 12 | details. |
| 13 | |
| 14 | ## Displaying all system information |
| 15 | |
| 16 | ```bash |
| 17 | sapcli abap systeminfo |
| 18 | ``` |
| 19 | |
| 20 | ## Displaying all system particular information |
| 21 | |
| 22 | ```bash |
| 23 | sapcli abap systeminfo --key SID |
| 24 | ``` |