원클릭으로
new-google-login
> **Description:** Robust Google Account Login via Chrome Native Profile Menu
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
> **Description:** Robust Google Account Login via Chrome Native Profile Menu
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
The God Agent — single entry point that autonomously routes, dispatches, and synthesizes work across the entire 126-agent OpenSIN fleet. Zero human intervention. Maximum parallelism.
4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer (RFP), revenue operations (pipeline, GTM), contract & proposal writer. Python tools (stdlib-only).
10 C-level advisory agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor. Multi-role board meetings, strategy routing, structured recommendations. For founders needing executive-level decision support.
25 advanced engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, release management, platform ops.
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
23 engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365. 30+ Python tools (stdlib-only).
| name | new-google-login |
| description | > **Description:** Robust Google Account Login via Chrome Native Profile Menu |
| version | 1.0.0 |
| author | OpenSIN-AI |
| category | |
| source | opensin-native |
| status | active |
| triggers | ["use new-google-login"] |
| related_skills | [] |
Description: Robust Google Account Login via Chrome Native Profile Menu Version: 1.0.0 Scope: opencode
This skill provides an extremely robust way to log into Google accounts in Chrome. It completely avoids web-DOM selectors that fail due to Google UI changes. Instead, it uses macOS AppleScript and keyboard emulation to interact directly with the Chrome Toolbar's Profile Menu. It handles various states (search engine popup, cookie consent, sync dialogs).
When an agent needs to log into a Google account, they can invoke this skill to execute the robust login flow.
python3 ~/.config/opencode/skills/new-google-login/login.py --email "email@domain.com" --password "pass123" --port 7654 --profile-dir "/tmp/fresh_profile"
python3 ~/.config/opencode/skills/new-google-login/login.py --email "email@domain.com" --password "pass123" --port 7654 --profile-dir "/tmp/fresh_profile" --attach
about:blank (bypassing Google Cookie Consent).--disable-search-engine-choice-screen to kill the EU popup block.Cmd+L), then uses Tab and Space to open the native profile menu.Tab and Space to click the "Sign in" / "Turn on sync" button.about:blank