{"id":22770362,"url":"https://github.com/leanercloud/chatgpt-cloud-plugin","last_synced_at":"2025-04-13T06:16:13.102Z","repository":{"id":176012425,"uuid":"654844952","full_name":"LeanerCloud/ChatGPT-cloud-plugin","owner":"LeanerCloud","description":"ChatGPT plugin that will (one day) allow us to list and manage cloud resources ","archived":false,"fork":false,"pushed_at":"2023-06-17T06:49:19.000Z","size":576,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-13T06:15:55.099Z","etag":null,"topics":["aws","chatgpt","openapi","plugin","python"],"latest_commit_sha":null,"homepage":"https://leanercloud.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeanerCloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-17T05:42:23.000Z","updated_at":"2024-12-20T00:48:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1048a02b-3286-4628-b781-e381bc5b25ec","html_url":"https://github.com/LeanerCloud/ChatGPT-cloud-plugin","commit_stats":null,"previous_names":["leanercloud/chatgpt-cloud-plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeanerCloud%2FChatGPT-cloud-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeanerCloud%2FChatGPT-cloud-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeanerCloud%2FChatGPT-cloud-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeanerCloud%2FChatGPT-cloud-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeanerCloud","download_url":"https://codeload.github.com/LeanerCloud/ChatGPT-cloud-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670438,"owners_count":21142905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","chatgpt","openapi","plugin","python"],"created_at":"2024-12-11T15:31:10.419Z","updated_at":"2025-04-13T06:16:13.078Z","avatar_url":"https://github.com/LeanerCloud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT-cloud-plugin\n\nChatGPT plugin that will (one day) allow us to manage cloud resources from ChatGPT\n\n## What we have so far\n\n1. a local Flask web server that\n\n- uses botocore to authenticate to AWS using a profile from `.aws/config`, given from the CLI when starting the web server\n- serves a few static files required by the plugin documentation\n- forwards requests received to AWS, authenticated with SigV4\n\n1. the full EC2 OpenAPI YAML configuration taken from [APIs.guru](https://apis.guru)\n1. a ChatGPT plugin configuration tying it all together\n\n## Running it locally\n\n- install the requirements, preferably in a Python virtualenv\n\n```shell\npip install -r requirements.txt\n```\n\n- start the web server:\n\n```shell\n./aws_proxy.py NAME_OF_PROFILE_FROM_AWS_CONFIG\n```\n\n- test the web server:\n\n```shell\n curl http://localhost:3000/.well-known/ai-plugin.json\n{\n    \"schema_version\": \"v1\",\n    \"name_for_human\": \"EC2\",\n    \"name_for_model\": \"gpt4\",\n    \"description_for_human\": \"Manage your AWS resources.\",\n[...]\n\n$ curl -X GET \"http://localhost:3000/?Action=DescribeSecurityGroups\u0026Version=2016-11-15\"\n\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cDescribeSecurityGroupsResponse xmlns=\"http://ec2.amazonaws.com/doc/2016-11-15/\"\u003e\n    \u003crequestId\u003e22aba6e6-c226-487f-81d0-1cb0acc5aa04\u003c/requestId\u003e\n    \u003csecurityGroupInfo\u003e\n        \u003citem\u003e\n[...]\n```\n\n## Current status\n\nWhen attempting to load it locally into ChatGPT the browser tab seems to hang, probably the EC2 API definition is too big and we need to expose less functionality.\n\nAfter a while you'll get a bunch of errors in the ChatGPT plugin loader. This is expected and what we've got so far.\n\n## Contributing\n\nAny contributions are welcome, hack away and send us pull requests if you make some progress.\n\n## License\n\nThis software is licensed under the OSL-3 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanercloud%2Fchatgpt-cloud-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleanercloud%2Fchatgpt-cloud-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanercloud%2Fchatgpt-cloud-plugin/lists"}