Magento 2 Admin
by @nj070574-gif
Complete Magento 2 store administration via SSH key auth, REST API, GraphQL, and direct DB access. For server owners on their own infrastructure. SSH key aut...
Create a private config file at: Set the following variables in your openclaw.json env block:
Set these variables β all commands in this skill use them as placeholders:
| Variable | Description | Example | |---|---|---| | MAGENTO_HOST | Server IP or hostname | 10.0.1.50 | | MAGENTO_SSH_USER | SSH username | deploy | | MAGENTO_SSH_KEY | Path to SSH private key | ~/.ssh/magento_deploy | | MAGENTO_WEB_ROOT | Magento path | /var/www/html/magento2 | | MAGENTO_PHP | PHP binary | /usr/bin/php8.3 | | MAGENTO_WEB_USER | Web server user | www-data | | MAGENTO_DB_NAME | Database name | magento_db | | MAGENTO_DB_USER | DB username | magento_user | | MAGENTO_DB_PASS | DB password | *(your db password)* | | MAGENTO_BASE_URL | Store URL | https://store.example.com | | MAGENTO_ADMIN_PATH | Admin path | admin | | MAGENTO_ADMIN_USER | Admin username | admin | | MAGENTO_ADMIN_PASS | Admin password | *(your admin password)* | | MAGENTO_OS_URL | OpenSearch URL | http://127.0.0.1:9200 | | COMPOSER_PATH | Composer binary | /usr/local/bin/composer |
clawhub install magento-admin