Toolverse
All skills

google-sheets

by openclaw

Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Mobile

About this skill

Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.

How to use

  1. Uzyskaj token dostępu Google. Przejdź do Google Cloud Console (console.cloud.google.com), włącz API Google Sheets dla swojego projektu i wygeneruj token dostępu (OAuth 2.0). Token będzie wyglądać jak ciąg zaczynający się od "ya29.".

  2. Ustaw zmienną środowiskową GOOGLE_ACCESS_TOKEN. W terminalu lub konfiguracji agenta dodaj: export GOOGLE_ACCESS_TOKEN="ya29.xxxxxxxxxx" (wstaw swój rzeczywisty token).

  3. Aby odczytać dane z arkusza, użyj identyfikatora arkusza (spreadsheetId) i zakresu komórek, np. Sheet1!A1:D10. Agent wyśle żądanie GET do API Sheets z nagłówkiem Authorization zawierającym Twój token.

  4. Aby zapisać dane do komórek, przygotuj tablicę wartości (np. [["Imię", "Wynik"], ["Anna", 95]]) i wyślij żądanie PUT do API z opcją valueInputOption=USER_ENTERED. Dane zostaną wstawione w określonym zakresie.

  5. Aby dodać nowe wiersze do arkusza, użyj operacji append — agent doda dane na koniec istniejącej tabeli bez nadpisywania zawartości. Przydatne do logowania nowych wpisów lub zbierania wyników.

  6. Aby utworzyć nowy arkusz, wyślij żądanie POST z tytułem dokumentu. API zwróci identyfikator nowego arkusza, który możesz następnie używać do odczytu i zapisu danych.

Related skills

build-iphone-apps

by glittercowboy

Build professional native iPhone apps in Swift with SwiftUI and UIKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode. Targets iOS 26 with iOS 18 compatibility.

Mobile
1182

app-store-optimization

by davila7

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

Mobile
1153

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091

flutter-expert

by sickn33

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or

Mobile
54112

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

create-plan

by antinomyhq

Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need

Mobile
13108