AI / OpenClaw Interview Questions
What is Skill Discovery vs Skill Injection in OpenClaw?
OpenClaw distinguishes between simply knowing a skill exists and actually loading its full instructions into the model's context for a given turn.
- Skill discovery: OpenClaw can identify what skills are available at runtime
- Skill injection: only the skill or skills relevant to the current task actually get added to the prompt
This distinction matters because blindly injecting every available skill into every prompt would balloon the size of the context window and degrade the model's performance, so OpenClaw selectively injects only what's relevant to the turn at hand.
More Related questions...