Since it is a repeatable section, the only way to call the "other skills" is to re-create the skill macro by directly calling out each element. To get a macro similar to what you get by hitting the roll button in the sheet you would need to know which row number of the skill you wish to call (the first one is 0 ) which would give you a macro like: @{selected|character_name} @{selected|repeating_skills_0_otherskillname} check: [[1d20 +@{selected|repeating_skills_0_otherskillstat} +@{selected|repeating_skills_0_otherskillranks} +@{selected|repeating_skills_0_otherskillarmorcheckpen} +@{selected|repeating_skills_0_otherskillmiscmod}]] For this to not throw errors, you have to make sure that you changed and updated (even if it's just putting zero back in for the value) every input in that row. Including changing the ability stat pulldown (and then back again to str if that's the ability stat needed). Change the zero to whichever skill you want. (1 for the 2nd skill, 2 for the 3rd, etc.) There is no way to call the skills in that section by their names unfortunately. (Because it uses selected, you have to have the token linked to the appropriate character sheet selected to get it to work as well.)