From bb633534c6e7151244acf9bd66a921c5a7c44884 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Sat, 14 Mar 2026 13:22:15 -0700 Subject: [PATCH 1/4] stage template for build-a-claw materials --- docs/index.md | 1 + docs/resources/playbooks/index.md | 20 +++++ docs/resources/playbooks/openclaw/index.md | 89 ++++++++++++++++++++ docs/resources/playbooks/openclaw/jetson.md | 56 ++++++++++++ docs/resources/playbooks/openclaw/linux.md | 56 ++++++++++++ docs/resources/playbooks/openclaw/macos.md | 56 ++++++++++++ docs/resources/playbooks/openclaw/spark.md | 56 ++++++++++++ docs/resources/playbooks/openclaw/windows.md | 56 ++++++++++++ 8 files changed, 390 insertions(+) create mode 100644 docs/resources/playbooks/index.md create mode 100644 docs/resources/playbooks/openclaw/index.md create mode 100644 docs/resources/playbooks/openclaw/jetson.md create mode 100644 docs/resources/playbooks/openclaw/linux.md create mode 100644 docs/resources/playbooks/openclaw/macos.md create mode 100644 docs/resources/playbooks/openclaw/spark.md create mode 100644 docs/resources/playbooks/openclaw/windows.md diff --git a/docs/index.md b/docs/index.md index 9a7ce774..798f13e8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -235,4 +235,5 @@ reference/support-matrix :hidden: resources/license +Playbooks ``` diff --git a/docs/resources/playbooks/index.md b/docs/resources/playbooks/index.md new file mode 100644 index 00000000..845d633b --- /dev/null +++ b/docs/resources/playbooks/index.md @@ -0,0 +1,20 @@ +# Playbooks + +Playbooks are a collection of instructions that describe a task that can be performed in the sandbox. + +::::{grid} 1 1 2 2 +:gutter: 3 + +:::{grid-item-card} OpenClaw +:link: openclaw/index +:link-type: doc + +Set up OpenShell with OpenClaw on various devices. +::: +:::: + +```{toctree} +:hidden: + +openclaw/index +``` \ No newline at end of file diff --git a/docs/resources/playbooks/openclaw/index.md b/docs/resources/playbooks/openclaw/index.md new file mode 100644 index 00000000..55c81f63 --- /dev/null +++ b/docs/resources/playbooks/openclaw/index.md @@ -0,0 +1,89 @@ +--- +title: + page: Build-a-Claw Playbooks + nav: Playbooks +description: Playbooks for setting up OpenShell with OpenClaw on Windows, macOS, Linux, Spark, and Jetson. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Setup +content: + type: index +--- + + + +# OpenShell with OpenClaw + +Each playbook walks through setting up OpenShell with OpenClaw on a specific platform. + +::::{grid} 1 1 2 2 +:gutter: 3 + +:::{grid-item-card} Windows +:link: windows +:link-type: doc + +Set up OpenShell with OpenClaw on Windows. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} macOS +:link: macos +:link-type: doc + +Set up OpenShell with OpenClaw on macOS. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} Linux +:link: linux +:link-type: doc + +Set up OpenShell with OpenClaw on Linux. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} Spark +:link: spark +:link-type: doc + +Set up OpenShell with OpenClaw on Spark. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} Jetson +:link: jetson +:link-type: doc + +Set up OpenShell with OpenClaw on NVIDIA Jetson. + ++++ +{bdg-secondary}`Playbook` +::: + +:::: + +```{toctree} +:hidden: + +Windows +macOS +Linux +Spark +Jetson +``` diff --git a/docs/resources/playbooks/openclaw/jetson.md b/docs/resources/playbooks/openclaw/jetson.md new file mode 100644 index 00000000..6b4bb244 --- /dev/null +++ b/docs/resources/playbooks/openclaw/jetson.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Jetson + nav: Jetson +description: Set up OpenShell with OpenClaw on NVIDIA Jetson. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Jetson +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Jetson + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- [Related page](link) diff --git a/docs/resources/playbooks/openclaw/linux.md b/docs/resources/playbooks/openclaw/linux.md new file mode 100644 index 00000000..aeecc220 --- /dev/null +++ b/docs/resources/playbooks/openclaw/linux.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Linux + nav: Linux +description: Set up OpenShell with OpenClaw on Linux. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Linux +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Linux + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- [Related page](link) diff --git a/docs/resources/playbooks/openclaw/macos.md b/docs/resources/playbooks/openclaw/macos.md new file mode 100644 index 00000000..c0d6e224 --- /dev/null +++ b/docs/resources/playbooks/openclaw/macos.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on macOS + nav: macOS +description: Set up OpenShell with OpenClaw on macOS. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- macOS +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on macOS + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- [Related page](link) diff --git a/docs/resources/playbooks/openclaw/spark.md b/docs/resources/playbooks/openclaw/spark.md new file mode 100644 index 00000000..cdee1740 --- /dev/null +++ b/docs/resources/playbooks/openclaw/spark.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Spark + nav: Spark +description: Set up OpenShell with OpenClaw on Spark. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Spark +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Spark + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- [Related page](link) diff --git a/docs/resources/playbooks/openclaw/windows.md b/docs/resources/playbooks/openclaw/windows.md new file mode 100644 index 00000000..728391b2 --- /dev/null +++ b/docs/resources/playbooks/openclaw/windows.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Windows + nav: Windows +description: Set up OpenShell with OpenClaw on Windows. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Windows +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Windows + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- [Related page](link) From 9619777f7742b52d6c72cbfc348be157493d88de Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Sat, 14 Mar 2026 13:25:53 -0700 Subject: [PATCH 2/4] save --- docs/resources/playbooks/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/resources/playbooks/index.md b/docs/resources/playbooks/index.md index 845d633b..01018f6a 100644 --- a/docs/resources/playbooks/index.md +++ b/docs/resources/playbooks/index.md @@ -5,11 +5,13 @@ Playbooks are a collection of instructions that describe a task that can be perf ::::{grid} 1 1 2 2 :gutter: 3 -:::{grid-item-card} OpenClaw +:::{grid-item-card} OpenShell with OpenClaw on Various Operating Systems :link: openclaw/index :link-type: doc -Set up OpenShell with OpenClaw on various devices. +Set up OpenShell with OpenClaw on various operating systems, such as Windows, macOS, Linux, Spark, and Jetson. ++++ +{bdg-secondary}`Playbook` ::: :::: @@ -17,4 +19,4 @@ Set up OpenShell with OpenClaw on various devices. :hidden: openclaw/index -``` \ No newline at end of file +``` From 6f14a8f4c1e7c86b8769d37b4f32e495cd46cdc9 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Sat, 14 Mar 2026 13:27:22 -0700 Subject: [PATCH 3/4] fix links --- docs/resources/playbooks/openclaw/jetson.md | 2 +- docs/resources/playbooks/openclaw/linux.md | 2 +- docs/resources/playbooks/openclaw/macos.md | 2 +- docs/resources/playbooks/openclaw/spark.md | 2 +- docs/resources/playbooks/openclaw/windows.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/resources/playbooks/openclaw/jetson.md b/docs/resources/playbooks/openclaw/jetson.md index 6b4bb244..f2419504 100644 --- a/docs/resources/playbooks/openclaw/jetson.md +++ b/docs/resources/playbooks/openclaw/jetson.md @@ -53,4 +53,4 @@ Common issues and fixes. ## Next Steps -- [Related page](link) +- Related page diff --git a/docs/resources/playbooks/openclaw/linux.md b/docs/resources/playbooks/openclaw/linux.md index aeecc220..f37027da 100644 --- a/docs/resources/playbooks/openclaw/linux.md +++ b/docs/resources/playbooks/openclaw/linux.md @@ -53,4 +53,4 @@ Common issues and fixes. ## Next Steps -- [Related page](link) +- Related page diff --git a/docs/resources/playbooks/openclaw/macos.md b/docs/resources/playbooks/openclaw/macos.md index c0d6e224..99e30d70 100644 --- a/docs/resources/playbooks/openclaw/macos.md +++ b/docs/resources/playbooks/openclaw/macos.md @@ -53,4 +53,4 @@ Common issues and fixes. ## Next Steps -- [Related page](link) +- Related page diff --git a/docs/resources/playbooks/openclaw/spark.md b/docs/resources/playbooks/openclaw/spark.md index cdee1740..24f94280 100644 --- a/docs/resources/playbooks/openclaw/spark.md +++ b/docs/resources/playbooks/openclaw/spark.md @@ -53,4 +53,4 @@ Common issues and fixes. ## Next Steps -- [Related page](link) +- Related page diff --git a/docs/resources/playbooks/openclaw/windows.md b/docs/resources/playbooks/openclaw/windows.md index 728391b2..46c5f5d4 100644 --- a/docs/resources/playbooks/openclaw/windows.md +++ b/docs/resources/playbooks/openclaw/windows.md @@ -53,4 +53,4 @@ Common issues and fixes. ## Next Steps -- [Related page](link) +- Related page From 345cf9430e793c79f98b4d5fcd2f23587fe32783 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Sat, 14 Mar 2026 14:17:24 -0700 Subject: [PATCH 4/4] switch order --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 798f13e8..33b8aff0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -234,6 +234,6 @@ reference/support-matrix :caption: Resources :hidden: -resources/license Playbooks +resources/license ```