From df8de865f0d7c9d58fcd9f3bb0e27dfd369a82eb Mon Sep 17 00:00:00 2001 From: Wu MinLong <726485702@qq.com> Date: Tue, 10 Feb 2026 11:31:51 +0800 Subject: [PATCH] feat: cubie a7s openclaw imagee and use --- docs/cubie/a7s/app-dev/openclaw.md | 10 ++ docs/cubie/a7s/download.md | 9 ++ .../current/common/ai/_openclaw.mdx | 136 ++++++++++++++++++ .../current/cubie/a7s/app-dev/openclaw.md | 9 ++ .../current/cubie/a7s/download.md | 9 ++ 5 files changed, 173 insertions(+) create mode 100644 docs/cubie/a7s/app-dev/openclaw.md create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/common/ai/_openclaw.mdx create mode 100644 i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/app-dev/openclaw.md diff --git a/docs/cubie/a7s/app-dev/openclaw.md b/docs/cubie/a7s/app-dev/openclaw.md new file mode 100644 index 000000000..f0c9ebd75 --- /dev/null +++ b/docs/cubie/a7s/app-dev/openclaw.md @@ -0,0 +1,10 @@ +--- +sidebar_position: 12 +description: "本地部署 OpenClaw" +--- + +# OpenClaw 使用 + +import OPENCLAW from '../../../common/ai/\_openclaw.mdx'; + + diff --git a/docs/cubie/a7s/download.md b/docs/cubie/a7s/download.md index 985e87643..20da5e567 100644 --- a/docs/cubie/a7s/download.md +++ b/docs/cubie/a7s/download.md @@ -54,6 +54,15 @@ Radxa OS Lite 系统镜像不包含图形桌面环境。 [radxa-a733-bullseye-cli-r2](https://github.com/radxa-build/radxa-a733/releases/download/rsdk-r2/radxa-a733_bullseye_cli_r2.output_512.img.xz):支持 MicroSD 卡和板载 eMMC 启动系统。 +:::tip 内置 OpenClaw 环境镜像 + +`radxa_cubie_a733_trixie_cli_beta_v2` 镜像支持 MicroSD 卡和板载 eMMC 启动系统,内置 OpenClaw 环境,用户只需 [配置 OpenClaw](./app-dev/openclaw.md#配置-openclaw) 即可开始使用。 + +- [瑞莎官网下载](https://dl.radxa.com/cubie/a7s/images/radxa_cubie_a733_trixie_cli_beta_v2.gpt.zip) +- [百度网盘](https://pan.baidu.com/s/1m3ucJAHB9fCuoTzwpNMKLw?pwd=1234)(提取码:1234) + +::: + ## 硬件设计 - [原理图 V1.10](https://dl.radxa.com/cubie/a7s/hw/radxa_cubie_a7s_schematic_v1.10.pdf) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/ai/_openclaw.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/ai/_openclaw.mdx new file mode 100644 index 000000000..03affa405 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/ai/_openclaw.mdx @@ -0,0 +1,136 @@ +[OpenClaw](https://github.com/openclaw/openclaw) is an open-source AI agent project developed by Peter Steinberger. +It can be deployed on any device and any OS as a personal AI assistant. + +## Install OpenClaw + +Install OpenClaw using the installation script. + + + +```bash +curl -fsSL https://openclaw.ai/install.sh | bash +``` + + + +## Configure OpenClaw + +:::tip +If you install with the script, you will be guided through the configuration during installation. +If you want to reconfigure, run the following command. + + + +```bash +openclaw onboard --install-daemon +``` + + +::: + +- Risk disclaimer + + Select `Yes`. + + {" "} + +
+ +
+ +- Onboarding mode + + Select `QuickStart`. + + {" "} + +
+ +
+ +- Model provider + + Choose a provider based on the model API key you already have. + + {" "} + +
+ +
+ + If you don't have an API key, you can use [Qwen OAuth](https://qwenlm.github.io/qwen-code-docs/en/users/configuration/auth/) (free). + Follow the link to log in/register a qwen.ai account to complete OAuth authorization. + + {" "} + +
+ +
+ + {" "} + +
+ +
+ + After authorization, select the default `qwen-portal/coder-model` model. + +- Configure channels + + Match OpenClaw with the social apps you commonly use. Follow the on-screen prompts to configure; details are omitted here. + + {" "} + +
+ +
+ +- Configure skills + + Select `yes`. + +- Choose how to install Homebrew + + Select `npm`. + +- Install missing skill dependencies + + Choose according to your needs. + + {" "} + +
+ +
+ +- Configure API keys used by each skill + + {" "} + +
+ +
+ +- Start the interactive UI + + In `How do you want to hatch your bot?`, you can choose between two interaction modes: + TUI (terminal UI) or Web UI. + + - Web UI (recommended) + :::tip + Port: 18789 + ::: + +
+ +
+ + - TUI (terminal) + +
+ +
+ +## More features + +For more usage details, see the [**official OpenClaw documentation**](https://docs.openclaw.ai/). diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/app-dev/openclaw.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/app-dev/openclaw.md new file mode 100644 index 000000000..0e5f02984 --- /dev/null +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/app-dev/openclaw.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 12 +--- + +# OpenClaw Usage + +import OPENCLAW from '../../../common/ai/\_openclaw.mdx'; + + diff --git a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/download.md b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/download.md index dac43ddb0..9e6fdfe28 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/download.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/download.md @@ -54,6 +54,15 @@ If you need a monitor UI or graphical applications, use the full Radxa OS image. [radxa-a733-bullseye-cli-r2](https://github.com/radxa-build/radxa-a733/releases/download/rsdk-r2/radxa-a733_bullseye_cli_r2.output_512.img.xz): supports booting from microSD and onboard eMMC. +:::tip Built-in OpenClaw environment image + +`radxa_cubie_a733_trixie_cli_beta_v2` image supports booting from microSD and onboard eMMC, with OpenClaw pre-installed. Users only need to [configure OpenClaw](./app-dev/openclaw.md#configure-openclaw) to get started. + +- [Radxa official website download](https://dl.radxa.com/cubie/a7s/images/radxa_cubie_a733_trixie_cli_beta_v2.gpt.zip) +- [Baidu Netdisk](https://pan.baidu.com/s/1m3ucJAHB9fCuoTzwpNMKLw?pwd=1234) (Extraction code: 1234) + +::: + ## Hardware design - [Schematic V1.10](https://dl.radxa.com/cubie/a7s/hw/radxa_cubie_a7s_schematic_v1.10.pdf)