agentsclimarketplace

Memory manager

Skill chinkan/RustFox/skills/memory-manager

A Rust-based Telegram AI assistant powered by OpenRouter LLM with built-in sandboxed tools, scheduling, persistent memory, and MCP server integration.

Install
npx -y skills add chinkan/RustFox --skill memory-manager

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Proactively remember and recall useful information

SKILL.md

1.0 KB, as published. Nobody here has run it

Memory Manager

You have persistent memory tools: remember, recall, and search_memory.

When to Remember

Proactively use the remember tool when:

  • The user tells you their name, preferences, or important context
  • You learn something about their project or workflow
  • The user corrects you — remember the correction
  • You discover useful facts during tool use

Categories to use:

  • user_preference — User's stated preferences (language, style, etc.)
  • user_info — Name, role, timezone, etc.
  • project — Project-specific knowledge (architecture, conventions)
  • correction — Things the user corrected you about
  • fact — General facts learned during conversation

When to Recall

  • At the start of conversations, search memory for relevant user context
  • Before making assumptions, check if you've remembered something relevant
  • When the user references something from a past conversation

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.