用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cdata/agent-skills --skill roll命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate a circular framed token icon with alpha transparency from a character portrait, suitable for VTTs and Obsidian embeds.
Creative writing assistant for building out the lore of a campaign world in an Obsidian vault. Helps create NPCs, items, locations, and other lore notes with proper formatting, wiki links, and generated images.
Documents the shell commands available to this plugin's skills. Invoke this skill to learn about available commands before using them.
基于 SOC 职业分类
正在显示 SKILL.md
| name | roll |
| description | Roll dice using standard dice notation |
Roll polyhedral dice using standard dice notation via the roll utility.
!echo ${CLAUDE_PLUGIN_ROOT:-UNSET}
Standard dice notation is supported:
NdS — Roll N dice with S sides and sum the results (e.g., 2d6)NdSKH — Roll N dice with S sides, keep the H highest (e.g., 2d20K1)NdSkL — Roll N dice with S sides, keep the L lowest (e.g., 2d20k1)NdS+M — Roll N dice with S sides, sum the results and add M (e.g., 3d8+3)NdS-M — Roll N dice with S sides, sum the results and subtract MMultiple expressions can be rolled at once by separating them with spaces.
$ARGUMENTS and translate it into one or more
dice expressions.roll command with the expressions as positional arguments:roll 2d6
roll 2d20K1
roll 1d6 2d10 3d20
roll shell command. Do not simulate dice rolls or generate
random numbers any other way.roll exits with an error, show the error message to the user and suggest
correcting the notation.