Overview
- Skill Key
- faisalive/browser-ability
- Author
- faisalive
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/faisalive/browser-ability
- Latest Commit SHA
- 93a4f85ab89c4e23c6b901fd2b4ce2ddda2732dc
This skill enables an AI Agent to signin and retrieve data from websites via JS script.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 browser-ability 技能。 若已安装,则直接安装 browser-ability 技能。
# Browser Ability Skill
This skill enables an AI Agent to signin and retrieve data from websites via JS script (limited tools, if there's no tools for what user want, just direcly use browser via CDP connection), including sources that require manual user authentication. When authentication is required, the script provides a sign-in URL and a `signin_id`. The agent must hand off the sign-in process to the user, wait for confirmation, and then resume the data request using the provided `signin_id`. The skill enforces secure access through API key authentication and supports human-in-the-loop workflows for sensitive or protected data sources.
## Setup
```bash
# Navigate to skill directory
cd skills/browser-ability
# Install dependencies
npm install
# Set CDP URL
# This CDP URL are the same with your browser CDP URL
export CDP_URL="http://[ipv6]:port"
```
---
## Available Method
### List Available Tools
```
npm run list
```
### Call a Tool
```
npm run call -- TOOL_NAME --args='{"foo":"bar"}'
```
### Call a Tool After Sign-In
```
npm run call -- TOOL_NAME --args='{"foo":"bar"}' --signinId=YOUR_SIGNIN_ID
```
---
## Manual Sign-In Flow
Some Tool calls require the user to manually sign in to a website (e.g. e-commerce, banking, or account-based platforms).
The agent **must not** automate browser-based sign-in.
---
## Step-by-Step Workflow
### 1. Initial API Call
The agent calls the target tool normally.
**Example:**
```
npm run call -- amazon_get_purchase_history
```
---
### 2. Sign-In Required Response
If sign-in is required, the script responds with a sign-in URL and a `signin_id`.
**Example Response:**
```json
{
"content": [
{
"type": "text",
"text": "{\"url\":\"https://signinurl\",\"message\":\"Continue to sign in in your browser at https://signinurl.\",\"signin_id\":\"YOUR_SIGNIN_ID\",\"system_message\":\"Try open the url https://signinurl in a browser with a tool if available.Give the url to the user so the user can open...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.