بنقرة واحدة
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