Add google-drive upload domain skill#439
Open
CrestViewFl wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Skill review passedReviewed 1 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
domain-skills/google-drive/upload.md— the working flow for uploading a local file into a Drive folder from an attached session.Field-tested on a 75 MB mp4. Documents:
Page.setInterceptFileChooserDialog+fileChooserOpened.backendNodeId→DOM.setFileInputFiles(Drive has no persistent file inputs; the New→File upload picker is native and undriveable otherwise)guidedhelpid="new_menu_button"stable hook[role=menuitem]matches closed menus — filter by visible rect)🤖 Generated with Claude Code
Summary by cubic
Adds
domain-skills/google-drive/upload.md, a step-by-step skill for uploading a local file into a Google Drive folder by intercepting the native file chooser via CDP. Covers stable selectors, event handling, completion polling, and pitfalls; field-tested on a 75 MB file.Page.setInterceptFileChooserDialogandDOM.setFileInputFilesfromfileChooserOpened.backendNodeId.guidedhelpid="new_menu_button"; filter visible[role=menuitem].Written for commit ee03662. Summary will update on new commits.