feat: initial deployment of raycast core automation tools

This commit is contained in:
2026-05-15 23:06:25 -04:00
commit 99fe36b767
26 changed files with 723 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
# Raycast Script Command Template
#
# Duplicate this file and remove ".template." from the filename to get started.
# See full documentation here: https://github.com/raycast/script-commands
#
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title My First Script
# @raycast.mode fullOutput
#
# Optional parameters:
# @raycast.icon 🤖
# @raycast.packageName Raycast Scripts
echo "Hello from My First Script"