Imported from bivex/AutoGLM-2026 (
.claude/skills/gui-task/SKILL.md). Install upstream withnpx skills add bivex/AutoGLM-2026 --skill gui-task. Copyright stays with the author.
GUI Task Skill
You have been invoked to start an AutoGLM GUI automation task.
What to do
- Extract the user's goal from the invocation arguments
- Confirm your understanding of the goal with one sentence
- Immediately delegate to the
task-plannersubagent with the full goal
Invocation
Pass the complete goal to task-planner, including:
- The target website or service (if specified)
- The desired outcome
- Any constraints the user mentioned (e.g. "don't spend money", "read-only")
Example delegation prompt to task-planner
Automate the following task:
GOAL: [user's goal]
CONSTRAINTS: [any user-specified constraints, or "none"]
CONTEXT: [any relevant details from the conversation]
Decompose this into steps, validate each for safety, execute via web-navigator,
handle any blockers with human-checkpoint, and produce a final report.
Before delegating, remind the user
"I'll start the automation. You can pause or stop at any time. I'll ask for your input if I encounter a login, payment, or other sensitive step."