
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
一键配置 Discord 与 OpenClaw 的连接。
npx openclawdc
或指定 Bot Token:
# macOS/Linux
DISCORD_BOT_TOKEN="你的Token" npx openclawdc
# Windows PowerShell
$env:DISCORD_BOT_TOKEN="你的Token"; npx openclawdc
# Windows CMD
set DISCORD_BOT_TOKEN=你的Token && npx openclawdc
npm install -g openclaw && openclaw onboard在 Bot 页面,找到 Privileged Gateway Intents:
在 OAuth2 → URL Generator:
Scopes:
Bot Permissions:
复制生成的 URL,在浏览器中打开,选择服务器并授权。
| 配置项 | 说明 | 必要性 |
|---|---|---|
token | Discord Bot Token | 必填 |
enabled | 是否启用 | 必填 |
allowlist | 允许的用户 ID 列表 | 可选 |
如果自动配置失败,可以手动执行:
openclaw config set channels.discord.enabled true
openclaw config set channels.discord.token "YOUR_BOT_TOKEN"
openclaw config set channels.discord.allowlist '["USER_ID_1", "USER_ID_2"]'
openclaw gateway restart
# 查看状态
openclaw channels status --deep
# 查看日志
openclaw channels logs
# 重启服务
openclaw gateway restart
openclaw channels logsnpx openclawdc确保机器人有以下权限:
MIT
FAQs
一键配置 Discord 与 OpenClaw 的连接,自动设置 Bot Token 和权限
The npm package openclawdc receives a total of 1 weekly downloads. As such, openclawdc popularity was classified as not popular.
We found that openclawdc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.