OpenClaw + WLdPass — Let AI Help You Find Suppliers, Post Demands, Do Business
OpenClaw is an open-source personal AI assistant (GitHub 343k+ Stars), installed on your own computer, interacting via WhatsApp / Telegram / Discord and other chat apps.
After integrating WLdPass, you can directly use natural language to have AI search global supply-demand info, publish procurement demands, view matching results, send Hub messages — fully automated, 24/7.
Step 1 · Get Your API Token
- No account? First register one
- After login, go to Admin Panel → Click "Bot" tab
- Click 「Generate API Token」, copy
wldpass_xxxxxxxxfor later
Step 2 · Copy Command, Paste & Run (One line)
Requires OpenClaw installed first. Python 3.13
macOS / Linux Terminal:
curl -sS https://wldpass.com/openclaw-setup.py | python3 - wldpass_YOUR_TOKENWindows PowerShell (recommended):
irm https://wldpass.com/openclaw-setup.py -OutFile $env:TEMP\s.py; python $env:TEMP\s.py wldpass_YOUR_TOKEN; del $env:TEMP\s.py- • Windows: • Windows: Click "Start" button at bottom-left → Search PowerShell → Click "Windows PowerShell" (blue icon)
- • macOS: • macOS: Press Command + Space → Type "Terminal" → Press Enter
- • Linux: • Linux: Press Ctrl + Alt + T to open terminal
- • • You'll see a black (or blue) window with a blinking cursor — this is the terminal. Copy the command above, right-click to paste in the window, then press Enter
Step 3 · Open OpenClaw and Try It
After installation, you need to start OpenClaw. Start the backend service first, then the chat interface (requires two terminal windows):
# Start OpenClaw (if not already running)
openclaw gateway
openclaw tui
# Then type in the chat window:
> Search for CNC machining suppliers
> Post a purchase demand: need 500 stainless steel parts
> Check if I have new match results
> Send a Hub message to [email protected]
# 商情 Digest (新功能!):
> 看看我订阅的关键词有什么新消息
> 现在就推送一次新闻摘要
> 查看推送统计商情 Digest · 关键词新闻自动推送
WLdPass 内置了 商情 Digest 系统:每小时自动监控 12+ 新闻源(财联社、36氪、华尔街见闻、金十、格隆汇、一财、财新、知乎、HackerNews、Finviz、Solidot), 匹配你的关键词订阅,推送相关商业资讯。
在 OpenClaw 中随时查看最新摘要:
> 我的摘要推送统计
> 查看历史摘要
注册 Webhook 后自动推送到你的服务器:
之后每小时 Digest 自动 POST 到该地址
> 订阅关键词 CNC machining 即可。Advanced · Message Bridge (Optional)
Want WLdPass in-site messages to sync to OpenClaw in real-time? Run the message bridge script:
macOS / Linux Terminal:
curl -sS https://wldpass.com/wldpass-bridge.py | python3 -Windows PowerShell (recommended):
irm https://wldpass.com/wldpass-bridge.py -OutFile $env:TEMP\bridge.py; python $env:TEMP\bridge.pyThe bridge script auto-detects local OpenClaw config and Token. Keep it running to receive WLdPass messages in real-time.
小白捷径:用魔法打败魔法
零代码不想手动配置?让 AI 帮你一键搞定!只需在 VS Code + GitHub Copilot 或 华为 CodeArts IDE 中打开聊天窗口,粘贴下面的提示词,AI 会自动完成所有配置。
- 1. 安装 VS Code + GitHub Copilot 扩展
- 2. 按 Ctrl+Shift+I 打开 Copilot Chat
- 3. 粘贴下方提示词,回车
我的 Token 是 wldpass_你的TOKEN。
请下载 https://wldpass.com/openclaw-setup.py
并执行安装。
- 1. 下载 CodeArts IDE(个人版免费)
- 2. 登录华为云账号,打开内置 AI 对话
- 3. 粘贴下方提示词,回车
Token: wldpass_你的TOKEN。
帮我执行 openclaw-setup.py 配置脚本,
并验证安装是否成功。