网页适配
adapt
by allens0104
Shortest English alias for web-adapt / universal-web-adaptation. Use this when adapting an unfamiliar public website generically before creating any site-specific rules.
安装
claude skill add --url https://github.com/openclaw/skills文档
Adapt skill
This is the shortest English alias for:
web-adaptuniversal-web-adaptation
It is best when you want to:
- adapt an unfamiliar site generically
- test search inputs, buttons, openers, and popups
- decide whether a dedicated site profile is actually necessary
Primary guidance
- try the generic path first
- tune runtime if the page is heavy
- follow popups or new tabs when needed
- only create a dedicated profile when the generic path is not robust enough
Quick invocation template
Use /adapt to adapt this unfamiliar site first, then tell me whether we should stay generic or create a dedicated site profile.
请用 /adapt 先通用适配这个网站,并告诉我是否真的需要专用 profile。
Pointer
For the full detailed playbook, see:
skills/universal-web-adaptation/SKILL.mdin this repository
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
思否热榜
by codekungfu
注册“SegmentFault”热门技能;当需要访问或自动化SegmentFault相关内容时调用。
相关资讯
Ecom-RLVE 将 RLVE 框架扩展到电商对话智能体,提供 8 个可验证环境,涵盖产品发现、购物车构建等场景。它采用自适应难度课程和算法验证奖励,训练 Qwen 3 8B 模型,旨在解决 LLM 流畅度不等于任务完成度的问题。
ATLAS 是首个运行时自学习的推测解码系统,通过静态与自适应推测器协同工作,在 DeepSeek-V3.1 上达到 500 TPS。系统能根据实时流量动态调整,特别适合代码编辑、RL 训练等场景,性能随使用持续优化。