mention-workflow

mention-workflow is a skill for Claude Code, Codex from major7apps/pensyve. It costs 45 tokens per session (658 once invoked), scanned A, original, no licence file.

A workflow for accessing Pensyve memory through @-mentions, such as when a user types @pensyve or asks about mention-based access.

In plain words
What is it for?
Use it for @pensyve requests, mention-style memory access, and questions about whether Codex supports Pensyve mentions.
Why use it?
It clarifies how an agent should handle memory requests made with an @-mention.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for @pensyve requests, mention-style memory access, and questions about whether Codex supports Pensyve mentions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/major7apps/pensyve/mention-workflow
Install

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.

Any agent
npx skills add major7apps/pensyve --skill mention-workflow
Clone the repo
git clone --depth 1 https://github.com/major7apps/pensyve

Made for: Claude Code, Codex.

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 mention-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/major7apps/pensyve/mention-workflow.svg)](https://agentmods.dev/skills/major7apps/pensyve/mention-workflow)
Your own site
<a href="https://agentmods.dev/skills/major7apps/pensyve/mention-workflow"><img src="https://agentmods.dev/badge/skills/major7apps/pensyve/mention-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 658 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 unknown 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.00045 $0.00658
Opus 5 $0.00023 $0.00329
Sonnet 5 $0.00009 $0.00132
Haiku 4.5 $0.00005 $0.00066

Measured 8d ago against content hash 5376ec432b09, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mention-workflow 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 8d 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.

integrations/codex-plugin/skills/mention-workflow/SKILL.md · 67 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 8d ago First seen · 67 lines · 45 tokens per session scan A 5376ec432b09

Subscribe to this mod's changes

mention-workflow is a skill published in the GitHub repository major7apps/pensyve (78 stars, last pushed 4d ago), with no licence file. It adds 45 tokens to every session and 658 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-30.

Related

Other skills, from other repositories

lemmalog

Externalize working memory and logical state into the lemmalog Datalog engine (MCP). Use for ANY multi-step task where state should outlive one context window or span agents: long investigations, debugging sessions, audits, multi-agent searches, systematic explorations, planning with many interdependent constraints…

JordyZomer/lemmalog · 105 tokens

ori-memory

Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.

aayoawoyemi/Ori-Mnemos · 54 tokens

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…

scops/engrama · 104 tokens

handoff

Save a session handoff to Engram for future sessions. Captures decisions, todos, blockers, mental model, and next steps as a structured memory. Use when the user wants to preserve session context before ending work.

edg-l/engram-mcp · 47 tokens

read-handoffs

Resume a session by loading recent handoffs from Engram. Use at the start of a session or when the user wants to review what was done previously.

edg-l/engram-mcp · 36 tokens

brain-write

How to write to the INITE Brain knowledge graph from an agent loop — recordfact (with the conversationId / evidence[] grounding inputs), ingestdocument, linkentities, retractfact, recordfeedback, and the detectcontradiction preflight. Covers confidence picking, claim grounding, retract vs forget semantics, identityof…

inite-ai/inite-brain-service · 97 tokens