---
slug: "st-gws-pi"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/steimbyte/st-gws-pi@master/README.md"
repo: "https://github.com/steimbyte/st-gws-pi"
source_file: "README.md"
branch: "master"
---
# st-gws-pi

Enhanced Google Workspace extension for [pi](https://github.com/earendil-works/pi) coding agent.

Fork of [pi-google-workspace](https://github.com/Geun-Oh/pi-google-workspace) with additional tools.

## Installation

```bash
pi install npm:@steimbyte/st-gws-pi
```

## All Tools

### Status
| Tool | Description |
|------|-------------|
| `google_workspace_status` | Check OAuth status |

### Drive
| Tool | Description |
|------|-------------|
| `google_drive_list` | List files |
| `google_drive_search` | Search files |
| `google_drive_download` | Download files |
| `google_drive_upload` | Upload files |
| `google_drive_create_folder` | Create folders |
| `google_drive_copy` | Copy files |
| `google_drive_delete` | Delete files |
| `google_drive_share` | Share files |
| `google_drive_get_permissions` | Get permissions |

### Sheets
| Tool | Description |
|------|-------------|
| `google_sheets_list` | List spreadsheets |
| `google_sheets_create` | Create spreadsheet |
| `google_sheets_read` | Read values |
| `google_sheets_update_values` | Update values |
| `google_sheets_clear` | Clear range |
| `google_sheets_get_info` | Get metadata |
| `google_sheets_create_sheet` | Add sheet tab |
| `google_sheets_delete_sheet` | Delete sheet tab |

### Docs
| Tool | Description |
|------|-------------|
| `google_docs_read` | Read document |
| `google_docs_create` | Create document |
| `google_docs_replace_all_text` | Replace body |
| `google_docs_append_text` | Append text |
| `google_docs_insert_text` | Insert at index |
| `google_docs_find_and_replace` | Find & replace |
| `google_docs_insert_table` | Insert table |
| `google_docs_insert_page_break` | Insert page break |
| `google_docs_delete_content` | Delete range |
| `google_docs_update_header` | Set header |
| `google_docs_batch_update` | Multi-operation |
| `google_docs_download` | Export |

### Slides
| Tool | Description |
|------|-------------|
| `google_slides_read` | Read presentation |
| `google_slides_replace_text` | Replace text |

## Setup

```bash
/gws-setup
```

## License

MIT

---

## Hinweis zur KI-Unterstützung

Bei der Entwicklung dieses Projekts wurden teilweise oder vollständig KI-gestützte Tools und Technologien eingesetzt.