npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Create a Google Meet meeting space and share the join link.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Create a Google Meet meeting space and share the join link.
Use this workflow when the user needs a quick meeting link without creating a calendar event, or wants to set up a standing meeting room.
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'
Capture the meeting URI from the response.
Ask the user how they want to share — email, chat, or just display:
Via email:
gws gmail +send \
--to recipients@company.com \
--subject 'Join the meeting' \
--body 'Join here: MEETING_URI' \
--dry-run
Via chat:
gws chat +send --space spaces/SPACE_ID --text 'Meeting link: MEETING_URI'
Or just display the link to the user.
--dry-run before sending emails with the link"accessType": "OPEN" means anyone with the link can join"accessType": "TRUSTED" to restrict to organization members