Skip to content

Commit 46a0558

Browse files
fix(skills): use underscore tool names in agent skill warning
Align the 'do not fabricate tool names' warning with the MCP naming convention (elnora_tasks_create/elnora_tasks_send/elnora_protocols_generate) rather than dot-notation, matching how the rest of this skill references tool names.
1 parent da383b3 commit 46a0558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elnora/skills/elnora-agent/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Look for tools prefixed `mcp__elnora__` in your available tools — specifically
4040
- MCP: `claude mcp add elnora --transport http --scope user https://mcp.elnora.ai/mcp`
4141
then `/mcp` to authenticate.
4242

43-
**Never fabricate tool names** like `elnora_run_agent` or `elnora_ask_agent`. The agent is interacted with via `tasks.create`, `tasks.send`, and the aggregate `protocols.generate` — see the `elnora-tasks` skill for full command reference.
43+
**Never fabricate tool names** like `elnora_run_agent` or `elnora_ask_agent`. The agent is interacted with via `elnora_tasks_create`, `elnora_tasks_send`, and the aggregate `elnora_protocols_generate` — see the `elnora-tasks` skill for full command reference.
4444

4545
## Invocation
4646

0 commit comments

Comments
 (0)