Install
openclaw skills install stardots-backupAutomatically back up images to stardots.io cloud storage with secure MD5 authentication and configurable credentials.
openclaw skills install stardots-backup将图像自动备份到 stardots.io 云存储平台
clawhub install stardots-backup
在 OpenClaw 配置中设置:
{
"stardots-backup": {
"apiKey": "your-api-key",
"apiSecret": "your-api-secret",
"space": "your-space-name"
}
}
export STARDOTS_API_KEY="your-api-key"
export STARDOTS_API_SECRET="your-api-secret"
export STARDOTS_SPACE="your-space-name"
创建 ~/.config/stardots/config.json:
{
"api_key": "your-api-key",
"api_secret": "your-api-secret",
"space": "your-space-name"
}
发送图片时附带文字:
MIT