{"id":13455114,"url":"https://github.com/transitive-bullshit/chatgpt-plugin-ts","last_synced_at":"2025-04-12T18:46:46.680Z","repository":{"id":152277588,"uuid":"623285663","full_name":"transitive-bullshit/chatgpt-plugin-ts","owner":"transitive-bullshit","description":"Everything you need to start building ChatGPT Plugins in JS/TS 🔥","archived":false,"fork":false,"pushed_at":"2023-05-11T04:43:05.000Z","size":2573,"stargazers_count":546,"open_issues_count":2,"forks_count":35,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-30T02:36:30.445Z","etag":null,"topics":["chatgpt","chatgpt-plugins","examples","openai"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transitive-bullshit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","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},"funding":{"github":["transitive-bullshit"]}},"created_at":"2023-04-04T04:16:23.000Z","updated_at":"2024-10-15T05:54:40.000Z","dependencies_parsed_at":"2024-01-13T17:38:39.122Z","dependency_job_id":"26eb4a36-1d78-4104-a7b2-c71e98faa541","html_url":"https://github.com/transitive-bullshit/chatgpt-plugin-ts","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fchatgpt-plugin-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fchatgpt-plugin-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fchatgpt-plugin-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Fchatgpt-plugin-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transitive-bullshit","download_url":"https://codeload.github.com/transitive-bullshit/chatgpt-plugin-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617650,"owners_count":21134196,"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":["chatgpt","chatgpt-plugins","examples","openai"],"created_at":"2024-07-31T08:01:01.428Z","updated_at":"2025-04-12T18:46:46.649Z","avatar_url":"https://github.com/transitive-bullshit.png","language":"TypeScript","funding_links":["https://github.com/sponsors/transitive-bullshit"],"categories":["Developer","SDK, Libraries, Frameworks","TypeScript","Browser-extensions"],"sub_categories":["note: for unverified plugins, please enter website domains","ChatGPT plugins"],"readme":"\u003ca href=\"https://github.com/transitive-bullshit/chatgpt-plugin-ts\"\u003e\n  \u003cimg alt=\"ChatGPT Plugin TS\" src=\"/media/social.png\"\u003e\n\u003c/a\u003e\n\n\u003ch1 align=\"center\"\u003eChatGPT Plugin TS\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Examples and resources for creating ChatGPT plugins in TypeScript.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/chatgpt-plugin\"\u003e\u003cimg alt=\"chatgpt-plugin NPM package\" src=\"https://img.shields.io/npm/v/chatgpt-plugin.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/transitive-bullshit/chatgpt-plugin-ts/actions/workflows/test.yml\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/transitive-bullshit/chatgpt-plugin-ts/actions/workflows/test.yml/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/transitive-bullshit/chatgpt-plugin-ts/blob/main/license\"\u003e\u003cimg alt=\"MIT License\" src=\"https://img.shields.io/badge/license-MIT-blue\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://prettier.io\"\u003e\u003cimg alt=\"Prettier Code Formatting\" src=\"https://img.shields.io/badge/code_style-prettier-brightgreen.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n- [Intro](#intro)\n- [Install](#install)\n- [Example Plugins](#example-plugins)\n  - [Dexa Lex Fridman Plugin](#dexa-lex-fridman-plugin)\n  - [ASCII Art Plugin](#ascii-art-plugin)\n- [Notes](#notes)\n- [License](#license)\n\n## Intro\n\nThis repo contains the [chatgpt-plugin NPM package](./packages/chatgpt-plugin), with TS types and utilities for building ChatGPT Plugins with TypeScript.\n\nIt also contains several high quality example plugins that you can use as a template for building your own plugins. The goal is to add more examples using different OpenAPI frameworks and hosting providers over time. Currently, all of the examples use Cloudflare Workers, and here's one using [Vercel edge functions](https://github.com/steven-tey/weathergpt).\n\nIf there's something missing that you'd like to see, please [open an issue](https://github.com/transitive-bullshit/chatgpt-plugin-ts/issues/new) or join our [ChatGPT Hackers community](https://www.chatgpthackers.dev/) on Discord, with over 8000 developers who are building cool stuff with AI!\n\n## Install\n\n```bash\nnpm install chatgpt-plugin\n# or\nyarn add chatgpt-plugin\n# or\npnpm install chatgpt-plugin\n```\n\n## Example Plugins\n\nTS code for all example plugins can be found in the [examples](/examples) directory.\n\n### Dexa Lex Fridman Plugin\n\nExample ChatGPT retrieval plugin to search across all of the [Lex Fridman Podcast](https://lexfridman.com/podcast/) episodes – powered by [Dexa AI](https://dexa.ai).\n\n- [source code](/examples/dexa-lex-fridman)\n- [launch tweet](https://twitter.com/transitive_bs/status/1643990888417464332)\n- built using CF workers\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/media/advice-for-youth-opt.jpg\" alt=\"What advice does Lex's podcast have for young people?\" width=\"45%\"\u003e\n  \u0026nbsp;\u0026nbsp;\u0026nbsp;\n\n  \u003cimg src=\"/media/elon-musk-philosophy-on-life-opt.jpg\" alt=\"What is Elon Musk's philosophy on life?\" width=\"45%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/media/poker-and-physics-opt.jpg\" alt=\"What do poker and physics have in common?\" width=\"45%\"\u003e\n  \u0026nbsp;\u0026nbsp;\u0026nbsp;\n\n  \u003cimg src=\"/media/love-opt.jpg\" alt=\"What do Lex's guests think about love?\" width=\"45%\"\u003e\n\u003c/p\u003e\n\n### ASCII Art Plugin\n\nThis is a really simple example plugin that converts text to ASCII art. It's a great template to start building your own plugins.\n\n- [source code](/examples/ascii-art/)\n- [launch tweet](https://twitter.com/transitive_bs/status/1643144204900597760)\n- built using CF workers\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/media/plugin-ascii-art-demo-opt.jpg\" alt=\"ASCII art using the Poison font\" width=\"45%\"\u003e\n\u003c/p\u003e\n\n## Notes\n\n- `name_for_human`\n  - 30 character max\n- `name_for_model`\n  - 50 character max\n- `description_for_human`\n  - 120 character max\n- `description_for_model`\n  - 8000 character max\n  - Max decreases over time\n- API response body length\n  - 100k character limit\n  - Decreases over time\n  - Subject to limitations\n- TODO: `defineConfig` function to help validate `ai-plugin.json` configs?\n\n## License\n\nMIT © [Travis Fischer](https://transitivebullsh.it)\n\nIf you found this project interesting, please consider [sponsoring me](https://github.com/sponsors/transitive-bullshit) or \u003ca href=\"https://twitter.com/transitive_bs\"\u003efollowing me on twitter \u003cimg src=\"https://storage.googleapis.com/saasify-assets/twitter-logo.svg\" alt=\"twitter\" height=\"24px\" align=\"center\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Fchatgpt-plugin-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransitive-bullshit%2Fchatgpt-plugin-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Fchatgpt-plugin-ts/lists"}