Skip to content
Skillv1.0.0

google-drive-manage

Search Google Drive in bulk, create new files from results, update existing files on change, synchronize corpus materials down, and validate formatting and cleanliness. Use when creating files in Driv

by Koality-Assured(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Koality-Assured/agent-skills-and-tools (skills/google/google-drive-manage/SKILL.md). Install upstream with npx skills add Koality-Assured/agent-skills-and-tools --skill google-drive-manage. Copyright stays with the author.

Google Drive manage

Search Google Drive in bulk, create and update files, synchronize corpus documents, and validate formatting and cleanliness.

When to use

  • Searching Drive files or folders in bulk with query filters.
  • Creating new Google Docs, Sheets, or Drive files based on generated results.
  • Updating existing Drive files when associated local resources or specs change.
  • Synchronizing corpus materials down from Google Drive into local repository documentation.
  • Validating that created or synchronized files are properly formatted, clean, and free of structural anomalies.

When not to use

  • Google Workspace domain administration and OU hierarchy (use google-workspace-admin).
  • Gmail drafting or email operations (use google-gmail-manage).
  • General cloud infrastructure provisioning (use cloud-operator / cloud-admin-agent).

Criticality

High. File creation and corpus synchronization directly impact documentation accuracy and shared team resources.

Source of truth

Isolation

Mutating operations run in an isolated worktree spawned by the parent coordinator. Read-only queries may run on primary.

How to use

  1. Discover relevant Google Suite standards using qmd search "google drive sync standards".
  2. For Drive search in bulk:
    python scripts/google/google_suite_ops.py drive search --query "type:document after:2026-08-01" --json
  3. For file creation from local result:
    python scripts/google/google_suite_ops.py drive create --name "Report-Q3" --file "results/reports/report.md" --folder "[REDACTED_GOOGLE_DRIVE_TEST_FOLDER]"
  4. For file validation (checking clean headings, frontmatter, and no corruptions):
    python scripts/google/google_suite_ops.py drive validate --file "docs/standards/google-suite-interaction-and-administration.md"
  5. For corpus synchronization from Drive source:
    python scripts/google/google_suite_ops.py drive sync --source-id "[REDACTED_GOOGLE_DRIVE_TEST_FOLDER]" --dest "docs/standards/"

Dry run

Verify CLI readiness and execute simulated Drive operations:

python scripts/google/google_suite_ops.py drive search --dry-run
python scripts/google/google_suite_ops.py drive validate --file "docs/standards/context-management.md" --dry-run

Security

Inherits Critical cost layers (qmd discovery, ast-grep for structured files, and Headroom for context compression). Skills cannot waive them.

Do not load general README.md for operations — hop area AGENTS.md, routing/skills, and qmd on kebab-case topic pages. README is human-only.

Never commit Google OAuth tokens or service account private keys. Testing Drive folder IDs ([REDACTED_GOOGLE_DRIVE_TEST_FOLDER]) are sanitized automatically upon public export.

Completion gates

  • Drive operations complete with exit code 0.
  • Synchronized corpus documents pass markdown structural validation (python scripts/docs/validate_structure_fast.py).
  • Results and audit logs recorded under results/.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/koality-assured-agent-skills-and-tools-google-drive-manage/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

koality-assured-agent-skills-and-tools-google-drive-manage.ocm.jsonjson
{
  "ocm": "1",
  "id": "koality-assured-agent-skills-and-tools-google-drive-manage",
  "kind": "skill",
  "name": "google-drive-manage",
  "description": "Search Google Drive in bulk, create new files from results, update existing files on change, synchronize corpus materials down, and validate formatting and cleanliness. Use when creating files in Drive, searching Drive files in bulk, updating associated Drive documents, or synchronizing materials down to the local corpus. Do not use for domain-level Workspace admin settings (google-workspace-admin) or Gmail operations (google-gmail-manage).",
  "publisher": "Koality-Assured",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "google",
      "drive",
      "docs",
      "synchronization",
      "validation",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Search Google Drive in bulk, create new files from results, update existing files on change, synchronize corpus materials down, and validate formatting and cleanliness. Use when creating files in Drive, searching Drive files in bulk, updating associated Drive documents, or synchronizing materials down to the local corpus. Do not use for domain-level Workspace admin settings (google-workspace-admin) or Gmail operations (google-gmail-manage)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Koality-Assured/agent-skills-and-tools",
      "path": "skills/google/google-drive-manage/SKILL.md",
      "ref": "1079f3361a12728139b31822b3fd8005ecf68a1b",
      "url": "https://github.com/Koality-Assured/agent-skills-and-tools/blob/1079f3361a12728139b31822b3fd8005ecf68a1b/skills/google/google-drive-manage/SKILL.md",
      "key": "Koality-Assured/agent-skills-and-tools/skills/google/google-drive-manage/SKILL.md"
    }
  },
  "instructions": "# Google Drive manage\n\nSearch Google Drive in bulk, create and update files, synchronize corpus documents, and validate formatting and cleanliness.\n\n## When to use\n\n- Searching Drive files or folders in bulk with query filters.\n- Creating new Google Docs, Sheets, or Drive files based on generated results.\n- Updating existing Drive files when associated local resources or specs change.\n- Synchronizing corpus materials down from Google Drive into local repository documentation.\n- Validating that created or synchronized files are properly formatted, clean, and free of structural anomalies.\n\n## Wh",
  "cost": {
    "context_tokens": 853
  }
}

Fetch it by URL: GET /api/v1/registry/koality-assured-agent-skills-and-tools-google-drive-manage/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.