AgentStack
SKILL verified MIT Self-run

Import Gdoc

skill-digital-stoic-org-agent-skills-import-gdoc · by digital-stoic-org

Import Google Docs from Drive into local google-in/ folder with manifest tracking. Use when importing Google documents for local analysis. Triggers include "import gdoc", "google doc", "import from drive", "google docs import".

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-digital-stoic-org-agent-skills-import-gdoc

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Import Gdoc? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Google Docs Import

Import Google Docs from Drive into google-in/ with manifest tracking.

⚠️ AskUserQuestion Guard

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:

  1. Output: "⚠️ Questions didn't display (known Claude Code bug outside Plan Mode)."
  2. Present the options as a numbered text list and ask user to reply with their choice number.
  3. WAIT for user reply before continuing.

Steps

  1. Get user email (required for MCP auth): AskUserQuestion
  2. Determine search: $ARGUMENTS as query, or interactive if empty
  3. Search docs: Use MCP tools, present numbered results, let user select
  4. Setup: mkdir -p google-in
  5. Import each doc:
  • Fetch via mcp__google-docs__get_doc_content
  • Sanitize filename (lowercase, hyphens, max 100 chars, .md)
  • Handle duplicates (same ID → update, different ID → suffix)
  • Write to google-in/.md
  1. Update manifest: google-in/README.md with table (Name, Last Import, Drive Link, File ID)
  2. Report: file count, paths, suggest re-run for updates

See reference.md for manifest format, duplicate handling, error handling, and edge cases.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.