CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. jzocb
  4. /
  5. openclaw-memory-management
  6. /
  7. Memory Management

Memory Management

Editor's Note

This implements a three-tier memory system for AI agents: hot memory in MEMORY.md with P0/P1/P2 tags and TTLs, cold searchable storage in JSONL lesson files, and raw daily logs. The hook is the 70-80% token reduction claim, which makes sense since you're only loading ~200 lines of current context instead of everything. Comes with a Python janitor script that auto-archives expired entries based on priority and date tags. The discipline of deciding what's P0 versus P2 is actually the hard part here, not the tooling. If you're running long-lived agents that accumulate context bloat, this gives you a structured way to prune without losing important stuff to semantic search.

Install

npx skills add https://github.com/jzocb/openclaw-memory-management --skill memory-management
Votes
0
Installs209
GitHub Stars39
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment