Loading...
Loading...
Enables Claude to create, edit, read, and collaborate on Google Docs documents via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os google-docscurl -sSL https://canifi.com/skills/google-docs/install.sh | bashcp -r skills/google-docs ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_EMAIL "your-email@gmail.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a meeting notes document for today's standup"
Claude: Creates new Google Doc titled "Standup Notes - [Date]",
adds template with Attendees, Discussion Points, Action Items sections.
Returns: "Created document: [link]"User: "Add a conclusion section to my project proposal doc"
Claude: Opens the specified document, scrolls to end, adds "Conclusion"
heading with appropriate content based on document context.User: "Summarize the Q4 report document"
Claude: Opens document, reads all content, provides concise summary
of key points, metrics, and conclusions.User: "Export my resume as a PDF"
Claude: Opens resume document, navigates to File > Download > PDF,
confirms download. Reports: "Resume exported as PDF"// New document button
'#docs-new-button' or '[aria-label="New"]'
// Document title
'.docs-title-input'
// Main editing area
'.kix-appview-editor'
// Document content
'.kix-paragraphrenderer'
// Menu bar items
'.menu-button'
// File menu
'#docs-file-menu'
// Insert menu
'#docs-insert-menu'
// Format menu
'#docs-format-menu'
// Share button
'.docs-titlebar-share-client-button'
// Comments panel
'.docos-anchoreddocoview'
// Find and replace
'Ctrl+H' keyboard shortcut