topic-graph

Construct and query a time-decayed topic graph from agent-memory conversations.

14|3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/SpillwaveSolutions/agent-memory --skill topic-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: topic-graph
Source: https://github.com/SpillwaveSolutions/agent-memory/tree/main/plugins/memory-query-plugin/skills/topic-graph
Command: npx skills add https://github.com/SpillwaveSolutions/agent-memory --skill topic-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables agents to discover, connect, and reason about themes across memory by constructing and querying a semantic topic graph with time-decayed significance.

Core Features & Use Cases

  • Semantic topic extraction and relationship discovery to reveal how discussions cluster around themes.
  • Time-decayed topic scoring to surface recent and relevant concepts while preserving historical patterns.
  • Quick navigation through topic hierarchies and related topics to support better decision making across conversations.

Quick Start

  • Check graph health: memory-daemon topics status
  • See top topics: memory-daemon topics top --limit 10
  • Explore topics for a query: memory-daemon topics query "authentication"
  • Inspect related topics: memory-daemon topics related --topic-id "topic:authentication"

Frequently Asked Questions about topic-graph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover recurring semantic topics across agent memory?

You can discover recurring semantic topics across agent memory by constructing a time-decayed topic graph that extracts themes and ranks them by time-decayed importance, surfacing recent concepts while preserving historical patterns.

How do I query topic relations and hierarchies in memory?

To query topic relations and hierarchies in memory, use the memory-daemon CLI with commands like 'topics query' to explore specific themes and 'topics related' to inspect connected topics and navigate hierarchical TOC nodes.

What is time-decayed topic scoring and why use it for memory analysis?

Time-decayed topic scoring is a memory analysis method that calculates topic significance by weighting recent conversations more heavily, allowing you to monitor topic trends over time while still retaining awareness of historical patterns.

Does the topic graph require external dependencies or database setup?

The topic graph requires no external dependencies or database setup, operating entirely through the memory-daemon CLI to extract semantic topics and retrieve related hierarchies from existing agent memory without additional packages.

Can I check the health and status of my semantic topic graph?

Yes, you can check the health and status of your semantic topic graph by running the 'memory-daemon topics status' command, which verifies that the memory analysis environment is correctly constructed and ready for querying.

What's the best way to monitor topic trends over time in conversations?

The best way to monitor topic trends over time in conversations is by using the 'memory-daemon topics top' command to retrieve and rank themes by time-decayed significance, revealing how discussion clusters shift across memory.