Good thinking leveraging Codespaces; convenience and safety.
YoungGato · 2d ago
Dope concept! If keyboard could connect our entire app at Potarix we could go completely hands off and it would streamline our flow!
linktothenew · 2d ago
If there is either an API key or you support Oauth, you definitely can!
mifydev · 2d ago
Looks great! How does it match intent to the set of tools, do you have a library of them?
linktothenew · 2d ago
Hey great question! It has a universal tool called plan and run-code, so basically when it gets a task it will determine what API access it has in the GitHub codespace, for example:
Write me a 10 Slides google slides presentation on the current news -> Claude will hit the plan tool -> come up with plan and recognize it has access to a codespace with the googleapis npm installed and it has a scoped Google User Token -> it will then write code to create the slide deck -> You can then approve or deny that code -> if approved the code is executed to create the slide deck -> then you can approve whether to share the result with Claude or not
mifydev · 2d ago
Got it! In the future I think you can actually cache and reuse this code, and some flows will run automagically!
linktothenew · 2d ago
Hey yeah! We actually support this, so any code you want to execute you can save it as a reusuable code snippet that we call a "keyboard-shortcut".
Write me a 10 Slides google slides presentation on the current news -> Claude will hit the plan tool -> come up with plan and recognize it has access to a codespace with the googleapis npm installed and it has a scoped Google User Token -> it will then write code to create the slide deck -> You can then approve or deny that code -> if approved the code is executed to create the slide deck -> then you can approve whether to share the result with Claude or not