steel-reliability
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSteel Reliability
Steel 可靠性
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 first.
steel-session-debugging使用此技能规划并验证Steel浏览器工作流的合法可靠性改进措施。
不要承诺可绕过检测。不要提供规避访问控制或违反网站条款的建议。从符合证据的最低侵入性更改开始。
如果用户遇到失败会话但尚未收集到证据,请先加载。
steel-session-debuggingSetup Check
设置检查
- Confirm passes.
steel doctor --preflight - Confirm whether the user has a failed session ID, screenshot, logs, or error text.
- Check feature access before enabling paid CAPTCHA or Steel-managed proxy features.
- Preserve evidence before changing configuration.
- 确认检查通过。
steel doctor --preflight - 确认用户是否拥有失败会话ID、截图、日志或错误文本。
- 在启用付费CAPTCHA或Steel托管代理功能前,检查功能访问权限。
- 在更改配置前保留证据。
Mitigation Ladder
缓解阶梯
- Determine whether the failure is normal auth/app behavior or likely anti-bot/reliability.
- Preserve evidence: status codes, redirects, challenge text, screenshots, console errors, failed requests.
- Use profiles when login state, cookies, or reputation matter.
- Add realistic pacing and lower concurrency.
- Add Steel-managed proxies only when feature access supports them, or BYOP when the user supplies a proxy.
- Add CAPTCHA solving when feature access supports it and the target flow allows it.
- Tune stealth config only with clear justification.
- Verify by rerunning the smallest failing step.
- 判断失败是正常的认证/应用行为,还是可能由反机器人机制或可靠性问题导致。
- 保留证据:状态码、重定向、挑战文本、截图、控制台错误、失败请求。
- 当登录状态、Cookie或信誉至关重要时,使用配置文件(profiles)。
- 添加符合实际的节奏控制并降低并发量。
- 仅当功能访问权限支持时添加Steel托管代理,或在用户提供代理时使用BYOP(自带代理)。
- 仅当功能访问权限支持且目标流程允许时,添加CAPTCHA解决功能。
- 仅在有明确理由时调整隐身配置。
- 通过重新运行最小的失败步骤来验证改进效果。
Feature Check
功能检查
bash
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 or CAPTCHA solving. Use defaults, BYOP when supplied, profiles, pacing, or ask the user to upgrade.
useProxybash
curl -sSfL "https://api.steel.dev/v1/details" \
-H "steel-api-key: $STEEL_API_KEY" | jq -r '.plan'在Hobby计划中,请勿静默启用Steel托管的或CAPTCHA解决功能。使用默认设置、用户提供的BYOP、配置文件、节奏控制,或建议用户升级计划。
useProxyReferences
参考资料
- : staged diagnostic and mitigation workflow.
references/mitigation-ladder.md - : challenge signals and acceptable framing.
references/stealth-and-antibot.md - : plan checks and feature gates.
references/feature-access.md - : Steel-managed proxies, geotargeting, and BYOP.
references/proxies.md - : detection, status, manual solve, and failure handling.
references/captchas.md - : persistent identity and session context.
references/profiles-and-identity.md - : secure login injection patterns.
references/credentials.md - : rate, wait, retry, and concurrency guidance.
references/pacing-and-behavior.md - : what evidence suggests each reliability class.
references/failure-signals.md - : when to collect more evidence first.
references/session-debugging-handoff.md
- :分阶段诊断与缓解工作流。
references/mitigation-ladder.md - :挑战信号与合规说明。
references/stealth-and-antibot.md - :计划检查与功能权限门控。
references/feature-access.md - :Steel托管代理、地理定位与BYOP。
references/proxies.md - :检测、状态、手动解决与故障处理。
references/captchas.md - :持久化身份与会话上下文。
references/profiles-and-identity.md - :安全登录注入模式。
references/credentials.md - :速率、等待、重试与并发指导。
references/pacing-and-behavior.md - :各类可靠性问题的证据特征。
references/failure-signals.md - :何时需要先收集更多证据。
references/session-debugging-handoff.md