Install
openclaw skills install google-docs-create-documentAtomic node skill to create a Google Doc using the gog CLI.
openclaw skills install google-docs-create-documentThis skill allows the agent to create a new Google Document using the native CLI.
WHEN [A new Google Doc needs to be created]
THEN [Execute the native terminal command gog docs create <title> --json]
{
"command": "gog docs create \"My New Document\" --json"
}
A JSON object with the new document ID and details.