-
Notifications
You must be signed in to change notification settings - Fork 102
feat: cubie a7s openclaw image and use #1346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+173
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 136 additions & 0 deletions
136
i18n/en/docusaurus-plugin-content-docs/current/common/ai/_openclaw.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
| ``` | ||
EESN-W marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| </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 | ||
| ::: | ||
EESN-W marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| <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/). | ||
9 changes: 9 additions & 0 deletions
9
i18n/en/docusaurus-plugin-content-docs/current/cubie/a7s/app-dev/openclaw.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.