WLdPass Developer Portal

Integrate WLdPass in 3 minutes

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

  1. No account? First register one
  2. After login, go to Admin Panel → Click "Bot" tab
  3. Click 「Generate API Token」, copy wldpass_xxxxxxxx for 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_TOKEN

Windows 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
Where to run? What is a "terminal"?
  • 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
What does the command do? Automatically downloads config script → Verifies your Token → Creates WLdPass Skill in OpenClaw workspace → Writes Token → Done. No manual file editing needed.

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 (新功能!):
> 看看我订阅的关键词有什么新消息
> 现在就推送一次新闻摘要
> 查看推送统计
It's that simple! OpenClaw will automatically recognize your intent, call WLdPass API to complete operations, and display results directly in the chat window.

商情 Digest · 关键词新闻自动推送

WLdPass 内置了 商情 Digest 系统:每小时自动监控 12+ 新闻源(财联社、36氪、华尔街见闻、金十、格隆汇、一财、财新、知乎、HackerNews、Finviz、Solidot), 匹配你的关键词订阅,推送相关商业资讯。

📥 拉取模式(默认)

在 OpenClaw 中随时查看最新摘要:

> 看看我订阅的关键词有什么新消息
> 我的摘要推送统计
> 查看历史摘要
📤 推送模式(Webhook)

注册 Webhook 后自动推送到你的服务器:

> 注册 Webhook:https://my-server.com/hook

之后每小时 Digest 自动 POST 到该地址

前提条件:需要先有关键词订阅。在 OpenClaw 中输入 > 订阅关键词 CNC machining 即可。
合规说明:Digest 仅索引标题 + 原文链接(不抓取正文),所有条目附带来源归属,点击链接跳转原始发布者页面。

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.py

The 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 会自动完成所有配置。

方案 A · VS Code + GitHub Copilot
  1. 1. 安装 VS Code + GitHub Copilot 扩展
  2. 2. 按 Ctrl+Shift+I 打开 Copilot Chat
  3. 3. 粘贴下方提示词,回车
帮我配置 WLdPass OpenClaw 技能。
我的 Token 是 wldpass_你的TOKEN。
请下载 https://wldpass.com/openclaw-setup.py
并执行安装。
方案 B · 华为 CodeArts IDE
  1. 1. 下载 CodeArts IDE(个人版免费)
  2. 2. 登录华为云账号,打开内置 AI 对话
  3. 3. 粘贴下方提示词,回车
我要接入 WLdPass 供需平台。
Token: wldpass_你的TOKEN。
帮我执行 openclaw-setup.py 配置脚本,
并验证安装是否成功。
AI 会自动完成:下载脚本 → 验证 Token → 创建 Skill 文件 → 写入配置 → 重启服务。全程零手动,适合不熟悉命令行的用户。