SolCore Memory System

# SolCore Memory System

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "SolCore Memory System" with this command: npx skills add michaelandsol/solcore-memory

SolCore Memory System

Persistent, reflective memory for OpenClaw that transforms reactive AI into stateful, learning AI.

What It Does

  • Stores interactions with evaluation scoring (5 dimensions)
  • Detects patterns in behavior (hesitation, chasing, discipline)
  • Retrieves context relevant to current queries
  • Runs reflection analysis on memory timelines
  • Links memories across domains via edges

Installation

# Install from ClawHub
openclaw skill install solcore-memory

# Or clone manually
git clone https://github.com/MichaelandSol/Solcore-persistent-memory-for-AI.git
openclaw skill link ./Solcore-persistent-memory-for-AI

Configuration

Requires PostgreSQL database:

# ~/.openclaw/config/openclaw.yaml
plugins:
  solcore-memory:
    database:
      host: localhost
      port: 5432
      name: solcore
      user: solcore
      password: your_password
    webhook:
      port: 5003

Usage

The plugin automatically:

  1. Stores every interaction with metadata
  2. Evaluates on 5 dimensions (result, structure, timing, strength, alignment)
  3. Extracts entities (stocks, people, concepts)
  4. Retrieves relevant context for queries
  5. Detects behavioral patterns over time

Tools Provided

  • solcore_store_memory - Store interaction with scoring
  • solcore_get_context - Retrieve relevant memories
  • solcore_reflect - Run reflection analysis

GitHub

https://github.com/MichaelandSol/Solcore-persistent-memory-for-AI

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Batch Content Factory

Multi-platform content production line. Automates the entire workflow from topic research to content creation. Suitable for self-media operators producing hi...

Registry SourceRecently Updated
Research

Fund Analyzer Pro

[何时使用]当用户需要基金深度分析时;当用户说"分析这个基金""基金对比""基金诊断""基金经理分析"时;当检测到基金代码/基金名称/投顾策略时触发。整合天天基金 API+ 且慢 MCP,提供单一基金分析/基金比较/基金诊断/持仓诊断/基金经理/机会分析/投资方式/报告信号八大模块。新增信号监控提醒功能(sign...

Registry SourceRecently Updated
Research

FN Portrait Toolkit

Financial report footnote extraction and analysis tool for Chinese A-share listed companies. Use when: (1) User wants to extract financial note data from ann...

Registry SourceRecently Updated
Research

流式AI检索问答技能

通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...

Registry SourceRecently Updated