Home/AI Agents/page-agent
page-agent logo

page-agent

alibaba/page-agent

JavaScript in-page GUI agent. Control web interfaces with natural language.

GraphCanon updated today · GitHub synced today · 26 views this month

29k stars2.6k forksLast push 1d TypeScript MIT

Decision brief

Considers when to use and not to use PageAgent based on specific extracted facts.

Good fit when

  • You should consider using PageAgent if your project requires controlling web interfaces with natural language commands, particularly in a TypeScript environment, because it offers an intuitive way to淙

Avoid when

  • Avoid using PageAgent if the tasks require fine-grained automation that is not covered by its basic command set or if you need a solution that integrates with languages other than JavaScript and Types
  • If your project requires deep web page manipulation beyond simple commands like clicking buttons, such as complex data entry scenarios or sophisticated user interaction sequences, PageAgent might be过于
Pricing:
freemium - The tool is available under the MIT license which allows free use but may not cover backend API access costs.
Requirements:
Min 1 GB RAM; Requires installation via npm (Node Package Manager), compatibility with Node.js environments.; Depends on external APIs for natural language processing.

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (28,738) are secondary evidence.

npm downloads (30d)
12,047·npm downloads API·today

Maintenance and security

Full trust report
Maintenance
Very active (1d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No MCP manifest
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Backing

Company context for Alibaba. Display-only - separate from trust and ranking.

Company
Alibaba·GitHub org profile·1mo
Commercial model
Pure OSS·GitHub org profile (public repos)·1mo

Install

npm install page-agent
npm

How it fits your stack(6)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

PageAgent is a JavaScript tool that enables users to control web interfaces through natural language commands.

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Aug 19, 2026

MCP server
No MCP server detected

Source: repo_scan · Aug 19, 2026

Languages
typescript, javascript

Source: github.language+package.json · Aug 19, 2026

Categories

Graph entities

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Aug 19, 2026)

npm install page-agent
Source link

Tags

README

NPM Installation

npm install page-agent
import { PageAgent } from 'page-agent'

const agent = new PageAgent({
    model: 'qwen3.5-plus',
    baseURL: 'https://dashscope.aliyuncs.com/compatible-mode/v1',
    apiKey: 'YOUR_API_KEY',
    language: 'en-US',
})

await agent.execute('Click the login button')

For more programmatic usage, see 📖 Documentations.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.