logo
0
1
WeChat Login

OpenClaw-cn — 个人 AI 助手中文版

OpenClaw

EXFOLIATE! EXFOLIATE!

DMXAPI

Website · Docs · Vision · DeepWiki · Getting Started · Updating · Showcase · FAQ · Wizard · Nix · Docker · Discord


Sponsors

OpenAIVercelBlacksmithConvex
OpenAIVercelBlacksmithConvex

快速开始

安装

使用 DMXAPI 的 npm 镜像源安装:

npm config set registry https://npm.cnb.cool/dmxapi/openclaw-cn/-/packages/ npm install -g openclaw-cn@latest

使用

# 运行引导向导 openclaw-cn onboard --install-daemon # 启动 Gateway openclaw-cn gateway --port 18789 --verbose # 发送消息 openclaw-cn message send --to +1234567890 --message "Hello from OpenClaw" # 与助手对话 openclaw-cn agent --message "Ship checklist" --thinking high

升级

npm update -g openclaw-cn # 升级后运行 doctor 检查 openclaw-cn doctor

项目简介

OpenClaw 是一个运行在你自己设备上的个人 AI 助手

它可以在你常用的通讯渠道上回复你(WhatsApp、Telegram、Slack、Discord、Google Chat、Signal、iMessage、Microsoft Teams、WebChat),还支持扩展渠道如 BlueBubbles、Matrix、Zalo 和 Zalo Personal。它可以在 macOS/iOS/Android 上进行语音交互,并可以渲染你控制的实时 Canvas。Gateway 只是控制平面——产品本身是助手。

如果你想要一个本地、快速、常驻的个人单用户助手,这就是它。

系统要求

  • Node.js: >=22.12.0
  • 包管理器: npm / pnpm / bun

相关链接

官网 · 文档 · DeepWiki · 入门指南 · 更新指南 · 展示 · 常见问题 · 向导 · Nix · Docker · Discord

推荐设置:运行引导向导 (openclaw-cn onboard)。它会引导你完成 Gateway、工作区、渠道和技能的设置。CLI 向导是推荐路径,支持 macOS、Linux 和 Windows (通过 WSL2;强烈推荐)


模型(选择 + 认证)

订阅(OAuth):

模型说明:虽然支持任何模型,但强烈推荐 Anthropic Pro/Max (100/200) + Opus 4.5,因为其长上下文能力强,且对提示注入攻击有更好的抵抗力。参见 引导向导


主要功能

  • 本地优先 Gateway — 会话、渠道、工具和事件的单一控制平面
  • 多渠道收件箱 — WhatsApp、Telegram、Slack、Discord、Google Chat、Signal、BlueBubbles (iMessage)、iMessage (传统)、Microsoft Teams、Matrix、Zalo、Zalo Personal、WebChat、macOS、iOS/Android
  • 多代理路由 — 将入站渠道/账户/对等方路由到隔离的代理(工作区 + 每代理会话)
  • 语音唤醒 + 对话模式 — macOS/iOS/Android 上使用 ElevenLabs 的常驻语音
  • 实时 Canvas — 代理驱动的可视化工作区,支持 A2UI
  • 一流的工具 — 浏览器、canvas、节点、定时任务、会话以及 Discord/Slack 操作
  • 配套应用 — macOS 菜单栏应用 + iOS/Android 节点
  • 引导向导 + 技能 — 向导驱动的设置,包含内置/托管/工作区技能

开发渠道

  • stable: 标签发布 (vYYYY.M.DvYYYY.M.D-<patch>),npm dist-tag latest
  • beta: 预发布标签 (vYYYY.M.D-beta.N),npm dist-tag beta(macOS 应用可能缺失)
  • dev: main 分支的移动头,npm dist-tag dev(如已发布)

切换渠道 (git + npm): openclaw-cn update --channel stable|beta|dev 详情: 开发渠道


从源码构建(开发)

推荐使用 pnpm 从源码构建。Bun 是可选的,用于直接运行 TypeScript。

openclaw onboard --install-daemon openclaw gateway --port 18789 --verbose # Send a message openclaw message send --to +1234567890 --message "Hello from OpenClaw" # Talk to the assistant (optionally deliver back to any connected channel: WhatsApp/Telegram/Slack/Discord/Google Chat/Signal/iMessage/BlueBubbles/IRC/Microsoft Teams/Matrix/Feishu/LINE/Mattermost/Nextcloud Talk/Nostr/Synology Chat/Tlon/Twitch/Zalo/Zalo Personal/WebChat) openclaw agent --message "Ship checklist" --thinking high

