一键导入
create-github-account
GitHub Account Registrierung via Google OAuth mit Fallback.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GitHub Account Registrierung via Google OAuth mit Fallback.
用 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 | create-github-account |
| description | GitHub Account Registrierung via Google OAuth mit Fallback. |
| version | 1.0.0 |
| author | OpenSIN-AI |
| category | agent-creation |
| source | opensin-native |
| status | active |
| triggers | ["use create-github-account"] |
| related_skills | [] |
GitHub Account Registrierung via Google OAuth mit Fallback.
BEVOR GitHub Signup gestartet wird MUSS Chrome mit diesen Flags laufen:
--disable-features=SigninInterceptBubble,ExplicitBrowserSigninUIOnDesktop
--disable-sync
--no-first-run
--user-data-dir=/tmp/oar_openrouter_chrome_7656
Ohne diese Flags erscheint das native "Mein Chrome" Popup und blockiert den gesamten Flow!
Siehe /undelete-login-google für den kompletten Chrome-Start-Code.
Stelle sicher dass Google bereits im Browser eingeloggt ist (siehe /undelete-login-google).
from oar_steps.github_signup import github_signup_via_google
result = await github_signup_via_google(browser, email)
# result = {"status": "success", "username": "...", "email": "..."}
# ODER: {"status": "already_exists", "username": "..."}
# ODER: {"status": "already_signed_in"}
https://github.com/signupArray.from(document.querySelectorAll('button')).find(b => b.innerText.includes('Google')).click()Wenn GitHub meldet dass der Account bereits existiert:
https://github.com/loginNach erfolgreicher Registrierung:
Nr | vorname | nachname | geburtsdatum | benutzername | passwort
Siehe Google Sheets Logging Skill für Details.
/tmp/github_01_signup_page.png/tmp/github_02_google_picker.png/tmp/github_03_username_page.png/tmp/github_04_final_state.pngJeder Schritt MUSS loggen: