원클릭으로
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.