form-filling
仓库创建 2025年12月19日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
节省重复人工输入,适合自动化用户流程与测试场景。
▸ 风险提示
可能需要处理敏感凭据(登录信息),需妥善保护
这个 Skill 做什么
自动填写并提交网页表单,支持登录、注册与多步表单流程。
自动把网页表单填好并提交,能处理登录、注册、结账或多步表单流程,帮你省去重复点位操作。适合做自动化测试、批量填表或模拟用户操作场景,也能保存登录态以便后续复用。特点是能与浏览器自动化结合,支持复杂表单和跨页流程的完整跑通。
▸ 展开 SKILL.md 英文原文
Fill out web forms, submit data, and handle login or registration flows. Trigger when the user asks to: fill a form, submit data on a website, log in to a site, register an account, complete a checkout, enter information into fields, or automate form submission.
235
Stars
20
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/form-filling/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/form-filling/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Form Filling Automate filling web forms including login, registration, checkout, and multi-step form wizards using Python code execution. All code runs via `openbrowser-ai -c`. The daemon starts automatically and persists variables across calls. All browser functions are async -- use `await`. The CLI daemon also persists cookies and login state in `~/.config/openbrowser/profiles/daemon/storage_state.json`, so authenticated sessions can be reused across later runs. ## Setup Before running, verify openbrowser-ai is installed: ```bash openbrowser-ai --help ``` If not found, install: ```bash # macOS/Linux curl -fsSL https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/in
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有