Deploy OpenClaw on Linux, enable DingTalk, Feishu, Discord, or other documented channels, and verify gateway health.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-platform-openclaw-setupExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-platform-openclaw-setup from cinience/alicloud-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate alicloud-platform-openclaw-setup. Access via /alicloud-platform-openclaw-setup in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
368
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
368
stars
Deploy OpenClaw on Linux, enable DingTalk, Feishu, Discord, or other documented channels, and verify gateway health.
Run this sequence in order:
~/.openclaw/openclaw.json.AppKey, AppSecret) for the official connector, or Feishu app credentials (App ID, App Secret), or Discord bot token.ssh root@<server>
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
node --version
npm --version
npm install -g openclaw@latest
openclaw --version
# DingTalk official connector
openclaw plugins install @dingtalk-real-ai/dingtalk-connector --pin
# or install from official GitHub repo
openclaw plugins install https://github.com/DingTalk-Real-AI/dingtalk-openclaw-connector.git
openclaw plugins list | grep dingtalk
# Feishu channel
openclaw plugins install @openclaw/feishu
openclaw plugins list | grep feishu
# Discord channel (built-in, no extra plugin needed)
# Configure token in Step 3 and start gateway in Step 4
If upgrading from old DingTalk plugins, uninstall legacy plugin IDs first and keep only the official connector in plugins.allow.
When user asks for any extra channel beyond current setup, do this first:
https://docs.openclaw.ai/channels/index.~/.openclaw/openclaw.json.Use the exact workflow in references/channel-discovery.md.
openclaw.jsonCreate or update ~/.openclaw/openclaw.json with:
models.providers.bailian for DashScope endpoint and models.agents.defaults.model.primary in provider/model format, default to bailian/glm-5.models.providers.bailian.models ordered as:
qwen3-plusglm-5minimax-m2.5kimi-k2.5agents.defaults.model.fallbacks ordered as:
bailian/qwen3-plusbailian/minimax-m2.5bailian/kimi-k2.5channels.dingtalk-connector, channels.feishu, or channels.discord credentials and policy.plugins.allow including installed channel plugins.Important:
~/.openclaw/agents/main/agent/models.json can override ~/.openclaw/openclaw.json.api: openai-completions -> use https://dashscope.aliyuncs.com/compatible-mode/v1api: openai-responses -> use https://dashscope.aliyuncs.com/api/v2/apps/protocols/compatible-mode/v1Use the full template in references/config.md. Use DingTalk field mapping in references/dingtalk-setup.md. Use Feishu setup and field mapping in references/feishu-setup.md. Use Discord setup and field mapping in references/discord-setup.md. Use channel discovery workflow in references/channel-discovery.md.
openclaw gateway install
openclaw gateway start
openclaw gateway status
If running with user-level systemd, reload after config changes:
systemctl --user import-environment DASHSCOPE_API_KEY
systemctl --user daemon-reload
systemctl --user restart openclaw-gateway
openclaw doctor
openclaw gateway status
openclaw gateway logs -f
Common failures:
plugins.allow.agents.defaults.model.primary format (provider/model-id).models.providers.bailian.apiKey and DASHSCOPE_API_KEY imported in systemd.~/.openclaw/agents/main/agent/models.json.openai-completions vs openai-responses) and clear stale session if needed.openclaw logs --follow and check gateway/channels/dingtalk-connector lines for stream reconnect or credential issues.mkdir -p output/alicloud-platform-openclaw-setup
echo "validation_placeholder" > output/alicloud-platform-openclaw-setup/validate.txt
Pass criteria: command exits 0 and output/alicloud-platform-openclaw-setup/validate.txt is generated.
output/alicloud-platform-openclaw-setup/.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
cinience/alicloud-skills
sickn33/antigravity-awesome-skills
mattpocock/skills
odysseus0/symphony
qodex-ai/ai-agent-skills
jezweb/claude-skills
alicloud-platform-openclaw-setup has been reliable in day-to-day use. Documentation quality is above average for community skills.
alicloud-platform-openclaw-setup is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in alicloud-platform-openclaw-setup — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend alicloud-platform-openclaw-setup for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
alicloud-platform-openclaw-setup has been reliable in day-to-day use. Documentation quality is above average for community skills.
Keeps context tight: alicloud-platform-openclaw-setup is the kind of skill you can hand to a new teammate without a long onboarding doc.
alicloud-platform-openclaw-setup reduced setup friction for our internal harness; good balance of opinion and flexibility.
alicloud-platform-openclaw-setup reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: alicloud-platform-openclaw-setup is the kind of skill you can hand to a new teammate without a long onboarding doc.
alicloud-platform-openclaw-setup has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 33