{"id":31923080,"url":"https://github.com/rocketchat/apps.chat.summarize","last_synced_at":"2025-10-13T23:43:57.069Z","repository":{"id":238745516,"uuid":"797033168","full_name":"RocketChat/Apps.Chat.Summarize","owner":"RocketChat","description":"Summarize Rocket.Chat threads ","archived":false,"fork":false,"pushed_at":"2025-03-21T06:14:34.000Z","size":10318,"stargazers_count":6,"open_issues_count":5,"forks_count":19,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-21T07:23:35.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RocketChat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-07T04:25:34.000Z","updated_at":"2025-03-21T06:14:38.000Z","dependencies_parsed_at":"2024-05-07T21:33:05.386Z","dependency_job_id":"f7a2767a-1489-414d-ba09-a2fb6f924920","html_url":"https://github.com/RocketChat/Apps.Chat.Summarize","commit_stats":null,"previous_names":["rocketchat/apps.chat.summarize"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RocketChat/Apps.Chat.Summarize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.Chat.Summarize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.Chat.Summarize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.Chat.Summarize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.Chat.Summarize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RocketChat","download_url":"https://codeload.github.com/RocketChat/Apps.Chat.Summarize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RocketChat%2FApps.Chat.Summarize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017232,"owners_count":26086016,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-13T23:43:51.858Z","updated_at":"2025-10-13T23:43:57.060Z","avatar_url":"https://github.com/RocketChat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=30% src=\"https://github.com/user-attachments/assets/a92f27b9-5101-4725-8311-a0e6ada0edc7\" alt=\"chat-summarizer-illustration\"\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eRocket.Chat AI Chat Summarizer App\u003c/h1\u003e\n\nWe all get the annoying moments of scrolling through 80+ unread messages. With the\nAI chat summarizer, these headaches become the past. This AI app\nquickly turns messages in channels, DMs, or threads into a concise summary, boosting productivity for Rocket.Chat users.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=60% src=\"https://github.com/user-attachments/assets/b42f85ba-c00c-44a8-a2c0-314081c9ad9a\" alt=\"chat-summarizer-illustration\"\u003e\n\u003c/div\u003e\n\n\u003ch2\u003eFeatures 🚀\u003c/h2\u003e\n\u003cli\u003e\n  \u003cli\u003eSummarize messages in channel / DM / thread\u003c/li\u003e \n  \u003cli\u003eCapture assigned tasks \u0026 participant summary in dialogue\u003c/li\u003e\n  \u003cli\u003eSuggest follow-up questions for quick reply \u003c/li\u003e\n  \u003cli\u003eProvide file summary of messages attachments\u003c/li\u003e \n  \u003cli\u003eSupport custom LLM selection\u003c/li\u003e\n  \u003cli\u003eDetect and block malicious prompt injection\u003c/li\u003e\n  \u003cli\u003eNew filtering options to summarize messages by time:\u003c/li\u003e\n  \u003cul\u003e\n    \u003cli\u003eSummarize messages from today with \u003ccode\u003e/chat-summary today\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eSummarize messages from the current week with \u003ccode\u003e/chat-summary week\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eSummarize all unread messages with \u003ccode\u003e/chat-summary unread\u003c/code\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cli\u003eSummarize messages by specific users with \n    \u003ccode\u003e/chat-summary @username\u003c/code\u003e \n    or multiple users like \n    \u003ccode\u003e/chat-summary @username1 @username2\u003c/code\u003e\n  \u003c/li\u003e\n  \u003cli\u003eGet help with the following commands:\u003c/li\u003e \n    \u003cul\u003e \n      \u003cli\u003e\u003ccode\u003e/chat-summary help\u003c/code\u003e – Displays the welcome message and Frequently Asked Questions.\u003c/li\u003e \n      \u003cli\u003e\u003ccode\u003e/chat-summary help \u0026lt;question\u0026gt;\u003c/code\u003e – Provides an answer from the AI.\u003c/li\u003e \n    \u003c/ul\u003e \n\u003c/ul\u003e\n\n\u003ch2 \u003eHow to set up 💻\u003c/h2\u003e\n\n\u003col\u003e\n  \u003cli\u003eHave a Rocket.Chat server ready. If you don't have a server, see this \u003ca href=\"https://developer.rocket.chat/v1/docs/server-environment-setup\"\u003eguide\u003c/a\u003e.\u003c/li\u003e \n  \u003cli\u003eInstall the Rocket.Chat Apps Engline CLI. \n  \n  ``` \n    npm install -g @rocket.chat/apps-cli\n  ```\n  \n  Verify if the CLI has been installed \n  \n  ```\n  rc-apps -v\n# @rocket.chat/apps-cli/1.4.0 darwin-x64 node-v10.15.3\n  ```\n  \u003c/li\u003e\n  \u003cli\u003eClone the GitHub Repository\u003c/li\u003e\n    \n ```\n    git clone https://github.com/RocketChat/Apps.Chat.Summarize.git\n ```\n  \u003cli\u003eNavigate to the repository\u003c/li\u003e\n    \n ```\n    cd Apps.Chat.Summarize\n ```\n  \n  \u003cli\u003eInstall app dependencies\u003c/li\u003e\n  \n  ```\n    cd app \u0026\u0026 npm install\n  ```\n  \n  \u003cli\u003eTo install private Rocket.Chat Apps on your server, it must be in development mode. Enable Apps development mode by navigating to \u003ci\u003eAdministration \u003e General \u003e Apps\u003c/i\u003e and turn on \"Enable development mode\".\u003c/li\u003e\n  \n  \u003cli\u003eDeploy the app to the server \u003c/li\u003e\n  \n  ```\n  rc-apps deploy --url \u003cserver_url\u003e --username \u003cusername\u003e --password \u003cpassword\u003e\n  ```\n  \n  - If you are running server locally, `server_url` is http://localhost:3000. If you are running in another port, change the 3000 to the appropriate port.\n  - `username` is the username of your admin user.\n  - `password` is the password of your admin user.\n\n  \u003cli\u003e Open the App, by navigating to \u003ci\u003eAdministration \u003e Marketplace \u003e Private Apps\u003c/i\u003e. You should see the app listed there. Click on the App name to open the app.\u003c/li\u003e\n\n  \u003cli\u003e Select the \u003ci\u003eSettings\u003c/i\u003e tab and enter the LLM API Host URL. This is the URL of the LLM API you want to use. For example, if you are using OpenAI's GPT-3.5, the URL would be \u003ca\u003ehttps://api.openai.com\u003c/a\u003e . If you are using a different LLM, enter the appropriate URL. Without any suffixes.\u003c/li\u003e\n  \u003cli\u003e If the LLM provider requires an API key, enter the API key in the \u003ci\u003eAPI Key\u003c/i\u003e field. This is required for authentication with the LLM provider. Local deployments usually don't require an API key.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003eHow to use 💬\u003c/h2\u003e\n\nOnce setup is completed, type \u003ccode\u003e/chat-summary\u003c/code\u003e in the chat box of any channel / DM / thread, and you will see a summary of the messages like the one below.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"964\" alt=\"Screenshot 2024-08-21 at 11 08 47 PM\" src=\"https://github.com/user-attachments/assets/2193ee14-ff3f-431b-87af-ad7b1e1083d3\"\u003e\n\u003c/div\u003e\n\n\u003ch3\u003eNew Filtering Commands:\u003c/h3\u003e\n\nTo summarize messages based on specific timeframes or unread messages, you can now use the following commands:\n\n- \u003ccode\u003e/chat-summary today\u003c/code\u003e – Summarize messages from today.\n- \u003ccode\u003e/chat-summary week\u003c/code\u003e – Summarize messages from the current week (past 7 days).\n- \u003ccode\u003e/chat-summary unread\u003c/code\u003e – Summarize all unread messages for the user.\n- \u003ccode\u003e/chat-summary @username\u003c/code\u003e – Summarize messages from a specific user.\n- \u003ccode\u003e/chat-summary @username1 @username2\u003c/code\u003e – Summarize messages from multiple users.\n\n\u003ch3\u003eHelp Command:\u003c/h3\u003e\n- \u003ccode\u003e/chat-summary help\u003c/code\u003e – Displays the welcome message and Frequently Asked Questions.\n- \u003ccode\u003e/chat-summary help \u003c question \u003e\u003c/code\u003e – Provides an answer from the AI.\n\n\u003ch2\u003eSupport us ❤️\u003c/h2\u003e\n\nIf you like this project, please leave a star ⭐️. This helps more people to know this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketchat%2Fapps.chat.summarize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocketchat%2Fapps.chat.summarize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocketchat%2Fapps.chat.summarize/lists"}