Open automator
and drag run apple script
to the pane. Then insert the following:
on run {input, parameters}
tell application "Terminal"
activate
do script with command "COMMAND"
end tell
end run
where COMMAND
is the keyword you change to suit your application.