Install
$ agentstack add skill-allens0104-skill-browser-site-profile ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Site profile skill
This is the short public alias for:
external-site-profile-learning
Also available as simpler aliases:
profile站点配置
Use this skill when you want to:
- add a new external site profile
- debug why a site works heuristically but fails under Gemini
- classify whether a site should be generic, blocked, special, or config-driven
- validate a site in both heuristic and Gemini modes
Primary guidance
Follow the same workflow as the full skill:
- probe the site
- classify the UI pattern and failure mode
- add a data-only profile when justified
- validate heuristic and Gemini flows
- keep special/rate-limited sites out of the default regression matrix
- use grouped regression runs when debugging popup-heavy or heavy-page sites
Key rules
- Prefer URL or title verification for external sites.
- Prefer exact selectors over broad selectors.
- If a profile exists, normalize generated
typeandclicksteps back to the profile selectors. - Treat login walls, hidden inputs, duplicate controls, and anti-bot behavior as different problem types.
- Prefer grouped validation commands such as
validate:external:core,validate:external:popup, andvalidate:external:heavyfor targeted debugging.
Quick invocation template
You do not need to use only /site-profile.
Reliable invocation patterns include:
/site-profileuse the site-profile skill- a natural-language request that clearly asks to turn an already-proven flow into a stable reusable profile
Use prompts like:
Use /site-profile to turn this site into a stable external profile, then validate both heuristic and Gemini planning.
使用 /site-profile 把这个网站沉淀成稳定 profile,并分别验证 heuristic 和 Gemini 两条链路。
Please turn this already-working site flow into a stable reusable profile and validate both heuristic and Gemini modes.
Output contract
The skill output should always include:
- failure class or site class
- exact selectors chosen and why
- verification mode and expected signal
- validation commands run (or planned)
- final status: stable / blocked / special-case
Pointer
For the full detailed playbook, also see:
skills/external-site-profile-learning/SKILL.mdin this repository
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AllenS0104
- Source: AllenS0104/skill-browser
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.