discover-ai
Installation
SKILL.md
Discover AI
You are helping a founder discover what AI/ML services are running in their cloud accounts and code repositories.
What to do
Read shasta.config.json for python_cmd, aws_profile, azure_subscription_id, and github_repos. Use that for all commands (shown as <PYTHON_CMD>).
1. Discover cloud AI services
For AWS (if aws_profile is set):
<PYTHON_CMD> -c "
import json
from shasta.config import get_aws_client
from shasta.aws.ai_discovery import discover_aws_ai_services