@opentabs-dev/opentabs-plugin-chatgpt
v0.0.82
Published
OpenTabs plugin for ChatGPT
Maintainers
Readme
ChatGPT
OpenTabs plugin for ChatGPT — gives AI agents access to ChatGPT through your authenticated browser session.
Install
opentabs plugin install chatgptOr install globally via npm:
npm install -g @opentabs-dev/opentabs-plugin-chatgptSetup
- Open chatgpt.com in Chrome and log in
- Open the OpenTabs side panel — the ChatGPT plugin should appear as ready
Tools (20)
Account (2)
| Tool | Description | Type |
|---|---|---|
| get_current_user | Get your ChatGPT profile | Read |
| get_account_info | Get account subscription and features | Read |
Models (1)
| Tool | Description | Type |
|---|---|---|
| list_models | List available AI models | Read |
Conversations (10)
| Tool | Description | Type |
|---|---|---|
| list_conversations | List your ChatGPT conversations | Read |
| get_conversation | Get a conversation with messages | Read |
| search_conversations | Search conversations by keyword | Read |
| rename_conversation | Rename a conversation | Write |
| archive_conversation | Archive a conversation | Write |
| unarchive_conversation | Unarchive a conversation | Write |
| star_conversation | Star a conversation | Write |
| unstar_conversation | Unstar a conversation | Write |
| delete_conversation | Delete a conversation permanently | Write |
| list_shared_conversations | List shared conversations | Read |
Memories (1)
| Tool | Description | Type |
|---|---|---|
| get_memories | Get your ChatGPT memories | Read |
Settings (3)
| Tool | Description | Type |
|---|---|---|
| get_custom_instructions | Get your custom instructions | Read |
| update_custom_instructions | Update your custom instructions | Write |
| get_beta_features | Get beta feature flags | Read |
Prompts (1)
| Tool | Description | Type |
|---|---|---|
| get_prompt_library | Get prompt library templates | Read |
GPTs (2)
| Tool | Description | Type |
|---|---|---|
| get_gpt | Get details about a custom GPT | Read |
| discover_gpts | Explore the GPT store | Write |
How It Works
This plugin runs inside your ChatGPT tab through the OpenTabs Chrome extension. It uses your existing browser session — no API tokens or OAuth apps required. All operations happen as you, with your permissions.
License
MIT
