·chrome-form-filler
{}

chrome-form-filler

在 Chrome 中安全填寫網頁表單,每一步都經過使用者批准和驗證。 當被要求「填寫此表格」、「為我填寫表格」、「填寫註冊」時使用, “提交此申請”,或當使用者需要具有安全控制的表單自動化時。 透過 MCP 工具(tabs_context_mcp、read_page、form_input)使用 Chrome 瀏覽器標籤。 強制執行權限工作流程、欄位驗證,並且從不填入敏感資料。

4安裝·0熱度·@dawiddutoit

安裝

$npx skills add https://github.com/dawiddutoit/custom-claude --skill chrome-form-filler

如何安裝 chrome-form-filler

透過命令列快速安裝 chrome-form-filler AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/dawiddutoit/custom-claude --skill chrome-form-filler
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:dawiddutoit/custom-claude。

SKILL.md

查看原文

Critical Safety Rule: NEVER fill sensitive data (passwords, credit cards, SSNs, banking info) - always instruct user to fill these themselves.

This skill automates web form filling with safety controls and user approval at every critical step:

| Text input | forminput() | Read value back | | Email input | forminput() | Validate format + read back | | Tel input | forminput() | Read value back | | Textarea | forminput() | Read value back | | Select dropdown | forminput() | Read selected option | | Checkbox | forminput(value=true/false) | Read checked state |

在 Chrome 中安全填寫網頁表單,每一步都經過使用者批准和驗證。 當被要求「填寫此表格」、「為我填寫表格」、「填寫註冊」時使用, “提交此申請”,或當使用者需要具有安全控制的表單自動化時。 透過 MCP 工具(tabs_context_mcp、read_page、form_input)使用 Chrome 瀏覽器標籤。 強制執行權限工作流程、欄位驗證,並且從不填入敏感資料。 來源:dawiddutoit/custom-claude。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/dawiddutoit/custom-claude --skill chrome-form-filler
分類
{}資料分析
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from dawiddutoit/custom-claude

快速解答

什麼是 chrome-form-filler?

在 Chrome 中安全填寫網頁表單,每一步都經過使用者批准和驗證。 當被要求「填寫此表格」、「為我填寫表格」、「填寫註冊」時使用, “提交此申請”,或當使用者需要具有安全控制的表單自動化時。 透過 MCP 工具(tabs_context_mcp、read_page、form_input)使用 Chrome 瀏覽器標籤。 強制執行權限工作流程、欄位驗證,並且從不填入敏感資料。 來源:dawiddutoit/custom-claude。

如何安裝 chrome-form-filler?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dawiddutoit/custom-claude --skill chrome-form-filler 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/dawiddutoit/custom-claude