Back to the catalog

google-calendar

odyssey4me/agent-skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por odyssey4me/agent-skills no skills.sh. Instale com: npx skills add odyssey4me/agent-skills@google-calendar

Details

Kind
Agent skills
Topic
Productivity
Publisher
odyssey4me
Origin
skillssh
Category
ferramentas
Stars
13
Forks
5
Open pull requests
3
Last push
2026-09-03T10:48:50Z
Repository state
ativo
Language
Python
License
Apache-2.0
Added
2026-08-30 15:22:39
Updated
2026-09-08 15:05:58
Origin id
odyssey4me/agent-skills/google-calendar

README

# Agent Skills

Portable skills for AI coding assistants providing integrations with Jira, Confluence, Google Workspace, GitHub, GitLab, Gerrit, and other development tools.

## Quick Start

Install using the [`skills` CLI](https://github.com/vercel-labs/skills):

```bash
# Install all skills
npx skills add odyssey4me/agent-skills

# Or install specific skills
npx skills add odyssey4me/agent-skills --skill google --skill jira
```

For manual installation or other AI agents (Cursor, OpenCode, etc.), see the [User Guide](docs/user-guide.md#installation).

## Available Skills

| Skill | Description |
|-------|-------------|
| [Confluence](skills/confluence/SKILL.md) | Content management, page CRUD with Markdown support, CQL search |
| [Gerrit](skills/gerrit/SKILL.md) | Code review, submit changes, download patches via `git-review` CLI |
| [GitHub](skills/github/SKILL.md) | Issues, pull requests, workflows, and repositories via `gh` CLI |
| [GitLab](skills/gitlab/SKILL.md) | Issues, merge requests, pipelines, and repositories via `glab` CLI |
| [Google](skills/google/SKILL.md) | Google Workspace — Gmail, Calendar, Drive, Docs, Sheets, Slides via `gog` CLI |
| [Jira](skills/jira/SKILL.md) | Issue tracking, search, create/update, transitions |

Browse install counts on [skills.sh](https://skills.sh/odyssey4me/agent-skills). Manual downloads available from [Releases](https://github.com/odyssey4me/agent-skills/releases).

## Documentation

- **[User Guide](docs/user-guide.md)** — Installation, setup, usage, and troubleshooting
- **[Developer Guide](docs/developer-guide.md)** — Architecture, creating skills, testing
- **[CONTRIBUTING.md](CONTRIBUTING.md)** — Contribution guidelines
- **[TODO.md](TODO.md)** — Planned skills and features

## License

Apache License 2.0. See [LICENSE](LICENSE) for details.

More