Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

nstbrowser-ai-agentnstbrowser AI Agent 浏览器

Agent Skill

nstbrowser-ai-agent 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,902

周安装

441

GitHub Stars

公开资料未说明

下载量

3,422
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nstbrowser-ai-agent(nstbrowser AI Agent 浏览器)
来源仓库:https://github.com/nstbrowserio/nstbrowser-ai-agent
安装命令:
openclaw skills install nstbrowser-ai-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nstbrowser-ai-agent

简介

nstbrowser-ai-agent 集成 Nstbrowser 的浏览器自动化 CLI,支持高级指纹识别与代理配置。

  • 适用于需要模拟真实用户行为或绕过反爬机制的网页交互场景。
  • 提供配置文件管理与会话持久化能力。
  • 安装命令为 openclaw skills install nstbrowser-ai-agent,需确认权限范围及是否触发网络访问与本地进程调用。
  • 建议参考文档了解浏览器实例生命周期与资源管理策略。

SKILL.md

name
nstbrowser-ai-agent
description
Browser automation CLI with Nstbrowser integration for AI agents. Use when the user needs advanced browser fingerprinting, profile management, proxy configuration, batch operations on multiple browser profiles, or cursor-based pagination for large datasets. Triggers include requests to "use NST profile", "configure proxy for profile", "manage browser profiles", "batch update profiles", "start multiple browsers", "list profiles with pagination", or any task requiring Nstbrowser's anti-detection features.
allowed-tools
Bash(npx nstbrowser-ai-agent:*), Bash(nstbrowser-ai-agent:*)

Browser Automation with nstbrowser-ai-agent

Overview

This skill enables AI agents to control browsers using nstbrowser-ai-agent CLI with Nstbrowser integration. Nstbrowser provides advanced browser fingerprinting, profile management, and anti-detection capabilities for professional browser automation.

This tool requires Nstbrowser service to function. All browser operations are performed through Nstbrowser profiles, which provide:

  • Advanced browser fingerprinting and anti-detection
  • Profile management with persistent sessions
  • Proxy configuration per profile
  • Batch operations on multiple profiles
  • Tag and group organization for profile management

Prerequisites

Before using this tool, ensure you have the following:

1. Nstbrowser Client Installation

Nstbrowser client must be installed and running on your system.

  • Download from: https://www.nstbrowser.io/
  • Install the client application
  • Launch the Nstbrowser client

2. Nstbrowser Service Running

The Nstbrowser API service must be accessible:

  • Default endpoint: http://127.0.0.1:8848
  • Verify service is running using the CLI:
  nstbrowser-ai-agent profile list
  • Expected response: List of profiles or empty list

3. API Key Configuration

Obtain your API key from the Nstbrowser dashboard and configure it:

Method 1: Config File (Recommended)

nstbrowser-ai-agent config set key YOUR_API_KEY

Method 2: Environment Variable

Set the NST_API_KEY environment variable in your shell configuration file.

4. CLI Tool Installation

Install the nstbrowser-ai-agent CLI:

# Using npx (no installation required)
npx nstbrowser-ai-agent --help

# Or install globally
npm install -g nstbrowser-ai-agent

5. Verify Installation

Test your setup:

# Check CLI version
nstbrowser-ai-agent --version

# List profiles (verifies API connection)
nstbrowser-ai-agent profile list

If you see your profiles or an empty list, your environment is configured correctly.

Quick Start

Get started in 5 minutes with these examples:

Option 1: Using Temporary Browser (Fastest)

For quick tests or one-time tasks:

# 1. Start temporary browser
nstbrowser-ai-agent browser start-once

# 2. Open a website
nstbrowser-ai-agent open https://example.com

# 3. Take a snapshot
nstbrowser-ai-agent snapshot -i

# 4. Close browser (auto-cleanup)
nstbrowser-ai-agent close

Note: Temporary browsers don't save session state and are cleaned up after use.

Option 2: Using Profile (Recommended for Persistent Sessions)

For tasks that require saved sessions, cookies, or login state:

# 1. List available profiles
nstbrowser-ai-agent profile list

