Alicloud platform openclaw setup
Skill ulpi-io/plugin-marketplace/plugins/cinience/skills/alicloud-platform-openclaw-setup
A curated collection of 7,800+ agent skills for Claude Desktop, sourced from skills.sh
npx -y skills add ulpi-io/plugin-marketplace --skill alicloud-platform-openclaw-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.8 KB, 361 tokens by cl100k_base, as published. Nobody here has run it
Category: test
OpenClaw Setup Minimal Smoke Test
Prerequisites
- Target host has Node.js 20+ installed.
openclawcommand is available.- 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
openclaw --versionand verify CLI availability. - Open
https://docs.openclaw.ai/channels/indexand verify target channel is discoverable from official list. - Run
openclaw plugins listand verifydingtalkorfeishuplugin is installed/detected (if those channels are used). - Check
~/.openclaw/openclaw.jsonand verify Discord useschannels.discord.tokenor environment variableDISCORD_BOT_TOKEN. - Run
openclaw doctorand record the configuration checks. - Run
openclaw gateway statusand record runtime/probe 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
dingtalkorfeishuwhen those channels are configured. - Discord configuration includes a valid token source (
channels.discord.tokenorDISCORD_BOT_TOKEN). doctorshows no fatal errors (missing-credential warnings are acceptable).gateway statusoutput is structurally complete; if not running, error details are actionable.
Evidence Storage
- Save command outputs to:
output/alicloud-platform-openclaw-setup-test/.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.