cowpin_save_memory
Save web pages or raw notes into a persistent memory vault using automated text extraction, OpenGraph metadata parsing, and vector embeddings for reliable semantic recall.
Instructions
Save a webpage URL or raw text/markdown notes into the persistent Cowpin memory vault with automated text extraction, OpenGraph metadata parsing, and 1536-dimensional vector embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Webpage URL to fetch, clean, and archive | |
| tags | No | Categorical tags (e.g. ['research', 'ai', 'crypto', 'base']) | |
| notes | No | Agent thoughts, takeaways, or execution notes | |
| title | No | Title or short summary for the memory | |
| content | No | Raw Markdown or plaintext notes to store directly | |
| isPrivate | No | Whether the memory is private to this wallet/account (default: true) |