docs: lowercase goose in remaining topics (#5861)

This commit is contained in:
dianed-square
2025-11-24 11:05:41 -08:00
committed by GitHub
parent b357e99b30
commit e7eb18b67a
37 changed files with 306 additions and 306 deletions
@@ -1,17 +1,17 @@
---
title: Goose Mobile
title: goose Mobile
sidebar_position: 3
sidebar_label: Goose Mobile
sidebar_label: goose Mobile
---
Goose Mobile is an experimental Android project inspired by the Goose application. It acts as an open agent on your phone, automating multistep tasks, responding to notifications, and even replacing your home screen for maximum efficiency.
goose Mobile is an experimental Android project inspired by the goose application. It acts as an open agent on your phone, automating multistep tasks, responding to notifications, and even replacing your home screen for maximum efficiency.
:::danger Experimental
Goose Mobile requires deep access to your device. Use at your own risk — best on a spare phone or emulator.
goose Mobile requires deep access to your device. Use at your own risk — best on a spare phone or emulator.
:::
<div style={{textAlign: 'center'}}>
<img src="https://github.com/user-attachments/assets/af9d7d83-54f4-4ace-ad66-9e19f86c8fb9" alt="Goose Mobile Screenshot" />
<img src="https://github.com/user-attachments/assets/af9d7d83-54f4-4ace-ad66-9e19f86c8fb9" alt="goose Mobile Screenshot" />
</div>
## What It Does
@@ -22,11 +22,11 @@ Goose Mobile requires deep access to your device. Use at your own risk — best
## Installation
- **Pre-built APK:** Install quickly via [Firebase distribution link](https://appdistribution.firebase.google.com/pub/i/3f111ea732d5f7f6).
- **Build from Source:** Developer instructions are in the [Goose Mobile repository](https://github.com/block/goose-mobile).
- **Build from Source:** Developer instructions are in the [goose Mobile repository](https://github.com/block/goose-mobile).
## Extending Goose Mobile
Goose Mobile supports the **mobile MCP** system, which lets it use tools from other apps without leaving context — e.g., fetching weather data via a weather extension.
## Extending goose Mobile
goose Mobile supports the **mobile MCP** system, which lets it use tools from other apps without leaving context — e.g., fetching weather data via a weather extension.
Sample code and setup instructions are in the repository [README](https://github.com/block/goose-mobile).
@@ -35,4 +35,4 @@ We welcome contributions! See the [Contributing Guide](https://github.com/block/
---
For more scenarios, instructions, and development setup, visit the [Goose Mobile repository](https://github.com/block/goose-mobile).
For more scenarios, instructions, and development setup, visit the [goose Mobile repository](https://github.com/block/goose-mobile).