Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:41 +08:00
commit e9a9312d90
15 changed files with 1064 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for make-scenario-builder skill
- [ ] create_scenario.py: Script to generate Make.com scenario JSON from natural language input.
- [ ] validate_scenario.py: Script to validate the generated Make.com scenario JSON against the Make.com API schema.
- [ ] deploy_scenario.py: Script to deploy the generated Make.com scenario to a Make.com account using the API.