steel-dev/skills

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 fir…

First seen Jun 4, 2026

Installation

$ npx skills add steel-dev/skills --skill steel-reliability

Summary

  • 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.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from steel-dev/skills.

npx skills add steel-dev/skills

Browse all from steel-dev/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Repository health

Stars 3
License MIT
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Compatibilityclaude-code,codex,cursor,opencode,pi
Declared agents claude-code cursor codex opencode
More metadata
owner
steel
category
reliability
stage
beta

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,105 B
  • docs README.md 854 B
  • docs SUMMARY.md 536 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 288 installs

SKILL.md

Steel Reliability

Skill Boundary

Use 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.

Setup Check

  1. Confirm steel doctor --preflight passes.
  2. Confirm whether the user has a failed session ID, screenshot, logs, or error text.
  3. Check feature access before enabling paid CAPTCHA or Steel-managed proxy features.
  4. Preserve evidence before changing configuration.

Mitigation Ladder

  1. Determine whether the failure is normal auth/app behavior or likely anti-bot/reliability.
  2. Preserve evidence: status codes, redirects, challenge text, screenshots, console errors, failed requests.
  3. Use profiles when login state, cookies, or reputation matter.
  4. Add realistic pacing and lower concurrency.
  5. Add Steel-managed proxies only when feature access supports them, or BYOP when the user supplies a proxy.
  6. Add CAPTCHA solving when feature access supports it and the target flow allows it.
  7. Tune stealth config only with clear justification.
  8. Verify by rerunning the smallest failing step.

Feature Check

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

  • 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.