# 2. Create a new profile (if needed)
nstbrowser-ai-agent profile create my-profile

# 3. Open browser with profile (auto-starts if not running)
nstbrowser-ai-agent open https://example.com

# 4. Interact with page
nstbrowser-ai-agent snapshot -i
nstbrowser-ai-agent click @e1

# 5. Close browser (session saved to profile)
nstbrowser-ai-agent close

Expected Output:

  • Profile list shows your profiles with IDs and names
  • Browser opens in headless mode
  • Snapshot shows page structure with element refs (@e1, @e2, etc.)
  • Session state persists across browser restarts

Core Concepts

Profiles

Profiles are the foundation of Nstbrowser automation. Each profile is an isolated browser environment that stores:

  • Browser Fingerprints: Canvas, WebGL, fonts, screen resolution, timezone
  • Session Data: Cookies, localStorage, sessionStorage
  • Login State: Persistent authentication across sessions
  • Proxy Settings: Per-profile proxy configuration
  • Browser Configuration: User agent, platform, language settings

Why use profiles?

  • Maintain separate identities for different tasks
  • Preserve login sessions between automation runs
  • Isolate cookies and data between different websites
  • Configure different proxies for different regions

Profile Name vs ID

All profile commands support both profile NAME and profile ID:

Profile Name:

  • User-friendly, easier to remember
  • Example: my-profile, test-account, production-bot
  • Use when: Working interactively or in scripts with descriptive names

Profile ID:

  • UUID format, guaranteed uniqueness
  • Example: 86581051-fb0d-4c4a-b1e3-ebc1abd17174
  • Use when: Scripting with multiple profiles or ensuring exact profile match

UUID Format Auto-Detection:

  • The system automatically detects UUID format in profile names
  • If you provide a UUID-formatted string to --profile, it's treated as a profile ID
  • This prevents accidental profile creation when you meant to use an ID
  • Example: --profile "86581051-fb0d-4c4a-b1e3-ebc1abd17174" is treated as profile ID

Resolution Priority:

  1. --profile flag (profile name or UUID auto-detected as ID)
  2. Use once browser if no profile specified

Profile Resolution Logic: When you specify a profile for a browser action:

  1. Check running browsers - Uses existing browser if already running (earliest if multiple)
  2. Start browser - Starts the profile if it exists but isn't running
  3. Create profile - If profile NAME doesn't exist, creates it automatically
  4. Error - If profile ID doesn't exist, returns an error
  5. Once browser - If no profile specified, uses or creates temporary browser

Important: If multiple profiles have the same name, the earliest started browser will be used.

Sticky Sessions

Once you start a session with a profile, that session "locks" to that browser instance. Subsequent commands automatically reuse the same browser without repeating the --profile flag.

# First command: link session to profile
nstbrowser-ai-agent --profile my-profile open https://example.com

# Subsequent commands: Stays in 'my-profile' automatically
nstbrowser-ai-agent snapshot -i
nstbrowser-ai-agent click @e1
nstbrowser-ai-agent fill @e2 "data"

This makes automation scripts cleaner and reduces the need to specify the profile repeatedly.

Refs

Elements are identified by refs (e.g., @e1, @e2) from snapshots, making automation more reliable than CSS selectors.

# Get snapshot with refs
nstbrowser-ai-agent snapshot -i

# Output shows elements with refs:
# @e1 button "Submit"
# @e2 textbox "Email"
# @e3 textbox "Password"

# Use refs to interact
nstbrowser-ai-agent fill @e2 "user@example.com"
nstbrowser-ai-agent fill @e3 "password"
nstbrowser-ai-agent click @e1

Note: For modern web frameworks (React, Vue, Angular), CSS selectors may be more reliable than refs.

Configuration

Config File (Recommended)

Store configuration persistently in ~/.nst-ai-agent/config.json:

# Set API key (required)
nstbrowser-ai-agent config set key YOUR_API_KEY

# Optional: Set custom host
nstbrowser-ai-agent config set host api.example.com

# Optional: Set custom port
nstbrowser-ai-agent config set port 9000

# View all configuration
nstbrowser-ai-agent config show

# Get specific value
nstbrowser-ai-agent config get key

