# router > This skill provides functionality through the {{name}} plugin. - Author: Nguyen Phi Hung - Repository: josephkirk/ArtReactor-Core - Version: 20251214170348 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/josephkirk/ArtReactor-Core - Web: https://mule.run/skillshub/@@josephkirk/ArtReactor-Core~router:20251214170348 --- --- name: {{name}} description: {{description}} --- This skill provides functionality through the {{name}} plugin. ## Context Keywords - {{name}} - api - endpoint ## Tools - `{{name}}_root` - Access the root endpoint ## Instructions When working with {{name}}, use the available tools to interact with the plugin's API endpoints. The plugin exposes RESTful endpoints that can be called by agents to perform specific tasks. ## Examples ```python # Example usage of {{name}} result = await {{name}}_root() ```