Install
openclaw skills install customtoolsProvides 18 OpenClaw tools for task management, skill loading, code navigation, config management, and MCP client interactions.
openclaw skills install customtoolsCustom Tools 是 OpenClaw 的扩展插件,提供 18 个实用工具,涵盖任务管理、代码智能、配置管理等场景。
task_create - 创建新任务task_list - 列出所有任务task_get - 获取任务详情task_update - 更新任务状态task_stop - 停止/完成任务skill_load - 动态加载技能skill_list - 列出可用技能skill_search - 搜索技能lsp_goto_definition - 跳转到定义lsp_find_references - 查找引用lsp_document_symbols - 获取文档符号lsp_hover - 获取悬停信息lsp_workspace_symbol - 工作区符号搜索config_get - 获取配置项config_set - 设置配置项config_list - 列出配置分类config_export - 导出配置config_reset - 重置配置mcp_echo - 测试MCP服务器连接mcp_list_servers - 列出已添加的MCP服务器mcp_list_tools - 获取MCP工具列表mcp_call_tool - 调用MCP工具openclaw plugins install @custom/openclaw-custom-tools
task_create { "subject": "完成项目报告" }
task_list
skill_search { "query": "天气" }
MIT-0