A sophisticated personal intelligence engine that transforms notes and activities into a structured knowledge graph for deep life analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install neron
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install neron using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Neron is a high-performance Personal Knowledge Management (PKM) tool built on the Model Context Protocol (MCP). It allows AI agents to interact with a person's life data—including voice notes, body states, and projects—all linked within a graph database. By leveraging Apache AGE and Voyage AI embeddings, Neron enables a level of self-reflection and data retrieval that goes beyond simple note-taking.
As part of the Openclaw Skills ecosystem, Neron provides developers and power users with a framework for building truly personalized AI assistants. It doesn't just store data; it understands relationships, tracks emotional valence, and identifies behavioral patterns over time, making it an essential component for those seeking a digital second brain.
To integrate this capability into your environment, point your MCP client to the Neron endpoint. Use the following steps to verify your installation:
# Configure your MCP client to use the Neron endpoint
# Endpoint: https://mcp.neron.guru/mcp
# Call get_stats to verify the connection and see your current graph size
mcp call get_stats
Neron organizes information into a strict taxonomy of core and extraction entities to maintain graph integrity.
| Type | Category | Key Fields |
|---|---|---|
| note | Core | text, created_at |
| task | Core | title, status, priority, due_at |
| ai_note | Core | content, note_type (insight, synthesis) |
| mood | Extraction | valence, energy, emotions |
| activity | Extraction | activity_type, duration, location |
| edge | Graph | from_id, to_id, relationship_type |
All entities are connected via a directed graph (Apache AGE), supporting temporal chains and relational mapping.
Loading
A universal registry and gateway that allows AI agents to search and invoke other agents, MCP servers, and APIs through a single endpoint.

A specialized tool for advanced Jira Cloud automation, enabling programmatic worklog management and direct REST API interactions.

A systematic framework for AI coding agents to capture errors, user corrections, and best practices for continuous iterative improvement.

An advanced internet radio controller for Openclaw Skills that enables seamless playback, station discovery, and volume management via AI agent commands.

A lightweight group-chat skill for Feishu and Lark that facilitates English vocabulary games, word guessing, and speaking practice through natural interaction.

An autonomous, risk-bounded AI trading agent designed to execute the Perfect Storm options strategy within paper trading environments.








