Configuration persists across sessions and takes priority over environment variables.

Environment Variables

Alternative to config file:

# Nstbrowser API credentials (required if not using config)
# Set NST_API_KEY in your environment

# Optional: Nstbrowser API endpoint
# Set NST_HOST and NST_PORT if using custom endpoint

# Optional: Specify profile for each command
# nstbrowser-ai-agent open https://example.com --profile "my-profile"

Priority: Config file > Environment variables > Defaults

Common Commands

Profile Management

List Profiles

# List all profiles
nstbrowser-ai-agent profile list

# List with JSON output
nstbrowser-ai-agent profile list --json

# List with pagination (for large datasets)
nstbrowser-ai-agent profile list-cursor --page-size 50

Show Profile Details

# Show by name or ID
nstbrowser-ai-agent profile show my-profile --json
nstbrowser-ai-agent profile show 86581051-fb0d-4c4a-b1e3-ebc1abd17174 --json

Create Profile

nstbrowser-ai-agent profile create my-profile \
  --proxy-host proxy.example.com \
  --proxy-port 8080 \
  --proxy-type http \
  --platform Windows

Delete Profile

# Delete single profile
nstbrowser-ai-agent profile delete <profile-name-or-id>

# Delete multiple profiles
nstbrowser-ai-agent profile delete id-1 id-2 id-3

Browser Control

Start Browser

# Start with profile name
nstbrowser-ai-agent browser start my-profile

# Start with profile ID
nstbrowser-ai-agent browser start 86581051-fb0d-4c4a-b1e3-ebc1abd17174

# Start temporary browser
nstbrowser-ai-agent browser start-once

# Start temporary browser
nstbrowser-ai-agent browser start-once

Stop Browser

# Stop specific browser
nstbrowser-ai-agent browser stop my-profile

# Stop all browsers
nstbrowser-ai-agent browser stop-all

List Running Browsers

nstbrowser-ai-agent browser list

Page Navigation

Open URL

# Auto-launches browser if not running
nstbrowser-ai-agent open https://example.com

Navigate

nstbrowser-ai-agent back
nstbrowser-ai-agent forward
nstbrowser-ai-agent reload

Page Inspection

Get Snapshot

# Accessibility snapshot with refs (best for AI)
nstbrowser-ai-agent snapshot -i

# Compact snapshot
nstbrowser-ai-agent snapshot -c

# Custom depth
nstbrowser-ai-agent snapshot -d 3

Get Page Info

nstbrowser-ai-agent get title
nstbrowser-ai-agent get url

Take Screenshot

nstbrowser-ai-agent screenshot output.png

# Annotated screenshot with element labels
nstbrowser-ai-agent screenshot --annotate output.png

Element Interaction

Click

# Click by ref
nstbrowser-ai-agent click @e1

# Click by CSS selector
nstbrowser-ai-agent click 'button[type="submit"]'

Fill Input

# Fill by ref
nstbrowser-ai-agent fill @e2 "text"

# Fill by CSS selector
nstbrowser-ai-agent fill 'input[name="email"]' "user@example.com"

Type Text

nstbrowser-ai-agent type @e3 "text"

Get Element Text

nstbrowser-ai-agent get text @e4
nstbrowser-ai-agent get text '.product-price'

Wait Commands

Wait for Element

nstbrowser-ai-agent wait 'button.submit'

Wait for Time

# Wait 3 seconds
nstbrowser-ai-agent wait 3000

Wait for Page Load

nstbrowser-ai-agent wait --load networkidle

JavaScript Execution

Execute JavaScript

nstbrowser-ai-agent eval "document.title"
nstbrowser-ai-agent eval "document.querySelectorAll('a').length"

# Execute from stdin
echo "document.body.innerHTML" | nstbrowser-ai-agent eval --stdin

Proxy Management

Show Proxy

nstbrowser-ai-agent profile proxy show my-profile --json

Update Proxy

nstbrowser-ai-agent profile proxy update my-profile \
  --host proxy.example.com \
  --port 8080 \
  --type http \
  --username proxyuser \
  --password proxypass

Reset Proxy

