← 返回
效率工具
中文
Application Tracker
Start and review web form autofill workflow with human approval.
启动并审核网页表单自动填充流程,需人工审批。
wanghong5233
效率工具
clawhub
v1.0.1 1 版本 100000 Key: 无需
#latest
概述
Application Tracker Skill
Trigger
Activate when user asks:
- "帮我填这个网申链接"
- "先预览再决定要不要自动填"
- "Approve 这个填表线程"
- "Reject 这个填表线程"
- "看看还有哪些待审批的网申线程"
Workflow
- If user gives a form URL, call:
POST http://127.0.0.1:8010/api/form/fill/start- Body:
{"url":"","profile":{...},"max_actions":20}
- Parse response:
- show
thread_id - show
mapped_fields/total_fields - show preview screenshot path (if provided)
- Ask user to decide:
approve (execute fill only)reject (close thread)
- Execute review:
POST http://127.0.0.1:8010/api/form/fill/review- Body example:
{"thread_id":"","decision":"approve","feedback":"优先填写项目经历","max_actions":20}
- If approved:
- summarize
filled_fields/failed_fields - show screenshot path
- remind user to manually review and manually submit
- If user asks pending threads:
- call
GET http://127.0.0.1:8010/api/form/fill/pending - list thread ids and mapped field counts
Command templates (exec tool + curl)
- Start:
curl -sS -X POST "http://127.0.0.1:8010/api/form/fill/start" -H "Content-Type: application/json" -d '{"url":"","profile":{"name":"","email":""},"max_actions":20}'- Review approve:
curl -sS -X POST "http://127.0.0.1:8010/api/form/fill/review" -H "Content-Type: application/json" -d '{"thread_id":"","decision":"approve","max_actions":20}'- Review reject:
curl -sS -X POST "http://127.0.0.1:8010/api/form/fill/review" -H "Content-Type: application/json" -d '{"thread_id":"","decision":"reject"}'- Pending:
curl -sS "http://127.0.0.1:8010/api/form/fill/pending?limit=20"
Constraints
- Never submit external application forms automatically.
- Every approve/reject action requires explicit user confirmation.
- If API returns non-2xx or invalid JSON, explain the error and ask whether to retry.
版本历史
共 1 个版本
-
v1.0.1
当前
2026-03-30 04:50 安全 安全
安全检测
腾讯云安全 (Sanbu)
安全,无风险
查看报告
🔗 相关推荐
ai-intelligence
wanghong5233
分析JD文本并返回结构化匹配摘要
★ 0
📥 731
productivity
ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437
📥 147,147
productivity
steipete
获取当前天气和预报(无需API密钥)
★ 444
📥 226,086