show-memory

show-memory is a skill for Claude Code from sarveshtalele/linkedin-content-skill. It costs 15 tokens per session (131 once invoked), scanned A, original, MIT.

A command that displays saved LinkedIn writing preferences and content-related notes. It also summarizes the number of feedback entries, the configured topic area, and the writing style.

In plain words
What is it for?
Use it when you need to review the current LinkedIn content memory. It points to the memory file for direct edits and to the feedback command for adding lessons.
Why use it?
It lets you see what guidance has been saved before creating or editing LinkedIn content. This reduces the chance of using the wrong topic or tone.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/memory_manager.py read.

Good fit Use it when you need to review the current LinkedIn content memory. It points to the memory file for direct edits and to the feedback command for adding lessons.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/sarveshtalele/linkedin-content-skill
agentmods
npx agentmods add skills/sarveshtalele/linkedin-content-skill/show-memory

Made for: Claude Code.

Wrote 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.

agentmods badge for show-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/sarveshtalele/linkedin-content-skill/show-memory.svg)](https://agentmods.dev/skills/sarveshtalele/linkedin-content-skill/show-memory)
Your own site
<a href="https://agentmods.dev/skills/sarveshtalele/linkedin-content-skill/show-memory"><img src="https://agentmods.dev/badge/skills/sarveshtalele/linkedin-content-skill/show-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 131 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00131
Opus 5 $0.00008 $0.00066
Sonnet 5 $0.00003 $0.00026
Haiku 4.5 $0.00002 $0.00013

Measured 7d ago against content hash 3d9c1dd9533d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

show-memory 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 7d 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.

.claude/skills/show-memory/SKILL.md · 21 lines

What it actually says

Read Memory

python3 scripts/memory_manager.py read

Display the memory contents cleanly. At the top summarise:

  • How many feedback entries exist in the log
  • What the current primary niche is set to
  • What tone/style is configured

Then show the full memory content.

At the bottom remind the user:

💡 Edit memory.md in .claude/skills/scripts/ to set your niche and tone. Use /feedback to add new learnings.

Changes

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.

  1. 7d ago First seen · 21 lines · 0 tokens per session scan A 3d9c1dd9533d

Subscribe to this mod's changes

show-memory is a skill published in the GitHub repository sarveshtalele/linkedin-content-skill (6 stars, last pushed 3mo ago), licensed MIT. It adds 15 tokens to every session and 131 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

os-memory-manager

Trigger with "remember this", "update memory", "what should we record from this session", "capture learnings", "write a session log", or when closing a session. Guides agents on managing memory hygiene across sessions, deciding what to write to dated memory logs, what to promote to long-term memory.md, and when to…

richfrem/agent-plugins-skills · 199 tokens

self-evolution

Deterministic graph-planned self-evolution engine. Enforces 6-node state transitions, worktree isolation, verifier sovereignty, and asymmetric Layer 2 knowledge persistence.

richfrem/agent-plugins-skills · 38 tokens

rlm-search

3-Phase Knowledge Search strategy for the RLM Factory ecosystem. Auto-invoked when tasks involve finding code, documentation, or architecture context in the repository. Enforces the optimal search order: RLM Summary Scan (O(1)) -> Vector DB Semantic Search -> Grep/Exact Match. Never skip phases.

richfrem/agent-plugins-skills · 68 tokens

os-improvement-loop

Pattern 5: Concurrent Event-Driven Multi-Agent Loop. Coordinates multiple Claude sessions as OS threads sharing a common event bus and memory address space. Every loop cycle is a full improvement cycle: execute, eval against benchmark (KEEP/DISCARD), emit friction events, and close with surveys, metrics, memory…

richfrem/agent-plugins-skills · 74 tokens

rlm-distill-agent

Distills uncached files into the Recursive Language Model(RLM) Summary cache Ledger. You (the agent) ARE the distillation engine. Read each file deeply, write a high-quality 1-sentence summary, inject it via injectsummary.py. The purpose is if you read the full file once and produce a great summary once it will avoid…

richfrem/agent-plugins-skills · 208 tokens

rlm-curator

Knowledge Curator agent skill for the RLM Factory. Auto-invoked when tasks involve distilling code summaries, querying the semantic ledger, auditing cache coverage, or maintaining RLM hygiene. Supports both Ollama-based batch distillation and agent-powered direct summarization. V2 enforces Concurrency Safety…

richfrem/agent-plugins-skills · 67 tokens