From steel-reliability
Use this skill when a Steel automation appears unreliable because of bot detection, CAPTCHA loops, 403/access-denied or verify-you-are-human pages, proxy failures, profile or identity problems, credential or login persistence issues, suspicious pacing, redirect loops, or retry strategy, or when the user asks about stealth, proxies, CAPTCHA solving, profiles, credentials, or reliable logins. Do not use as a first step for unknown failed sessions; collect evidence with steel-session-debugging first when needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/steel-reliability:steel-reliabilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to plan and verify legitimate reliability improvements for Steel browser workflows.
README.mdevals/evals.jsonreferences/captchas.mdreferences/credentials.mdreferences/failure-signals.mdreferences/feature-access.mdreferences/mitigation-ladder.mdreferences/pacing-and-behavior.mdreferences/profiles-and-identity.mdreferences/proxies.mdreferences/session-debugging-handoff.mdreferences/stealth-and-antibot.mdUse this skill to plan and verify legitimate reliability improvements for Steel browser workflows.
Do not promise guaranteed bypass. Do not provide advice for evading access controls or violating site terms. Start with the least invasive change that fits the evidence.
If the user has a failed session but no evidence yet, load steel-session-debugging first.
steel doctor --preflight passes.curl -sSfL "https://api.steel.dev/v1/details" \
-H "steel-api-key: $STEEL_API_KEY" | jq -r '.plan'
On Hobby plans, do not silently enable Steel-managed useProxy or CAPTCHA solving. Use defaults, BYOP when supplied, profiles, pacing, or ask the user to upgrade.
references/mitigation-ladder.md: staged diagnostic and mitigation workflow.references/stealth-and-antibot.md: challenge signals and acceptable framing.references/feature-access.md: plan checks and feature gates.references/proxies.md: Steel-managed proxies, geotargeting, and BYOP.references/captchas.md: detection, status, manual solve, and failure handling.references/profiles-and-identity.md: persistent identity and session context.references/credentials.md: secure login injection patterns.references/pacing-and-behavior.md: rate, wait, retry, and concurrency guidance.references/failure-signals.md: what evidence suggests each reliability class.references/session-debugging-handoff.md: when to collect more evidence first.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub steel-dev/skills --plugin steel-reliability