TopRank Skills

Home / Claw Skills / 其他 / gws-reseller
Official OpenClaw rules 15%

gws-reseller

Google Workspace Reseller: Manage Workspace subscriptions.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gws-reseller 技能。 若已安装,则直接安装 gws-reseller 技能。

Overview

Skill Key
googleworkspace-bot/gws-reseller
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/gws-reseller
Latest Commit SHA
739fc682dc541109665ef7860a10850275100fcc

Extracted Content

SKILL.md excerpt

# reseller (v1)

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

```bash
gws reseller <resource> <method> [flags]
```

## API Resources

### customers

  - `get` — Gets a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see [retrieving a customer account](https://developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#get_customer).
  - `insert` — Orders a new customer's account.
  - `patch` — Updates a customer account's settings. This method supports patch semantics. You cannot update `customerType` via the Reseller API, but a `"team"` customer can verify their domain and become `customerType = "domain"`. For more information, see [Verify your domain to unlock Essentials features](https://support.google.com/a/answer/9122284).
  - `update` — Updates a customer account's settings. You cannot update `customerType` via the Reseller API, but a `"team"` customer can verify their domain and become `customerType = "domain"`. For more information, see [update a customer's settings](https://developers.google.com/workspace/admin/reseller/v1/how-tos/manage_customers#update_customer).

### resellernotify

  - `getwatchdetails` — Returns all the details of the watch corresponding to the reseller.
  - `register` — Registers a Reseller for receiving notifications.
  - `unregister` — Unregisters a Reseller for receiving notifications.

### subscriptions

  - `activate` — Activates a subscription previously suspended by the reseller. If you did not suspend the customer subscription and it is suspended for any other reason, such as for abuse or a pending ToS acceptance, this call will not reactivate the customer subscription.
  - `changePlan` — Updates a subscr...

Related Claw Skills