Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Bridge material for Layer-2 Hermes packaging.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -27% | 0% |
Bridge material for Layer-2 Hermes packaging. This skill shells out to an MCP client that talks to E's FastMCP server.
Use this skill when the agent needs to search a knowledge base via the capability-plane's dictionary-then-search MCP tool. The agent never calls HTTP directly; it invokes this skill, which calls the MCP client.
bashpython scripts/call_mcp_tool.py \ --server-cmd "python -m mcp_capability_plane.server.serve" \ --tool dictionary_search \ --params '{"query":"cozy cafe near downtown","domain":"dining","limit":5}'
query: natural language search intentdomain: abstract domain hint (dining / travel / mobility / general)limit: max results (1–50)JSON with data.items, data.total, data.domain, data.query.
Other measured skills in the registry, with their headline benchmark lift.