nstbrowser-ai-agent profile proxy reset <profile-name-or-id>

Batch Proxy Operations

# Batch update
nstbrowser-ai-agent profile proxy batch-update id-1 id-2 id-3 \
  --host proxy.example.com \
  --port 8080 \
  --type http

# Batch reset
nstbrowser-ai-agent profile proxy batch-reset id-1 id-2 id-3

Workflow Examples

Pattern 1: Profile-based Automation

Use Case: Automate tasks that require persistent login sessions or cookies.

# 1. List profiles to verify connection
nstbrowser-ai-agent profile list

# 2. Set profile by name
nstbrowser-ai-agent config set profile my-profile

# 3. List profiles to find target
nstbrowser-ai-agent profile list

# 4. Open browser with profile (auto-starts if not running)
nstbrowser-ai-agent open https://example.com --profile "my-profile"
nstbrowser-ai-agent open https://example.com

# 6. Get snapshot
nstbrowser-ai-agent snapshot -i

# 7. Interact with page
nstbrowser-ai-agent click @e1
nstbrowser-ai-agent fill @e2 "data"

# 8. Close (session saved to profile)
nstbrowser-ai-agent close

Pattern 2: Batch Profile Management

Use Case: Manage multiple profiles efficiently (update proxies, add tags, organize).

# Get multiple profile IDs
PROFILE_IDS=$(nstbrowser-ai-agent profile list --json | jq -r '.data.profiles[0:3] | map(.profileId) | join(" ")')

# Batch update proxy
nstbrowser-ai-agent profile proxy batch-update $PROFILE_IDS \
  --host proxy.example.com \
  --port 8080 \
  --type http

# Batch add tags
nstbrowser-ai-agent profile tags batch-create $PROFILE_IDS \
  automated:blue batch-updated:green

# Batch move to group
GROUP_ID=$(nstbrowser-ai-agent profile groups list --json | jq -r '.data.groups[0].groupId')
nstbrowser-ai-agent profile groups batch-change $GROUP_ID $PROFILE_IDS

Pattern 3: Login and Scrape

Use Case: Log in to a website, navigate to data pages, and extract information.

# 1. Open login page
nstbrowser-ai-agent --profile my-profile open https://site.com/login

# 2. Wait for page to load
nstbrowser-ai-agent wait --load networkidle

# 3. Fill and submit using CSS selectors
nstbrowser-ai-agent fill 'input[placeholder="Email"]' "user@example.com"
nstbrowser-ai-agent fill 'input[type="password"]' "userpassword"
nstbrowser-ai-agent click 'button[type="submit"]'

# 4. Wait for navigation
nstbrowser-ai-agent wait --load networkidle

# 5. Navigate to target page
nstbrowser-ai-agent open https://site.com/data

# 6. Extract data
nstbrowser-ai-agent snapshot -i > data.txt
nstbrowser-ai-agent eval "document.querySelector('.info')?.textContent"

# 7. Close (session saved to profile)
nstbrowser-ai-agent close

Error Handling

Common Errors (by frequency)

1. "NST_API_KEY is required"

Cause: API key not configured.

Solution:

# Method 1: Config file (recommended)
nstbrowser-ai-agent config set key YOUR_API_KEY

# Method 2: Set environment variable in your shell

Verify:

nstbrowser-ai-agent config get key

2. "Failed to connect to Nstbrowser"

Cause: Nstbrowser service not running or wrong endpoint.

Solution:

  1. Check if NST agent is running:
   nstbrowser-ai-agent nst status
  1. Ensure Nstbrowser client is running
  2. If using custom host/port, configure:
   nstbrowser-ai-agent config set host YOUR_HOST
   nstbrowser-ai-agent config set port YOUR_PORT

Verify:

# Should show "NST agent is running and responsive"
nstbrowser-ai-agent nst status

# Should return list of profiles
nstbrowser-ai-agent profile list

3. "Profile not found"

Cause: Specified profile doesn't exist.

Solution:

  1. List available profiles:
   nstbrowser-ai-agent profile list
  1. Create a new profile:
   nstbrowser-ai-agent profile create my-profile
  1. Or use temporary browser:
   nstbrowser-ai-agent browser start-once

