Gws People
30.4kGoogle People: gestiona contactos y perfiles.
- Costo de contexto al activarse
- 1.6k tok
- Tamaño del paquete
- 1 archivo
- Última actualización
- hace 4 meses
en todo el repo
0–100, la ruta de este skill
último commit aquí
últimos 90 días
7 tok en reposo
2 KB
Funciona con cualquier agente que lea SKILL.md
npx -y skills add googleworkspace/cli --skill gws-forms --agent claude-codeSe instala solo en este repositorio.
Di cualquiera de estas frases y el agente debería cargar este skill.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws forms <resource> <method> [flags]
batchUpdate — Change the form with a batch of updates.create — Create a new form using the title given in the provided form message in the request. Important: Only the form.info.title and form.info.document_title fields are copied to the new form. All other fields including the form description, items and settings are disallowed. To create a new form and add items, you must first call forms.create to create an empty form with a title and (optional) document title, and then call forms.update to add the items.get — Get a form.setPublishSettings — Updates the publish settings of a form. Legacy forms aren't supported because they don't have the publish_settings field.responses — Operations on the 'responses' resourcewatches — Operations on the 'watches' resourceBefore calling any API method, inspect it:
# Browse resources and methods
gws forms --help
# Inspect a method's required params, types, and defaults
gws schema forms.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Reproducido de googleworkspace/cli bajo licencia Apache-2.0. Leer esta página en markdown.
1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.
Requiere leer ../gws-shared/SKILL.md para autenticación, flags globales y reglas de seguridad, y tener instalado el binario `gws`.
Este repo incluye 95 skills. Si instalas uno, normalmente ya tienes los demás.
Google People: gestiona contactos y perfiles.
Google Calendar: gestiona calendarios y eventos.
Gmail: lee un mensaje y extrae su cuerpo o sus headers.
Gmail: enviar, leer y gestionar correo electrónico.
Gmail: muestra un resumen de la bandeja de entrada no leída (remitente, asunto y fecha).
Google Workspace Events: renueva/reactiva suscripciones de eventos de Workspace.
Google People: gestiona contactos y perfiles.
Descompón tareas complejas, diseña grafos de dependencias y coordina trabajo multi-agente con descripciones de tareas y balanceo de carga adecuados.
Crea y mantiene artefactos de contexto del proyecto (product.md, tech-stack.md, workflow.md, tracks.md) en un directorio conductor/, scaffolding, extracción y validación incluidos.