alicloud-platform-openclaw-setup-test
Original:🇺🇸 English
Translated
Minimal smoke test for OpenClaw setup skill. Validate official channel discovery workflow, DingTalk/Feishu integrations, Discord token configuration, and gateway health checks with non-destructive commands.
11installs
Sourcecinience/alicloud-skills
Added on
NPX Install
npx skill4agent add cinience/alicloud-skills alicloud-platform-openclaw-setup-testTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Category: test
OpenClaw Setup Minimal Smoke Test
Prerequisites
- Target host has Node.js 20+ installed.
- command is available.
openclaw - DashScope API key and DingTalk/Feishu app credentials or Discord bot token are prepared (masked placeholders are acceptable).
- Target skill: .
skills/platform/openclaw/alicloud-platform-openclaw-setup/
Test Steps
- Run and verify CLI availability.
openclaw --version - Open and verify target channel is discoverable from official list.
https://docs.openclaw.ai/channels/index - Run and verify
openclaw plugins listordingtalkplugin is installed/detected (if those channels are used).feishu - Check and verify Discord uses
~/.openclaw/openclaw.jsonor environment variablechannels.discord.token.DISCORD_BOT_TOKEN - Run and record the configuration checks.
openclaw doctor - Run and record runtime/probe status.
openclaw gateway status
Expected Results
- CLI commands execute successfully with exit code 0.
- Official channels index is reachable and channel page can be resolved.
- Plugin list contains or
dingtalkwhen those channels are configured.feishu - Discord configuration includes a valid token source (or
channels.discord.token).DISCORD_BOT_TOKEN - shows no fatal errors (missing-credential warnings are acceptable).
doctor - output is structurally complete; if not running, error details are actionable.
gateway status
Evidence Storage
- Save command outputs to: .
output/alicloud-platform-openclaw-setup-test/