Verify:

# Should show your profile
nstbrowser-ai-agent profile show my-profile

4. "Element not found" or "Action timed out"

Cause: Element ref is stale or page structure changed.

Solution:

  1. Get fresh snapshot:
   nstbrowser-ai-agent snapshot -i
  1. Use CSS selectors instead of refs:
   # Instead of: nstbrowser-ai-agent click @e1
   # Use: nstbrowser-ai-agent click 'button[type="submit"]'
  1. Inspect page elements:
   nstbrowser-ai-agent eval "Array.from(document.querySelectorAll('input')).map(el => ({type: el.type, placeholder: el.placeholder}))"

Verify:

# Element should be visible
nstbrowser-ai-agent is visible 'button[type="submit"]'

Ref System Limitations

The ref system (@e1, @e2, etc.) may not work reliably with modern web frameworks (Vue.js, React, Angular) due to dynamic DOM updates.

Workaround - Use CSS Selectors:

# 1. Inspect page elements
nstbrowser-ai-agent eval "Array.from(document.querySelectorAll('input')).map(el => ({type: el.type, placeholder: el.placeholder}))"

# 2. Use CSS selectors directly
nstbrowser-ai-agent fill 'input[placeholder="Email"]' "user@example.com"
nstbrowser-ai-agent fill 'input[type="password"]' "password"
nstbrowser-ai-agent click 'button[type="submit"]'

Command Reference

Profile Commands

  • profile list - List all profiles
  • profile list-cursor - List profiles with cursor pagination
  • profile show <name-or-id> - Show profile details
  • profile create <name> - Create new profile
  • profile delete <name-or-id> [name-or-id...] - Delete profile(s)
  • profile groups list - List all groups
  • profile groups change <group-id> <profile-name-or-id> [...] - Move profile(s) to group
  • profile groups batch-change <group-id> <id> [...] - Batch change group
  • profile cache clear <id> [id...] - Clear profile cache
  • profile cookies clear <id> [id...] - Clear profile cookies

Proxy Commands

  • profile proxy show <name-or-id> - Show proxy configuration
  • profile proxy update <name-or-id> - Update proxy settings
  • profile proxy reset <id> [id...] - Reset proxy settings
  • profile proxy batch-update <id> [id...] - Batch update proxy
  • profile proxy batch-reset <id> [id...] - Batch reset proxy

Tag Commands

  • profile tags list - List all tags
  • profile tags create <id> <tag> - Add tag to profile
  • profile tags update <id> <tag:color> [...] - Update profile tags
  • profile tags clear <id> [id...] - Clear profile tags
  • profile tags batch-create <id> [id...] <tag:color> - Batch create tags
  • profile tags batch-update <id> [id...] <tag:color> - Batch update tags
  • profile tags batch-clear <id> [id...] - Batch clear tags

Browser Commands

  • browser list - List running browsers
  • browser start <name-or-id> - Start browser with profile
  • browser start-once - Start temporary browser
  • browser stop <name-or-id> - Stop browser
  • browser stop-all - Stop all browsers
  • browser pages <name-or-id> - Get browser pages list
  • browser debugger <name-or-id> - Get debugger URL
  • browser cdp-url <name-or-id> - Get CDP WebSocket URL
  • browser cdp-url-once - Get CDP URL for temporary browser
  • browser connect <name-or-id> - Connect and get CDP URL
  • browser connect-once - Connect to temporary browser and get CDP URL

Navigation Commands

  • open <url> - Navigate to URL
  • back - Go back
  • forward - Go forward
  • reload - Reload page

Inspection Commands

  • snapshot [-i] [-c] [-d <depth>] - Get page snapshot
  • get title - Get page title
  • get url - Get current URL
  • get text <sel> - Get element text
  • screenshot [path] - Take screenshot
  • is visible <sel> - Check if element is visible

Interaction Commands

  • click <sel> - Click element
  • fill <sel> <text> - Fill input
  • type <sel> <text> - Type into element
  • press <key> - Press key
  • wait <sel|ms> - Wait for element or time

