一键导入
opentool-mesh
Use when Hermes needs to publish, discover, verify, call, or inspect OpenTool Mesh tools through MCP or a local command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when Hermes needs to publish, discover, verify, call, or inspect OpenTool Mesh tools through MCP or a local command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | opentool-mesh |
| description | Use when Hermes needs to publish, discover, verify, call, or inspect OpenTool Mesh tools through MCP or a local command. |
Use this skill when the user asks Hermes to publish a tool manifest, discover tools by capability, resolve or verify a tool identity, run a tool through OpenTool Mesh, inspect a Solidity contract with the OpenTool Mesh scanner, or produce a traceable tool-call record.
opentoolmesh MCP server configured.mcp_opentoolmesh_opentoolmesh_publish_tool, passing manifestPath or manifest.mcp_opentoolmesh_opentoolmesh_discover_tools, mcp_opentoolmesh_opentoolmesh_resolve_tool, and mcp_opentoolmesh_opentoolmesh_verify_tool.mcp_opentoolmesh_opentoolmesh_solidity_static_analysis for Solidity scanner work.mcp_opentoolmesh_opentoolmesh_call_capability when the user names a different OpenTool Mesh capability.mcp_opentoolmesh_opentoolmesh_get_trace after a call returns traceUri or traceId.mcp_opentoolmesh_ prefix.opentoolmesh-hermes-call path/to/Contract.sol
In the Docker profile for this repository, if the command is not on PATH, run:
node /workspace/packages/hermes-adapter/dist/hermes-adapter/src/cli.js path/to/Contract.sol
Always report:
statusmanifestUri and manifestHash for publish operationscount and selected ensName for discovery operationsidentity.id and identity.latestManifestUri for resolve operationsverification.ok and any verification errorstool.toolIdtool.manifestUritraceUrioutputIf the call fails before invocation, report the verification or discovery error and do not invent results.
The default MCP server command is:
npx -y @opentoolmesh/mcp-server --transport stdio
Provider-backed runs use the same OTM_PROVIDER_PROFILE, ENS, 0G, and AXL environment variables as OpenTool Mesh itself.