Overview
- Skill Key
- clulessboy/ds160-autofill
- Author
- clulessboy
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/clulessboy/ds160-autofill
- Latest Commit SHA
- 60c5e159b27f5a563aa120cc51f81d2c710fefec
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Ds160 Autofill 技能。 若已安装,则直接安装 Ds160 Autofill 技能。
# DS-160 Auto-fill Skill
This skill automates the filling of US nonimmigrant visa DS-160 forms by combining:
- CDP (Chrome DevTools Protocol) for fast element location
- CSV data source for user information
- LLM assistance for complex cases (captcha, missing elements)
- Session persistence for resume capability
- Chinese to English translation for user input
## Quick Start
### Starting a New Application
1. **Provide CSV data**: User must provide a CSV file with their personal information (use `ds160-user-info.csv` as template)
2. **Open DS-160 website**: Use `browser` tool to open `https://ceac.state.gov/genniv/` with profile `openclaw`
3. **Initialize session**: Load and execute `scripts/ds160-filler.js` to parse mappings and CSV
4. **Start filling**: Begin with the home page, handle captcha with LLM, then proceed page by page
### Resuming an Application
1. **Load existing session**: Check `ds160/ds160-session.json` for saved Application ID
2. **Open application**: Use the saved Application ID to resume on DS-160 website
3. **Continue filling**: Load CSV from saved location and continue from last page
## Core Workflow
### Step 1: Prepare Data
**Always check if session exists first:**
```javascript
// Read ds160/ds160-session.json
// If exists → Resume mode
// If not → New application mode
```
**New application mode:**
- Ask user for CSV file path or content
- Save CSV to `ds160/ds160-user-info.csv` using `write` tool
- Initialize session data in `ds160/ds160-session.json`:
```json
{
"applicationId": null,
"securityQuestion": null,
"securityAnswer": null,
"currentPageIndex": 0,
"completedPages": [],
"startDate": "2026-02-06T21:00:00Z"
}
```
**Resume mode:**
- Load CSV from `ds160/ds160-user-info.csv`
- Load session from `ds160/ds160-session.json`
- Report current progress to user
### Step 2: Initialize Browser
```javascript
// Open browser with openclaw profile
browser_start: { profile: "openclaw", targetUrl: "https...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.