Install
openclaw skills install testhytesthy is a sample Skill built on the Claude Skills framework enabling natural language tool invocation with minimal integration effort.
openclaw skills install testhy本框架基于 Anthropic Claude 的 Tool Use (Skills) 特性构建,旨在提供一个通过自然语言聊天即可调用各类底层工具的开发脚手架。 框架遵循高内聚、低耦合的设计原则,使开发者能够专注于“技能(Skill)”本身的编写,而无需过度关心 LLM 对话上下文、工具发现与函数执行的复杂逻辑。
整个系统分为以下几个分层架构:
main.pycore/agent.pycore/registry.pycore/skill_base.py, skills/*