sheets

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package sheets provides an omniskill Skill for reading Google Sheets spreadsheets.

This package can be used standalone with mcp-google or composed with other skills in a multi-service MCP server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Skill

type Skill struct {
	// contains filtered or unexported fields
}

Skill provides Google Sheets reading tools.

func New

func New(httpClient *http.Client) *Skill

New creates a new Sheets skill with the given authenticated HTTP client.

func (*Skill) Close

func (s *Skill) Close() error

Close releases resources (no-op for this skill).

func (*Skill) Description

func (s *Skill) Description() string

Description returns what this skill does.

func (*Skill) Init

func (s *Skill) Init(ctx context.Context) error

Init initializes the Google Sheets API client.

func (*Skill) Name

func (s *Skill) Name() string

Name returns the skill identifier.

func (*Skill) Tools

func (s *Skill) Tools() []skill.Tool

Tools returns all tools provided by this skill.

func (*Skill) Version added in v0.4.0

func (s *Skill) Version() string

Version returns the skill version.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL