agent-memory-kitProvides a structured AI agent memory system separating episodic, semantic, and procedural memories to preserve knowledge and processes over time.
Install via ClawdBot CLI:
clawdbot install ryancampbell/agent-memory-kitGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → http://localhost:4444/api/speak`Calls external URL not in known-safe list
https://img.shields.io/badge/GitHub-reflectt-blue?logo=githubAI Analysis
The skill's primary function is a local file-based memory framework, and the external calls identified are to localhost (likely a local TTS service) and a public badge image (GitHub shields.io). These are not unauthorized data exfiltration points. The risk is low as no user data is sent to external servers.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
An AI agent handles customer inquiries by logging interactions in episodic memory, storing product knowledge in semantic memory, and following documented procedures for common issues. This ensures consistent responses and avoids forgetting past solutions.
An AI agent manages content workflows by tracking daily tasks in episodic memory, storing style guides in semantic memory, and using procedural memory for steps like editing or publishing. This prevents errors and maintains quality over time.
An AI agent conducts research by logging findings in episodic memory, curating key insights in semantic memory, and following procedures for data validation. This helps avoid losing track of sources and improves accuracy in reports.
An AI agent oversees projects by recording progress in episodic memory, storing project guidelines in semantic memory, and using procedural memory for task delegation. This reduces oversight and ensures deadlines are met consistently.
Offer the Agent Memory Kit as a cloud-based service with tiered plans for memory storage and template access. Revenue comes from monthly fees based on usage levels and advanced features like analytics.
Provide tailored implementations of the memory system for businesses, including setup, training, and integration with existing AI workflows. Revenue is generated through project-based fees and ongoing support contracts.
Distribute basic memory templates for free while charging for premium templates, advanced helpers like compaction tools, and community support. Revenue comes from template sales and optional upgrades.
💬 Integration Tip
Start by copying the provided templates into your project's memory folder and gradually integrate memory loading into the agent's wake routine to avoid overwhelming the system.
Scored Apr 19, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
AI Agent 設定同優化助手 - Prompt Engineering、Task Decomposition、Agent Loop設計
Automatically recover working context after session compaction or when continuation is implied but context is missing. Works across Discord, Slack, Telegram,...
Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.