Upgrading? Updating guide (and run openclaw doctor).

git clone https://github.com/openclaw/openclaw.git cd openclaw pnpm install pnpm ui:build # 首次运行时自动安装 UI 依赖 pnpm build pnpm openclaw onboard --install-daemon # 开发循环(TS 变更时自动重载) pnpm gateway:watch

注意:pnpm openclaw ... 直接运行 TypeScript(通过 tsx)。pnpm build 生成 dist/ 用于通过 Node / 打包的 openclaw 二进制文件运行。


安全默认(私信访问)

OpenClaw 连接到真实的消息平台。将入站私信视为不可信输入

完整安全指南: 安全

Telegram/WhatsApp/Signal/iMessage/Microsoft Teams/Discord/Google Chat/Slack 上的默认行为:

  • 私信配对 (dmPolicy="pairing" / channels.discord.dm.policy="pairing" / channels.slack.dm.policy="pairing"): 未知发送者会收到一个短配对码,机器人不会处理他们的消息
  • 使用以下命令批准: openclaw-cn pairing approve <channel> <code>(然后发送者会被添加到本地白名单存储)
  • 公开入站私信需要明确选择加入: 设置 dmPolicy="open" 并在渠道白名单中包含 "*"

运行 openclaw-cn doctor 以发现有风险/配置错误的私信策略。


配置说明

Star History Chart

Everything we built so far

Core platform

Channels

Apps + nodes

Tools + automation

Runtime + safety

Ops + packaging

How it works (short)

WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBubbles / IRC / Microsoft Teams / Matrix / Feishu / LINE / Mattermost / Nextcloud Talk / Nostr / Synology Chat / Tlon / Twitch / Zalo / Zalo Personal / WebChat │ ▼ ┌───────────────────────────────┐ │ Gateway │ │ (control plane) │ │ ws://127.0.0.1:18789 │ └──────────────┬────────────────┘ │ ├─ Pi agent (RPC) ├─ CLI (openclaw …) ├─ WebChat UI ├─ macOS app └─ iOS / Android nodes

Key subsystems

Tailscale access (Gateway dashboard)

OpenClaw can auto-configure Tailscale Serve (tailnet-only) or Funnel (public) while the Gateway stays bound to loopback. Configure gateway.tailscale.mode:

  • off: no Tailscale automation (default).
  • serve: tailnet-only HTTPS via tailscale serve (uses Tailscale identity headers by default).
  • funnel: public HTTPS via tailscale funnel (requires shared password auth).

Notes:

  • gateway.bind must stay loopback when Serve/Funnel is enabled (OpenClaw enforces this).
  • Serve can be forced to require a password by setting gateway.auth.mode: "password" or gateway.auth.allowTailscale: false.
  • Funnel refuses to start unless gateway.auth.mode: "password" is set.
  • Optional: gateway.tailscale.resetOnExit to undo Serve/Funnel on shutdown.

Details: Tailscale guide · Web surfaces

Remote Gateway (Linux is great)

It’s perfectly fine to run the Gateway on a small Linux instance. Clients (macOS app, CLI, WebChat) can connect over Tailscale Serve/Funnel or SSH tunnels, and you can still pair device nodes (macOS/iOS/Android) to execute device‑local actions when needed.

  • Gateway host runs the exec tool and channel connections by default.
  • Device nodes run device‑local actions (system.run, camera, screen recording, notifications) via node.invoke. In short: exec runs where the Gateway lives; device actions run where the device lives.

Details: Remote access · Nodes · Security

macOS permissions via the Gateway protocol

The macOS app can run in node mode and advertises its capabilities + permission map over the Gateway WebSocket (node.list / node.describe). Clients can then execute local actions via node.invoke:

  • system.run runs a local command and returns stdout/stderr/exit code; set needsScreenRecording: true to require screen-recording permission (otherwise you’ll get PERMISSION_MISSING).
  • system.notify posts a user notification and fails if notifications are denied.
  • canvas.*, camera.*, screen.record, and location.get are also routed via node.invoke and follow TCC permission status.

Elevated bash (host permissions) is separate from macOS TCC:

  • Use /elevated on|off to toggle per‑session elevated access when enabled + allowlisted.
  • Gateway persists the per‑session toggle via sessions.patch (WS method) alongside thinkingLevel, verboseLevel, model, sendPolicy, and groupActivation.

