@julong/mono-rele2-core
Use this skill to invoke core system utility functions via the mono-rele2-core CLI. Handles message echo, UTC timestamp generation, and environment variable lookup.
MCP Server
Configuration
Add to your MCP client config:
Run
CLI
Installation
Usage
Run without arguments to list all available tools:
Skill Installation
Install the CLI as a reusable skill for your AI agent:
This registers all tools as callable skills in your agent's environment.
Tools API Reference
echo(message)
Signature
Returns the message as-is.
Parameters
Returns
string
CLI
Examples
timestamp(format)
Signature
Returns the current UTC timestamp.
Parameters
Returns
string
CLI
Examples
env(key)
Signature
Returns the value of an environment variable.
Parameters
Returns
string
CLI
Examples
uuid()
Signature
Generates a random UUID v4.
Returns
string
CLI
Examples