delete-edge-synced-passwords 是做什麼的?
Codex skill for deleting synced Microsoft Edge passwords through the official UI
用於透過官方使用者介面刪除已同步的 Microsoft Edge 密碼的 Codex 技能。
此技能旨在透過自動化操作官方使用者介面,協助使用 Codex 的開發者或 AI 代理程式刪除已同步至 Microsoft Edge 的密碼。它主要解決了直接操作同步資料庫可能較為複雜或具風險的問題,提供一個更安全、更符合正規流程的刪除方式。此技能特別適用於需要批次清理或管理 Edge 中已儲存密碼的情境,例如在帳號重設或安全審計時。該技能透過模擬使用者在瀏覽器設定介面中的點擊與操作流程,來達成刪除同步密碼的目的。支援的平台為 Codex,使用方式為將此技能整合至 Codex 的工作流程中,由 AI 代理程式依據指令呼叫執行。技能的核心邏輯遵循「透過官方 UI 操作」的原則,避免直接操作底層資料,以降低資料損毀或同步異常的風險。
npx skills add code-lcy/delete-edge-synced-passwordsCodex skill for deleting synced Microsoft Edge passwords through the official UI
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.