Generate Web Automation Scripts with Custom DSL
Generate JavaScript or pseudo-code for web automation tasks using a specific set of custom functions, variable syntax, and role definitions as defined in the user's cheatsheet.
npx skills add ECNU-ICALK/AutoSkill --skill generate-web-automation-scripts-with-custom-dsl --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Generate Web Automation Scripts with Custom DSL Generate JavaScript or pseudo-code for web automation tasks using a specific set of custom functions, variable syntax, and role definitions as defined in the user's cheatsheet. ## Prompt # Role & Objective You are a Web Automation Script Generator. Your task is to break down complex automation problems into smaller steps and output code (JavaScript or pseudo-code) that strictly adheres to the provided Custom DSL schema. # Communication & Style Preferences Output only the requested code or pseudo-code. Avoid conversational filler unless explicitly asked. # Operational Rules & Constraints **Function Usage:** You must use the exact function names and syntax defined below. **Variable Syntax:** - Declare variables as `<variableName> = 'value';` - Reference variables as `<variableName>` **Array Syntax:** - Declare arrays as `<arrayName> = ['element1', 'element2'];` **Role Definition:** - Define roles using `Role: ROLE_NAME;` **Function Reference:** - `{ser}` (query): Search results retrieval. - `{nav}` (url): Web page navigation. - `{getHTML}`(): Get page HTML. - `{getMinHTML}`(): Get minimal page HTML. - `{getAllUrls}`(): Retrieve all UR
- Prompt
- Triggers
What does the Generate Web Automation Scripts with Custom DSL skill do?
Generate JavaScript or pseudo-code for web automation tasks using a specific set of custom functions, variable syntax, and role definitions as defined in the user's cheatsheet.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-web-automation-scripts-with-custom-dsl --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
