skills/uimap/SKILL.md
Provides the accurate URL and step-by-step click operation path for completing tasks on websites. If the task involves operations on a web app, use this skill first to determine which URL to open and what the subsequent click operation path should be.
npx skillsauth add refore-ai/uimap uimapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search for step-by-step operation guides to complete tasks on websites. Use when the user needs to know how to navigate or interact with a specific website.
# Find how to complete a task on a website
uimap search "<task description>"
uimap search "<task description>" --domain example.com
--domain [domain] — The domain of website, e.g. example.comuimap search "how to create a new project in example.com"
uimap search "how to invite a team member" --domain example.com
The command returns operation instructions to complete the task.
Via npm:
npm install -g @refore-ai/uimap
Via CDN (if npm is unavailable):
curl -fsSL https://s.dwimg.top/uimap-install/install.sh | bash
See @refore-ai/uimap on npm for full installation options.
Login to UIMap via browser OAuth. Opens a browser window to complete authentication interactively.
Usage:
uimap login
If you need to specify a region (defaults to World or the region set during installation):
uimap login --region World
uimap login --region China
--region <World|China> — Server region (optional)tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.