โŒจ๏ธ cli toolActivePromisingmedium

page-agent

by alibaba

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

Stars

18.5k

Skill Type

๐Ÿงช Product Verification

Quality Score

110/200

License

MIT

Forks

1.6k

Last Updated

Jun 11, 2026

Discovered

Apr 7, 2026

Validation

Passed

github.com/alibaba/page-agent

Quality Breakdown

110/ 200

Content Signals

โ—‹Gotchas/Edge Cases+40
โœ“Progressive Disclosure+30
โ—‹Trigger Description+20
โ—‹Verification/Safety+20
โœ“Code Examples+15
โ—‹Composability+15

Repo Health

โœ“Recent Activity+15
โœ“Scripts/Automation+10
โœ“Real Usage (Issues)+10
โœ“Single Responsibility+10
โœ“Config/Persistence+10
โœ“Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals โ€” not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Repository contains .agents/ directory with skill definitions and multi-agent orchestration capabilities (git-cleanup, pre-impl-discussion, submit-pr-from-current-changes, update-changelog)
  • CLAUDE.md and AGENTS.md files present indicate persistent agent configuration and memory storage
  • Chrome extension package included with background/content script execution capabilities and remote page control (RemotePageController)
  • Multi-agent spawning architecture evident from MultiPageAgent.ts and TabsController for managing multiple browser pages/tabs
  • GitHub workflow automation present (.github/workflows/) for CI/CD and deployment
  • Tool definition system allows natural language control of web interfaces with LLM integration (PageAgentCore.ts)