Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/cubie/a7s/app-dev/openclaw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 12
description: "本地部署 OpenClaw"
---

# OpenClaw 使用

import OPENCLAW from '../../../common/ai/\_openclaw.mdx';

<OPENCLAW />
9 changes: 9 additions & 0 deletions docs/cubie/a7s/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

<NewCodeBlock tip="Device" type="device">

```bash
curl -fsSL https://openclaw.ai/install.sh | bash
```

</NewCodeBlock>

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

<NewCodeBlock tip="Device" type="device">

```bash
openclaw onboard --install-daemon
```

</NewCodeBlock>
:::

- Risk disclaimer

Select `Yes`.

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_1.webp" />
</div>

- Onboarding mode

Select `QuickStart`.

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_2.webp" />
</div>

- Model provider

Choose a provider based on the model API key you already have.

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_3.webp" />
</div>

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.

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_4.webp" />
</div>

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_5.webp" style={{ width: "60%" }} />
</div>

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.

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_10.webp" />
</div>

- Configure skills

Select `yes`.

- Choose how to install Homebrew

Select `npm`.

- Install missing skill dependencies

Choose according to your needs.

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_11.webp" style={{ width: "80%" }} />
</div>

- Configure API keys used by each skill

{" "}

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_6.webp" style={{ width: "60%" }} />
</div>

- 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
:::

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_8.webp" />
</div>

- TUI (terminal)

<div style={{ textAlign: "center" }}>
<img src="/en/img/rock5b/openclaw_9.webp" />
</div>

## More features

For more usage details, see the [**official OpenClaw documentation**](https://docs.openclaw.ai/).
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
sidebar_position: 12
---

# OpenClaw Usage

import OPENCLAW from '../../../common/ai/\_openclaw.mdx';

<OPENCLAW />
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down