← 返回 Skills 市场
v4leileiv4

My skill

作者 v4leileiv4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install customtools
功能描述
Provides 18 OpenClaw tools for task management, skill loading, code navigation, config management, and MCP client interactions.
使用说明 (SKILL.md)

Custom Tools - OpenClaw 插件

简介

Custom Tools 是 OpenClaw 的扩展插件,提供 18 个实用工具,涵盖任务管理、代码智能、配置管理等场景。

包含工具

Task 任务管理

  • task_create - 创建新任务
  • task_list - 列出所有任务
  • task_get - 获取任务详情
  • task_update - 更新任务状态
  • task_stop - 停止/完成任务

Skill 技能加载

  • skill_load - 动态加载技能
  • skill_list - 列出可用技能
  • skill_search - 搜索技能

LSP 代码导航

  • lsp_goto_definition - 跳转到定义
  • lsp_find_references - 查找引用
  • lsp_document_symbols - 获取文档符号
  • lsp_hover - 获取悬停信息
  • lsp_workspace_symbol - 工作区符号搜索

Config 配置管理

  • config_get - 获取配置项
  • config_set - 设置配置项
  • config_list - 列出配置分类
  • config_export - 导出配置
  • config_reset - 重置配置

MCP 客户端

  • 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": "天气" }

系统要求

  • OpenClaw >= 2026.4.0
  • Node.js >= 18

许可证

MIT-0

安全使用建议
This plugin appears coherent with its description, but exercise caution because it exposes tools that can interact with local files (LSP/config) and remote MCP servers. Before installing: 1) review the complete index.ts (the provided snippet was truncated) for any code that reads arbitrary files, executes shell commands, or posts data to external endpoints; 2) confirm mcp_call_tool only connects to trusted servers and cannot be instructed to exfiltrate data; 3) if you allow autonomous invocation, be aware the plugin could contact remote hosts without additional prompts — consider restricting it to user-invoked only until audited; 4) prefer installing plugins from known publishers or verifying package source (registry, checksum). If you can provide the full index.ts (untruncated), I can re-evaluate with higher confidence.
功能分析
Type: OpenClaw Skill Name: customtools Version: 1.0.0 The plugin provides a collection of utility tools for task management, skill discovery, and stubs for LSP and configuration management. It includes a functional but incomplete MCP (Model Context Protocol) HTTP client in `index.ts` that uses standard Node.js networking modules. No malicious behaviors such as data exfiltration, unauthorized execution, or prompt injection were identified; the code primarily consists of in-memory logic and descriptive stubs aligned with its stated purpose.
能力评估
Purpose & Capability
The name/description claim 18 tools for tasks, skill loading, LSP, config and MCP client interactions; the code registers those tools and the package metadata matches the install command in SKILL.md. There are no unexpected required binaries or environment variables declared.
Instruction Scope
SKILL.md is narrowly scoped (lists tools, examples, and a plugin install command) and doesn't instruct broad system access. The plugin exposes operations (skill_load, LSP operations, mcp_call_tool) that — depending on full implementation — may read files or contact arbitrary servers; the visible portion uses an in-memory 'skills' list rather than loading arbitrary files, but the full index.ts was truncated in the provided bundle, so this is worth verifying.
Install Mechanism
No external install spec is present beyond the documented openclaw plugins install command; package.json and SKILL.md are consistent with an npm-style plugin. No downloads from arbitrary URLs or extract operations are present in the visible files.
Credentials
The plugin declares no required environment variables, credentials, or config paths. There are no obvious requests for unrelated secrets in the visible code or SKILL.md.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is allowed (default) — this is expected, but because the plugin can call MCP servers and perform LSP/config operations, autonomous invocation increases risk if those operations can contact remote endpoints or access files. Consider limiting autonomous use until code is audited.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install customtools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /customtools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of customtools. - Introduces 18 practical OpenClaw tools for task management, code intelligence, configuration, and MCP client features. - Includes commands for creating, listing, and updating tasks. - Adds skill loading and search functions. - Provides LSP-based code navigation utilities. - Enhances configuration management with get/set/list/export/reset actions. - Integrates MCP server and tool management utilities. - Requires OpenClaw >= 2026.4.0 and Node.js >= 18.
元数据
Slug customtools
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

My skill 是什么?

Provides 18 OpenClaw tools for task management, skill loading, code navigation, config management, and MCP client interactions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 My skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install customtools」即可一键安装,无需额外配置。

My skill 是免费的吗?

是的,My skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

My skill 支持哪些平台?

My skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 My skill?

由 v4leileiv4(@v4leileiv4)开发并维护,当前版本 v1.0.0。

💬 留言讨论