Percept Summarize
Skill by jarvis563
Why use this skill?
Automate meeting notes with Percept Summarize. Extract entities, track action items, and map relationships in your OpenClaw conversations automatically.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jarvis563/percept-summarizeWhat This Skill Does
Percept Summarize, developed by jarvis563, acts as an automated cognitive layer for your OpenClaw agent. It functions as an intelligent post-conversation assistant that automatically processes audio transcripts once a 60-second silence period is detected. Rather than just transcribing, it performs high-fidelity entity extraction, relationship mapping, and action item identification. The skill utilizes a sophisticated 5-tier cascade system—combining exact, fuzzy, contextual, recency, and semantic search matching—to ensure that names, organizations, and project topics are correctly resolved and categorized. This data is structured into an internal SQLite database, allowing for powerful, complex queries regarding your past interactions.
Installation
To install this skill, ensure you have the percept-listen skill active to capture audio data. Run the following command in your OpenClaw CLI:
clawhub install openclaw/skills/skills/jarvis563/percept-summarize
Once installed, the agent will begin monitoring silence intervals to trigger the summarization pipeline automatically.
Use Cases
- Meeting Intelligence: Never miss a detail in a brainstorming session. Let the agent extract key decisions and action items while you focus on the discussion.
- Knowledge Retrieval: Quickly pull up the context of a project discussed weeks ago by querying the relationship graph.
- CRM Enhancement: Automatically map relationships between clients, internal teams, and mentioned projects.
- Project Management: Track follow-up tasks derived directly from verbal commitments made during voice calls.
Example Prompts
- "What were the primary action items from the meeting with the marketing team yesterday?"
- "Summarize my conversation with Sarah regarding the new deployment strategy."
- "Who are the key stakeholders mentioned in my recent discussions about the AI project?"
Tips & Limitations
- Data Retention: Note that utterances are pruned after 30 days, while summaries persist for 90 days. Back up critical information if needed.
- Dependencies: This skill relies heavily on
percept-listen. If the listening service is interrupted, summarization will not trigger. - Optimization: For best results, use clear, distinct speech. The entity resolution's effectiveness depends on the quality of the transcription provided by the underlying listening skill.
- Database Access: You can perform complex manual audits via the local SQLite file or by accessing the Percept dashboard on port 8960.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jarvis563-percept-summarize": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, data-collection
Related Skills
Percept Ambient
Skill by jarvis563
Percept Voice Cmd
Skill by jarvis563
browser-audio-capture
Capture audio from any browser tab — meetings, YouTube, podcasts, courses, webinars — and stream to any AI agent. Zero API keys, works with any framework.
Percept Speaker Id
Skill by jarvis563
stable-browser
Set up reliable browser automation using Chrome DevTools Protocol (CDP) instead of the flaky browser extension relay. Use when browser relay keeps disconnecting, throwing WebSocket 403 errors, or when you need stable headless/headed browser control for web scraping, form filling, social media posting, or any browser automation task. Replaces profile="chrome" with a rock-solid CDP connection.