heroku
Manage Heroku apps, dynos, and add-ons via CLI and API. Deploy and scale applications.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/herokuHeroku
Platform as a Service.
Environment
export HEROKU_API_KEY="xxxxxxxxxx"
CLI Commands
heroku apps
heroku create app-name
heroku logs --tail -a app-name
heroku ps -a app-name
heroku ps:scale web=1 -a app-name
heroku config -a app-name
heroku config:set KEY=value -a app-name
API - List Apps
curl "https://api.heroku.com/apps" \
-H "Authorization: Bearer $HEROKU_API_KEY" \
-H "Accept: application/vnd.heroku+json; version=3"
API - Restart Dynos
curl -X DELETE "https://api.heroku.com/apps/{app}/dynos" \
-H "Authorization: Bearer $HEROKU_API_KEY" \
-H "Accept: application/vnd.heroku+json; version=3"
Links
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-heroku": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
onedrive
Manage OneDrive files and folders via Microsoft Graph. Upload, download, and share files.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.