Agent skill

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-web-automation-scripts-with-custom-dsl/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going