{{ message }}
feat(skills): add follow-up-reminders skill for CRM commitment detection#2696
Open
inspiredvoyagesng-star wants to merge 2 commits intoscreenpipe:mainfrom
Open
Conversation
…ction Closes screenpipe#2619 - Detects commitment markers in OCR text and audio transcriptions - Queries local SQLite DB for sales app activity (WhatsApp, HubSpot, Gmail, LinkedIn, Pipedrive) - Extracts Person, Action Item, and Due Date from conversations - Auto-extends lookback window if no results found in 30 minutes - Output format designed for direct CRM entry
4 tasks
Collaborator
Author
|
Understood. I misread the current architecture. |
Collaborator
|
did you even run the app? |
Author
|
I've now rebuilt this properly. With the correct architecture this time. |
835765c to
2982b2b
Compare
Closes screenpipe#2619 - Detects commitment language in screen and audio activity - Extracts Person, Action, Due date and Source app - Focuses on sales apps: WhatsApp, Gmail, HubSpot, Pipedrive, LinkedIn - Runs every 30 minutes, tested locally on M4 Air (screenpipe 0.3.256) - Follows existing pipe.md architecture in screenpipe-core/assets/pipes
2982b2b to
8aef6f7
Compare
Collaborator
|
can you publish the pipe using the CLI or the app ui instead? its not a PR |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #2619
What this adds
A new
follow-up-remindersskill that detects sales commitments from screen and audio activity, designed for enterprise sales teams.How it works
Tested on
Notes
Follows exact structure of existing skills (digest, recall, search, context).