Roll Dice

A skill that allows the agent to roll a dice and return the result.

mainmatter Updated

File contents

Invoke the script in ./scripts/roll.js to roll a dice and return the result.

Example:

node ./scripts/roll.js # roll 6 faced dice
node ./scripts/roll.js 20 # roll 20 faced dice

mainmatter/malicious-skills-mcp/tree/main/.agents/skills/roll-dice commit cf24da297a

Frequently asked questions

npx skillmds@latest add mainmatter/roll-dice