@julong/mono-rele2-core
v1.18.0
Published
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.
Readme
@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.
CLI
Installation
npm install -g @julong/mono-rele2-core
# or
npx @julong/mono-rele2-core-cli <toolName> [...args]Usage
mono-rele2-core-cli <toolName> [...args]Run without arguments to list all available skills:
mono-rele2-core-cliSkills
echoTool
Returns the message as-is.
mono-rele2-core-cli echoTool <message>| arg | type | description |
|-----|------|-------------|
| message | string | Message to echo |
mono-rele2-core-cli echoTool "hello world" # hello worldtimestampTool
Returns the current UTC timestamp.
mono-rele2-core-cli timestampTool [format]| arg | type | description |
|-----|------|-------------|
| format | iso | unix | Timestamp format (default: iso) |
mono-rele2-core-cli timestampTool # 2026-05-02T00:00:00.000Z
mono-rele2-core-cli timestampTool unix # 1746144000000envTool
Returns the value of an environment variable.
mono-rele2-core-cli envTool <key>| arg | type | description |
|-----|------|-------------|
| key | string | Environment variable name |
mono-rele2-core-cli envTool HOME # /Users/julong
mono-rele2-core-cli envTool NODE_ENV # developmentuuidTool
Generates a random UUID v4.
mono-rele2-core-cli uuidToolmono-rele2-core-cli uuidTool # 550e8400-e29b-41d4-a716-446655440000MCP Server
npx -y @julong/mono-rele2-core