Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add 234194027-cpu/aion-memory-nexus --skill life-memory-media-ingestiongit clone --depth 1 https://github.com/234194027-cpu/aion-memory-nexusWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/234194027-cpu/aion-memory-nexus/life-memory-media-ingestion)<a href="https://agentmods.dev/skills/234194027-cpu/aion-memory-nexus/life-memory-media-ingestion"><img src="https://agentmods.dev/badge/skills/234194027-cpu/aion-memory-nexus/life-memory-media-ingestion/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/234194027-cpu/aion-memory-nexus/life-memory-media-ingestion"><img src="https://agentmods.dev/badge/skills/234194027-cpu/aion-memory-nexus/life-memory-media-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.00959 |
| Opus 5 | $0.00019 | $0.00479 |
| Sonnet 5 | $0.00008 | $0.00192 |
| Haiku 4.5 | $0.00004 | $0.00096 |
Grade A, and why
life-memory-media-ingestion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Life Memory Media Ingestion
Use this skill when an agent needs to submit a URL, file, image, spreadsheet, PDF, document, audio, or video into the Life Memory System.
The rule is simple: media is a source artifact first, not a permanent fact. Create a media artifact, let the system extract source evidence, then inspect the artifact and governance status.
Required MCP Tools
Confirm these tools exist before submitting media:
memory_create_link_artifactmemory_upload_media_base64memory_list_media_artifactsmemory_get_media_artifactmemory_extract_media_artifact
If any tool is missing, call memory_map if available, refresh the MCP connection, and report that the client is connected to an older Life Memory MCP server.
Link Workflow
Use memory_create_link_artifact for public http or https links.
Required fields:
url: the public URL.source_channel: usemcpunless the caller has a more specific channel.
Optional fields:
source_text: short context from the user or task.extract: defaulttrue.sync: defaultfalse.
Do not fetch the URL yourself and paste the webpage into memory_after_end. The system handles SSRF checks, extraction, failure status, and RawEvent/work-case evidence creation.
Example:
{
"url": "https://example.com/article",
"source_text": "User asked me to preserve this article as a note source.",
"source_channel": "mcp",
"extract": true,
"sync": false
}
File Workflow
Use memory_upload_media_base64 for files, images, spreadsheets, documents, audio, and video.
Required fields:
filename: original filename or a safe descriptive name.content_base64: base64 file bytes.
Recommended fields:
mime_type: explicit MIME type when known.media_type: one ofimage,spreadsheet,pdf,document,audio,video, orfile.source_channel: usemcp.extract: defaulttrue.sync: defaultfalse.
Example:
{
"filename": "meeting-notes.csv",
"mime_type": "text/csv",
"media_type": "spreadsheet",
"source_channel": "mcp",
"content_base64": "<base64>",
"extract": true,
"sync": false
}
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 131 lines · 39 tokens per session scan A 8972f044606d
life-memory-media-ingestion is a skill published in the GitHub repository 234194027-cpu/aion-memory-nexus (0 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 959 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
engrama-onboard
Build a personalized Engrama memory graph for any user through a conversational interview. Use this skill whenever someone says "set up Engrama", "create my graph", "onboard", "build my profile", "configure Engrama for me", or asks how to start using Engrama. Also use when the user mentions they have a different role…
ingest
Ingest a file or URL into the memory graph. Handles local files (text, PDF, DOCX, XLSX, images, etc.) and URLs (web pages, YouTube, Wikipedia, RSS). Use when the user wants to add any document or web content to their knowledge graph.
memclaw
The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a caura…
excel-author
Create and edit Excel (.xlsx) workbooks with openpyxl. Supports formulas, charts, formatting, and data analysis.
ppt-author
Create and edit PowerPoint (.pptx) presentations programmatically. Requires python-pptx.
ocr-document
Extract text from PDFs, images, and scanned documents. Uses pymupdf (local) or optional cloud OCR APIs.