Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/cdata/agent-skills --skill rollコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.