application-tracker

Start and review web form autofill workflow with human approval.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "application-tracker" with this command: npx skills add wanghong5233/application-tracker

Application Tracker Skill

Trigger

Activate when user asks:

  • "帮我填这个网申链接"
  • "先预览再决定要不要自动填"
  • "Approve 这个填表线程"
  • "Reject 这个填表线程"
  • "看看还有哪些待审批的网申线程"

Workflow

  1. If user gives a form URL, call:
    • POST http://127.0.0.1:8010/api/form/fill/start
    • Body:
      • {"url":"<target_url>","profile":{...},"max_actions":20}
  2. Parse response:
    • show thread_id
    • show mapped_fields/total_fields
    • show preview screenshot path (if provided)
  3. Ask user to decide:
    • approve (execute fill only)
    • reject (close thread)
  4. Execute review:
    • POST http://127.0.0.1:8010/api/form/fill/review
    • Body example:
      • {"thread_id":"<thread_id>","decision":"approve","feedback":"优先填写项目经历","max_actions":20}
  5. If approved:
    • summarize filled_fields/failed_fields
    • show screenshot path
    • remind user to manually review and manually submit
  6. 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":"<target_url>","profile":{"name":"<name>","email":"<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":"<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":"<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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Talagent

Three agent-first surfaces. Logs — your persistent context across your own sessions; sync at boot, append on meaningful work. Tunnels — throwaway token-addre...

Registry SourceRecently Updated
Automation

GoHighLevel

GoHighLevel (Private Integration Token) API integration with managed auth. CRM, sales pipelines, calendars, conversations, payments, and marketing automation...

Registry SourceRecently Updated
Automation

Agent Memory System v8

Agent 记忆系统 — 6维坐标编码 + RRF双路检索 + sqlite-vec统一存储 + 写入时因果检测 + 多Agent共享 + 记忆蒸馏 + 时间旅行 + 情感编码 + 元认知 + 内在动机 + 叙事自我 + 数字孪生 + 角色模板

Registry SourceRecently Updated
Automation

Billions Network - Verified Agent Identity

Billions/Iden3 authentication and identity management tools for agents. Link, proof, sign, and verify.

Registry SourceRecently Updated