Details: Nodes · macOS app · Gateway protocol

Agent to Agent (sessions_* tools)

  • Use these to coordinate work across sessions without jumping between chat surfaces.
  • sessions_list — discover active sessions (agents) and their metadata.
  • sessions_history — fetch transcript logs for a session.
  • sessions_send — message another session; optional reply‑back ping‑pong + announce step (REPLY_SKIP, ANNOUNCE_SKIP).

Details: Session tools

Skills registry (ClawHub)

ClawHub is a minimal skill registry. With ClawHub enabled, the agent can search for skills automatically and pull in new ones as needed.

ClawHub

Chat commands

Send these in WhatsApp/Telegram/Slack/Google Chat/Microsoft Teams/WebChat (group commands are owner-only):

  • /status — compact session status (model + tokens, cost when available)
  • /new or /reset — reset the session
  • /compact — compact session context (summary)
  • /think <level> — off|minimal|low|medium|high|xhigh (GPT-5.2 + Codex models only)
  • /verbose on|off
  • /usage off|tokens|full — per-response usage footer
  • /restart — restart the gateway (owner-only in groups)
  • /activation mention|always — group activation toggle (groups only)

Apps (optional)

The Gateway alone delivers a great experience. All apps are optional and add extra features.

If you plan to build/run companion apps, follow the platform runbooks below.

macOS (OpenClaw.app) (optional)

  • Menu bar control for the Gateway and health.
  • Voice Wake + push-to-talk overlay.
  • WebChat + debug tools.
  • Remote gateway control over SSH.

Note: signed builds required for macOS permissions to stick across rebuilds (see docs/mac/permissions.md).

iOS node (optional)

  • Pairs as a node over the Gateway WebSocket (device pairing).
  • Voice trigger forwarding + Canvas surface.
  • Controlled via openclaw nodes ….

Runbook: iOS connect.

Android node (optional)

  • Pairs as a WS node via device pairing (openclaw devices ...).
  • Exposes Connect/Chat/Voice tabs plus Canvas, Camera, Screen capture, and Android device command families.
  • Runbook: Android connect.

Agent workspace + skills

  • Workspace root: ~/.openclaw/workspace (configurable via agents.defaults.workspace).
  • Injected prompt files: AGENTS.md, SOUL.md, TOOLS.md.
  • Skills: ~/.openclaw/workspace/skills/<skill>/SKILL.md.

Configuration

最小配置 ~/.openclaw/openclaw.json(模型 + 默认值):

{ agent: { model: "anthropic/claude-opus-4-5", }, }

完整配置参考(所有键 + 示例)


安全模型(重要)

  • 默认: 工具在主机上为 main 会话运行,因此当只有你使用时,代理具有完全访问权限
  • 群组/渠道安全: 设置 agents.defaults.sandbox.mode: "non-main" 以在 Docker 沙箱中运行 非主会话(群组/渠道);bash 将在 Docker 中为这些会话运行
  • 沙箱默认值: 白名单 bashprocessreadwriteeditsessions_listsessions_historysessions_sendsessions_spawn;黑名单 browsercanvasnodescrondiscordgateway

详情: 安全指南 · Docker + 沙箱 · 沙箱配置


