---
name: stijnman/humanization-stealth-browsing
source: https://app.decimal.ai/s/stijnman-humanization-stealth-browsing@1/SKILL.md
source_sha256: 5719cc5e6512
---

# Humanization Stealth Browsing

## When to Use

- User says **stealth browse** or task matches this capability
- User says **human-like browsing** or task matches this capability
- User says **avoid bot detection** or task matches this capability

## Workflow

1. Set realistic delays and headers.
2. Navigate incrementally; avoid burst requests.
3. Rotate user-agent only when site blocks.
4. Respect robots.txt; stop on CAPTCHA and ask user.

## Integrations

- `web-scraper`
- `sandbox-internet-handler`
- `humanization-stealth-browsing`

## Error Handling

| Failure | Response |
|---------|----------|
| CAPTCHA encountered | Stop; ask user to solve manually. |

## Gotchas

- Never bypass paywalls or auth without permission.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.