on run {input, parameters} tell application "System Events" tell application process "Claude" name set frontmost to true keystroke "Respond with only a period." -- Your message here keystroke return end tell end tell return input end run