Utility Commands

  • eval <js> - Execute JavaScript
  • close - Close browser
  • session list - List active sessions
  • update check - Check for available updates
  • nst status - Check if NST agent is running
  • config set <key> <value> - Set configuration
  • config get <key> - Get configuration value
  • config show - Show all configuration

JSON Output

All commands support --json flag for machine-readable output:

nstbrowser-ai-agent profile list --json
nstbrowser-ai-agent snapshot -i --json
nstbrowser-ai-agent get text @e1 --json

Best Practices

  1. Use Profile Names: More readable than IDs for most use cases
  2. Leverage Sticky Sessions: No need to repeat --profile flag once browser is running
  3. Use Batch Operations: More efficient for multiple profiles
  4. Organize with Groups and Tags: Keep profiles organized
  5. Prefer CSS Selectors for Modern Apps: Refs may not work with Vue/React/Angular
  6. Wait Appropriately: Use wait --load networkidle after navigation
  7. Close Cleanly: Always close browser to save session state
  8. Handle Errors: Check command output and retry if needed
  9. Use Proxies Per Profile: Configure proxies for geo-targeting or privacy
  10. Keep Updated: Run nstbrowser-ai-agent update check periodically

Updates

Automatic Update Checks

The CLI automatically checks for updates once every 24 hours and notifies you when a new version is available.

Disable automatic checks:

# Set environment variable
NSTBROWSER_AI_AGENT_NO_UPDATE_CHECK=1

Manual Update Check

# Check for updates
nstbrowser-ai-agent update check

# JSON output
nstbrowser-ai-agent update check --json

Updating to Latest Version

# If installed globally
npm install -g nstbrowser-ai-agent@latest

# If using npx
npx nstbrowser-ai-agent@latest

# If installed locally in project
npm install nstbrowser-ai-agent@latest

Deep-Dive Documentation

For more detailed information, see:

ReferenceWhen to Use
references/nst-api-reference.mdComplete NST API reference with all commands
references/profile-management.mdProfile creation, organization, and lifecycle
references/proxy-configuration.mdProxy setup, testing, and troubleshooting
references/batch-operations.mdEfficient batch operations on multiple profiles
references/troubleshooting.mdCommon issues and diagnostic commands

Ready-to-Use Templates

TemplateDescription
templates/profile-setup.shProfile initialization with proxy and tags
templates/batch-proxy-update.shBatch proxy update for multiple profiles
templates/automated-workflow.shComplete automation workflow example
./templates/profile-setup.sh my-profile --proxy-host proxy.com --proxy-port 8080
./templates/batch-proxy-update.sh "id1 id2 id3" --proxy-host proxy.com --proxy-port 8080
./templates/automated-workflow.sh my-profile https://example.com

Notes

  • Nstbrowser is required: This tool only works with Nstbrowser service
  • Profile name/ID support: All commands accept both names and IDs
  • Auto-start: Browser automatically starts when using profile if not running
  • Name resolution: Profile names are resolved to IDs automatically via API
  • Sticky sessions: Profile persists across commands in the same session
  • Profiles managed by Nstbrowser: Profiles are created and stored by Nstbrowser client
  • Daemon auto-starts: Daemon starts on first command and persists between commands
  • Session persistence: Session state is automatically saved to profiles when browser closes
  • Temporary browsers: Use browser start-once for disposable sessions that don't save state

CDP Integration

Get Chrome DevTools Protocol (CDP) WebSocket URLs to connect external tools:

# Get CDP URL for existing browser
nstbrowser-ai-agent browser cdp-url my-profile

# Get CDP URL for temporary browser
nstbrowser-ai-agent browser cdp-url-once

# Connect to browser and get CDP URL (starts if not running)
nstbrowser-ai-agent browser connect my-profile

# Connect to temporary browser and get CDP URL
nstbrowser-ai-agent browser connect-once

Use cases:

  • Connect Puppeteer/Playwright to Nstbrowser-managed browsers
  • Attach Chrome DevTools for debugging
  • Integrate with custom CDP-based automation tools
  • Monitor browser activity with external tools

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.61%
按下载量换算2,964

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills