File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- # Giving full shell access to Chatgpt web (What could go wrong?)
2- Steps:
3- 1 . First run the client in any directory of choice
4- 2 . Use this custom gpt ` https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access ` to let it interact with your shell.
1+ # Shell access to chatgpt.com
2+
3+ ### 🚀 Highlights
4+ - ⚡ ** Full Shell Access** : No restrictions, complete control.
5+ - ⚡ ** Create, Execute, Iterate** : Seamless workflow for development and execution.
6+ - ⚡ ** Interactive Command Handling** : Supports interactive commands with ease.
7+
8+
9+ ### 🪜 Steps:
10+ 1 . Run the [ cli client] ( https://github.com/rusiaaman/wcgw?tab=readme-ov-file#client ) in any directory of choice.
11+ 2 . Share the generated id with the GPT: ` https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access `
12+ 3 . The custom GPT can now run any command on your cli
513
614## Client
715
@@ -25,7 +33,7 @@ https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access
2533
2634Add user id the client generated to the first message along with the instructions.
2735
28- # How does it work?
36+ # How it works
2937Your commands are relayed through a server I've hosted at https://wcgw.arcfu.com . The code for that is at ` src/relay/serve.py ` .
3038
3139The user id that you share with chatgpt is added in the request it sents to the relay server which holds a websocket with the terminal client.
You can’t perform that action at this time.
0 commit comments