From dstoic
Imports Google Docs from Drive into local google-in/ folder with manifest tracking. Use when importing documents for local analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dstoic:import-gdochaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import Google Docs from Drive into `google-in/` with manifest tracking.
Import Google Docs from Drive into google-in/ with manifest tracking.
CRITICAL: After EVERY AskUserQuestion call, check if answers are empty/blank. Known Claude Code bug: outside Plan Mode, AskUserQuestion silently returns empty answers without showing UI.
If answers are empty: DO NOT proceed with assumptions. Instead:
$ARGUMENTS as query, or interactive if emptymkdir -p google-inmcp__google-docs__get_doc_content.md)google-in/<name>.mdgoogle-in/README.md with table (Name, Last Import, Drive Link, File ID)See reference.md for manifest format, duplicate handling, error handling, and edge cases.
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicAutomates Google Docs tasks via Rube MCP (Composio): create, edit, search, export, copy, and update documents. Always searches tools first for current schemas.
Fetches Google Docs and Sheets content via MCP, API export, or browser DOM extraction and converts to Markdown. Internal module for /bedrock:learn and /bedrock:sync.
Operates Google Drive, Docs, Sheets, and Slides as a unified workflow surface for finding, summarizing, editing, migrating, and cleaning up shared documents without raw tool calls.