通讯渠道配置

  • 链接设备: pnpm openclaw channels login(凭证存储在 ~/.openclaw/credentials
  • 通过 channels.whatsapp.allowFrom 设置允许与助手对话的白名单
  • 如果设置了 channels.whatsapp.groups,它将成为群组白名单;包含 "*" 以允许所有群组
  • 设置 TELEGRAM_BOT_TOKENchannels.telegram.botToken(环境变量优先)
  • 可选: 设置 channels.telegram.groups(带 channels.telegram.groups."*".requireMention
{ channels: { telegram: { botToken: "123456:ABCDEF", }, }, }
  • 设置 SLACK_BOT_TOKEN + SLACK_APP_TOKEN(或 channels.slack.botToken + channels.slack.appToken
  • 设置 DISCORD_BOT_TOKENchannels.discord.token(环境变量优先)
{ channels: { discord: { token: "1234abcd", }, }, }
  • 需要 signal-clichannels.signal 配置部分
  • 推荐 的 iMessage 集成
  • 配置 channels.bluebubbles.serverUrl + channels.bluebubbles.password 和 webhook (channels.bluebubbles.webhookPath)
  • BlueBubbles 服务器在 macOS 上运行;Gateway 可以在 macOS 或其他地方运行
  • 传统的仅限 macOS 集成,通过 imsg(Messages 必须已登录)
  • 如果设置了 channels.imessage.groups,它将成为群组白名单
  • 配置 Teams 应用 + Bot Framework,然后添加 msteams 配置部分
  • 使用 Gateway WebSocket;无需单独的 WebChat 端口/配置

聊天命令

在 WhatsApp/Telegram/Slack/Google Chat/Microsoft Teams/WebChat 中发送这些命令(群组命令仅限所有者):

  • /status — 简洁的会话状态(模型 + 令牌,可用时显示费用)
  • /new/reset — 重置会话
  • /compact — 压缩会话上下文(摘要)
  • /think <level> — off|minimal|low|medium|high|xhigh(仅限 GPT-5.2 + Codex 模型)
  • /verbose on|off
  • /usage off|tokens|full — 每次响应的使用量页脚
  • /restart — 重启 Gateway(群组中仅限所有者)
  • /activation mention|always — 群组激活切换(仅限群组)

应用(可选)

Gateway 本身就能提供出色的体验。所有应用都是可选的,用于添加额外功能。

macOS (OpenClaw.app)

  • Gateway 的菜单栏控制和健康状态
  • 语音唤醒 + 按键说话覆盖层
  • WebChat + 调试工具
  • 通过 SSH 远程控制 Gateway

注意: 需要签名构建才能使 macOS 权限在重新构建后保持

iOS 节点

  • 通过 Bridge 配对为节点
  • 语音触发转发 + Canvas 界面
  • 通过 openclaw-cn nodes … 控制

运行手册: iOS 连接

Android 节点

  • 通过与 iOS 相同的 Bridge + 配对流程配对
  • 暴露 Canvas、相机和屏幕捕获命令

运行手册: Android 连接


工作原理

WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBubbles / Microsoft Teams / Matrix / Zalo / Zalo Personal / WebChat │ ▼ ┌───────────────────────────────┐ │ Gateway │ │ (控制平面) │ │ ws://127.0.0.1:18789 │ └──────────────┬────────────────┘ │ ├─ Pi 代理 (RPC) ├─ CLI (openclaw-cn …) ├─ WebChat UI ├─ macOS 应用 └─ iOS / Android 节点

关键子系统


Tailscale 访问(Gateway 仪表板)

OpenClaw 可以自动配置 Tailscale Serve(仅限 tailnet)或 Funnel(公开),同时 Gateway 保持绑定到回环。配置 gateway.tailscale.mode

  • off: 无 Tailscale 自动化(默认)
  • serve: 通过 tailscale serve 的仅限 tailnet HTTPS(默认使用 Tailscale 身份头)
  • funnel: 通过 tailscale funnel 的公开 HTTPS(需要共享密码认证)

详情: Tailscale 指南 · Web 界面


远程 Gateway(Linux 很棒)

在小型 Linux 实例上运行 Gateway 完全可行。客户端(macOS 应用、CLI、WebChat)可以通过 Tailscale Serve/FunnelSSH 隧道 连接,你仍然可以配对设备节点(macOS/iOS/Android)来在需要时执行设备本地操作。

  • Gateway 主机 默认运行 exec 工具和渠道连接
  • 设备节点 通过 node.invoke 运行设备本地操作(system.run、相机、屏幕录制、通知)

简而言之:exec 在 Gateway 所在位置运行;设备操作在设备所在位置运行。

详情: 远程访问 · 节点 · 安全


代理到代理(sessions_* 工具)

  • 使用这些工具来协调跨会话的工作,无需在聊天界面之间切换
  • sessions_list — 发现活动会话(代理)及其元数据
  • sessions_history — 获取会话的对话日志
  • sessions_send — 向另一个会话发送消息;可选的回复回环 + 宣告步骤

详情: 会话工具


技能注册表(ClawHub)

ClawHub 是一个最小的技能注册表。启用 ClawHub 后,代理可以自动搜索技能并根据需要引入新技能。

ClawHub


文档

核心文档

高级文档

运维和故障排除

深入了解

工作区和技能

  • 工作区根目录: ~/.openclaw/workspace(可通过 agents.defaults.workspace 配置)
  • 注入的提示文件: AGENTS.mdSOUL.mdTOOLS.md
  • 技能: ~/.openclaw/workspace/skills/<skill>/SKILL.md

关于 Molty

OpenClaw 是为 Molty 构建的,一个太空龙虾 AI 助手。 由 Peter Steinberger 和社区开发。


社区

参见 CONTRIBUTING.md 了解指南、维护者和如何提交 PR。 欢迎 AI/vibe-coded PR!

特别感谢 Mario Zechner 的支持以及 pi-mono。 特别感谢 Adam Doppelt 的 lobster.bot。


Star History

Star History Chart

steipete vincentkoc vignesh07 obviyus Mariano Belinky sebslight gumadeiras Takhoffman thewilloftheshadow cpojer tyler6204 joshp123 Glucksberg mcaxtr quotentiroler osolmaz Sid-Qin joshavant shakkernerd bmendonca3 mukhtharcm zerone0x mcinteerj ngutman lailoo arosstale rodrigouroz robbyczgw-cla Elonito Clawborn yinghaosang BunsDev christianklotz echoVic coygeek roshanasingh4 mneves75 joaohlisboa bohdanpodvirnyi nachx639 onutc Verite Igiraneza widingmarcus-cyber akramcodez aether-ai-agent bjesuiter MaudeBot YuriNachos chilu18 byungsker dbhurley JayMishra-source iHildy mudrii dlauer Solvely-Colin czekaj advaitpaliwal lc0rp grp06 HenryLoenwind azade-c Lukavyi vrknetha brandonwise conroywhitney Tobias Bischoff davidrudduck xinhuagu jaydenfyi petter-b heyhudson MatthieuBizien huntharo omair445 adam91holt adhitShet smartprogrammer93 radek-paclt frankekn bradleypriest rahthakor shadril238 VACInc juanpablodlc jonisjongithub magimetal stakeswky abhisekbasu1 MisterGuy420 hsrvc nabbilkhan aldoeliacim jamesgroat orlyjamie Elarwei001 rubyrunsstuff Phineas1500 meaningfool sfo2001 Marvae liuy shtse8 thebenignhacker carrotRakko ranausmanai kevinWangSheng gregmousseau rrenamed akoscz jarvis-medmatic danielz1z pandego xadenryan NicholasSpisak graysurf gupsammy nyanjou sibbl gejifeng ide-rea leszekszpunar Yida-Dev AI-Reviewer-QS SocialNerd42069 maxsumrall hougangdev Minidoracat AnonO6 sreekaransrinath YuzuruS riccardogiorato Bridgerz Mrseenz buddyh Eng. Juan Combetto peschee cash-echo-bot jalehman zknicker Harald Buerbaumer taw0002 scald openperf BUGKillerKing Oceanswave Hiren Patel kiranjd antons dan-dr jadilson12 sumleo Whoaa512 luijoc niceysam JustYannicc emanuelst TsekaLuk JustasM loiie45e davidguttman natefikru dougvk koala73 mkbehr zats Simone Macario openclaw-bot ENCHIGO mteam88 Blakeshannon gabriel-trigo neist pejmanjohn durenzidu Ryan Haines hcl XuHao benithors bitfoundry-ai HeMuling markmusson ameno- battman21 BinHPdev dguido evalexpr guirguispierre henrino3 joeykrug loganprit odysseus0 dbachelder Divanoli Mydeen Pitchai liuxiaopai-ai Sam Padilla pvtclawn seheepeak TSavo nachoiacovino misterdas LeftX badlogic Shuai-DaiDai mousberg Masataka Shinohara BillChirico Lewis solstead julianengel dantelex sahilsatralkar kkarimi mahmoudashraf93 pkrmf ryan-crabbe miloudbelarebia Mars El-Fitz McRolly NWANGWU carlulsoe Dithilli emonty fal3 mitschabaude-bot benostein LI SHANXIN magendary mahanandhi CashWilliams j2h4u bsormagec Jessy LANGE Lalit Singh hyf0-agent andranik-sahakyan unisone jeann2013 jogelin rmorse scz2011 wes-davis popomore cathrynlavery iamadig Vasanth Rao Naik Sabavat Jay Caldwell Shailesh Kirill Shchetynin ruypang mitchmcalister Paul van Oorschot Xu Gu Menglin Li artuskg jackheuberger imfing superman32432432 Syhids Marvin Taylor Asplund dakshaymehta Stefan Galescu lploc94 WalterSumbon krizpoon EnzeD Evizero Grynn hydro13 jverdi kentaro kunalk16 longmaba mjrussell optimikelabs oswalpalash RamiNoodle733 sauerdaniel SleuthCo TaKO8Ki travisp rodbland2021 fagemx BigUncle Igor Markelov zhoulc777 connorshea TIHU Tony Dehnke pablohrcarvalho bonald rhuanssauro Tanwa Arpornthip webvijayi Tom Ron ozbillwang Patrick Barletta Ian Derrington austinm911 Ayush10 boris721 damoahdominic doodlewind ikari-pl philipp-spiess shayan919293 Harrington-bot nonggia.liang Michael Lee OscarMinjarez claude Alg0rix Lucky Harry Cui Kepler h0tp-ftw Youyou972 Dominic danielwanwx 0xJonHoldsCrypto akyourowngames clawdinator[bot] erikpr1994 thesash thesomewhatyou dashed Dale Babiy Diaspar4u brianleach codexGW dirbalak Iranb Max TideFinder Chase Dorsey Joly0 adityashaw2 tumf slonce70 alexgleason theonejvo Skyler Miao Jeremiah Lowin peetzweg/ chrisrodz ghsmc ibrahimq21 irtiq7 Jonathan D. Rhyne (DJ-D) kelvinCB mitsuhiko rybnikov santiagomed suminhthanh svkozak kaizen403 sleontenko Nate CornBrother0x DukeDeSouth crimeacs Cklee Garnet Liu neverland ryan sircrumpet AdeboyeDN Neo asklee-klawd benediktjohannes 张哲芳 constansino Yuting Lin OfflynAI Rajat Joshi Daniel Zou Manik Vahsith ProspectOre Lilo 24601 awkoy dawondyifraw google-labs-jules[bot] hyojin Kansodata natedenh pi0 dddabtc AkashKobal wu-tian807 Ganghyun Kim Stephen Brian King tosh-hamburg John Rood JINNYEONG KIM Dinakar Sarbada aj47 Protocol Zero Limitless Mykyta Bozhenko Nicholas Shivam Kumar Raut andreesg Fred White Anandesh-Sharma ysqander ezhikkk andreabadesso BinaryMuse cordx56 DevSecTim edincampara fcatuhe gildo itsjaydesu ivanrvpereira loeclos MarvinCui p6l-richard thejhinvirtuoso yudshj Wangnov Jonathan Works Yassine Amjad Django Navarro Frank Harris Kenny Lee Drake Thomsen wangai-studio AytuncYildizli Charlie Niño Jeremy Mumford Yeom-JinHo Rob Axelsen junwon Pratham Dubey amitbiswal007 Slats Oren Parker Todd Brooks MattQ Milofax Steve (OpenClaw) Matthew Cassius0924 0xbrak 8BlT Abdul535 abhaymundhara aduk059 afurm aisling404 akari-musubi albertlieyingadrian Alex-Alaniz ali-aljufairi altaywtf araa47 Asleep123 avacadobanana352 barronlroth bennewton999 bguidolim bigwest60 caelum0x championswimmer dutifulbob eternauta1337 foeken gittb HeimdallStrategy junsuwhy knocte MackDing nobrainer-tech Noctivoro Raikan10 Swader alexstyl Ethan Palm yingchunbai joshrad-dev Dan Ballance Eric Su Kimitaka Watanabe Justin Ling lutr0 Raymond Berger atalovesyou jayhickey jonasjancarik latitudeki5223 minghinmatthewlam rafaelreis-r ratulsarna timkrase efe-buken manmal easternbloc manuelhettich sktbrd larlyssa Mind-Dragon pcty-nextgen-service-account tmchow uli-will-code Marc Gratch JackyWay aaronveklabs CJWTRUST erik-agens odnxe T5-AndyML Josh Phillips mujiannan Marco Di Dionisio Randy Torres afern247 0oAstro alexanderatallah testingabc321 humanwritten aaronn Alphonse-arianee gtsifrikas hrdwdmrbl hugobarauna jiulingyun kitze loukotal MSch odrobnik reeltimeapps rhjoh ronak-guliani snopoke

About

clawdbot的dmxapi汉化版本

234.63 MiB
0 forks1 stars1 branches70 TagREADMEMIT license
Language
TypeScript86.3%
Swift9%
Kotlin2.2%
Shell1%
Others1.5%