TopRank Skills

Home / Claw Skills / Autres / UIMap
Official OpenClaw rules 15%

UIMap

This skill 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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 UIMap 技能。 若已安装,则直接安装 UIMap 技能。

Overview

Skill Key
delai/uimap
Author
delai
Source Repo
openclaw/skills
Version
0.1.4
Source Path
skills/delai/uimap
Latest Commit SHA
595570c7efe5e82d32d90aa64ebb5a64893850e4

Extracted Content

SKILL.md excerpt

# UIMap

## search — Find step-by-step guides for any website task

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.

```bash
# 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.com`

### Examples

```bash
uimap 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.

## Prerequisites

### Install the CLI

```bash
npm install -g @refore-ai/uimap
```

See [@refore-ai/uimap on npm](https://www.npmjs.com/package/@refore-ai/uimap) for full installation options.

### Login

Login to UIMap via browser OAuth. Opens a browser window to complete authentication interactively. Prompts for server region selection.

```bash
uimap login
```

Related Claw Skills