skills/smithery.ai/shodh-cloudflare

shodh-cloudflare

Installation
SKILL.md

Shodh Cloudflare - Persistent Context for AI Agents

Shodh Cloudflare gives you persistent memory across conversations, powered by Cloudflare's globally distributed edge network. Unlike your context window which resets each session, memories stored here persist indefinitely and can be recalled semantically from anywhere in the world.

When to Use Memory

ALWAYS call proactive_context at the start of every conversation with the user's first message. This surfaces relevant memories automatically.

Store memories (remember) when:

  • User makes a decision ("Let's use PostgreSQL for this project")
  • You learn something new ("The codebase uses a monorepo structure")
  • An error occurs and you find the fix
  • You discover a pattern in the user's preferences
  • Important context that will be useful later

Recall memories (recall) when:

  • User asks about past decisions or context
  • You need to remember project-specific information
  • Looking for patterns in how problems were solved before
Installs
1
First Seen
Mar 31, 2026
shodh-cloudflare from smithery.ai