AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Web Adapt

skill-allens0104-skill-browser-web-adapt · by AllenS0104

Short alias for universal-web-adaptation. Use this when adapting an unfamiliar public website generically before creating any site-specific rules.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-allens0104-skill-browser-web-adapt

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-allens0104-skill-browser-web-adapt)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Web Adapt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Web adapt skill

This is the short public alias for:

  • universal-web-adaptation

Also available as simpler aliases:

  • adapt
  • 网站适配

Use this skill when you want to:

  • work with an unfamiliar site generically
  • detect search inputs, buttons, popups, and openers
  • try multiple navigation/submission strategies
  • decide whether a site profile is actually needed

Primary guidance

  1. try generic adaptation first
  2. tune runtime if the page is heavy
  3. follow popups/new tabs when needed
  4. only create a dedicated site profile if the generic path is not robust enough

Key rules

  • Prefer URL verification whenever possible.
  • Use container-qualified selectors when duplicates exist.
  • Treat opener-search, popup-search, hidden/disabled, login-gated, and rate-limited sites as distinct classes.

Quick invocation template

You do not need to use only /web-adapt.

Reliable invocation patterns include:

  1. /web-adapt
  2. use the web-adapt skill
  3. a natural-language request that clearly asks for generic website adaptation before any site-specific rules

Use prompts like:

Use /web-adapt to adapt this unfamiliar site first, then tell me whether we should stay generic or create a dedicated site profile.
使用 /web-adapt 先通用适配这个网站,并输出是否需要升级成专用 site profile。
Please adapt this unfamiliar site generically first and tell me whether a dedicated site profile is actually necessary.

Output contract

The skill output should always include:

  1. site classification
  2. strategies attempted (in order)
  3. evidence of success or failure (URL/title/visible results)
  4. final decision: generic vs dedicated profile
  5. next recommended action

Pointer

For the full detailed playbook, also see:

  • skills/universal-web-adaptation/SKILL.md in this repository

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.