| name | console-navigator |
| description | Navigate the visible console to a safe internal page when the user asks to open, switch to, or go to another module. |
| when_to_use | Use this skill when the user wants the assistant to route the current contextual sidebar to files, agents, knowledge bases, databases, prompts, scheduled tasks, workspace, settings, or another whitelisted internal console page. |
| provider_type | builtin |
| provider_id | console_navigation |
| runtime_type | tool |
| tools | ["navigate"] |
| max_calls_per_turn | 2 |
| timeout_seconds | 15 |
| display | {"icon":"compass","category":"workflow_automation","scenarios":["general","technical_development"],"label":{"en_US":"Console Navigator","zh_Hans":"控制台导航"},"description":{"en_US":"Designed for quickly reaching another console module; identifies the requested destination and opens an approved internal page without changing business data.","zh_Hans":"适用于快速前往控制台其他模块,可识别用户要访问的目标页面并安全跳转,不会修改业务数据。"},"when_to_use":{"en_US":"Use when the user asks to open or switch to another console module."},"tags":{"en_US":["Navigation","Console"]}} |
| supported_callers | ["aichat"] |
Console Navigator Skill
Use this skill only to request safe internal console navigation. It does not create, edit, delete, publish, run, schedule, send, or otherwise mutate user assets.
Available Routes
- Home:
/console
- Conversations:
/console/work/chat
- Images:
/console/work/image
- Apps:
/console/work/app
- Scheduled tasks:
/console/work/task
- Agents:
/console/agents
- Agent detail pages from current context when an exact href is known:
/console/agents/{agentId}, /console/agents/{agentId}/logs, /console/agents/{agentId}/api, /console/agents/{agentId}/batch-test
- Workflows:
/console/workflows
- Workflow detail pages from current context when an exact href is known:
/console/workflows/{workflowId}, /console/workflows/{workflowId}/logs, /console/workflows/{workflowId}/api, /console/workflows/{workflowId}/batch-test
- Knowledge bases:
/console/dataset
- Databases:
/console/db
- Files:
/console/files
- Skills:
/console/skills
- Prompts:
/console/prompts
- File recognition:
/console/developer/content-parse
- Workspace:
/console/workspace, /console/workspace/members, /console/workspace/settings
Workflow
- Use
navigate when the user asks to go to, open, switch to, show, or continue in a console module and the destination is in the route list.
- If the user only asks what the assistant can do or what a module is for, answer directly from the site map instead of navigating.
- If the requested destination is ambiguous, ask one concise clarification.
- Do not navigate to external URLs or non-console paths.
- Treat the route catalog supplied for the current turn as the current user's accessible route snapshot. Do not propose routes omitted from that snapshot.
- If the current page context already matches the requested route, do not call
navigate just to create proof. Continue from the current page context and visible resources.