member-profile

member-profile is a skill for Claude Code, Codex from lycfyi/community-agent-plugin. It costs 0 tokens per session (1,432 once invoked), scanned A, original, AGPL-3.0.

A tool for managing community member profiles and keeping an ongoing record of what is known about each person.

In plain words
What is it for?
Use it to maintain profiles and develop a longer-term understanding of community members.
Why use it?
It avoids rebuilding member context from scratch whenever someone returns or interacts again.

Skill for Claude CodeCodex

Part of the community-agent plugin — 5 skills, 1 agent shipped together

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.

agentmods
npx agentmods add skills/lycfyi/community-agent-plugin/member-profile
Any agent
npx skills add lycfyi/community-agent-plugin --skill member-profile
Clone the repo
git clone --depth 1 https://github.com/lycfyi/community-agent-plugin

Made for: Claude Code, Codex.

Or install community-agent, the plugin that ships this one along with the rest of its 5 skills, 1 agent.

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 member-profile

README.md
[![agentmods](https://agentmods.dev/badge/skills/lycfyi/community-agent-plugin/member-profile.svg)](https://agentmods.dev/skills/lycfyi/community-agent-plugin/member-profile)
Your own site
<a href="https://agentmods.dev/skills/lycfyi/community-agent-plugin/member-profile"><img src="https://agentmods.dev/badge/skills/lycfyi/community-agent-plugin/member-profile.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.01432
Opus 5 $0.00000 $0.00716
Sonnet 5 $0.00000 $0.00286
Haiku 4.5 $0.00000 $0.00143

Measured 5d ago against content hash c91a824257f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

member-profile 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 5d 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.

plugins/community-agent/skills/member-profile/SKILL.md · 215 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 5d ago First seen · 215 lines · 0 tokens per session scan A c91a824257f4

Subscribe to this mod's changes

member-profile is a skill published in the GitHub repository lycfyi/community-agent-plugin (5 stars, last pushed 7mo ago), licensed AGPL-3.0. It costs nothing until one of its globs matches a file; then it loads 1,432 tokens. 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

cdb-scan

Map this codebase into project memory — a code graph of every symbol and how they connect, plus a written profile of stack, layout, conventions and workflows. Re-run any time to refresh both in place. Use when memory is newly installed on an existing project, or when the project has changed enough that the stored map…

Avijit07x/claude-db · 72 tokens

refresh-context-map

USE WHEN AIDEV anchors / per-dir AGENTS.md / ADRs have changed in this repo and the smart-context-surfacing PreToolUse hook needs an updated manifest. Rebuilds .claude-leverage-context-map.json at the repo root by running scripts/build-context-map.py. Read-only on source — only writes the manifest.

Filip-Podstavec/claude-leverage · 75 tokens

checkpoint

Save the current session to TokenMizer graph memory. Creates a persistent checkpoint with all tasks, decisions, files, and errors — resumable in any future session. Use when user says "save", "checkpoint", "remember this", "I'm done for today", or session is getting long.

Shweta-Mishra-ai/tokenmizer · 61 tokens

resume

Load a previous session from TokenMizer graph memory. Returns a compact context block (100-600 tokens) covering goals, completed work, decisions, open tasks, and files. Inject this as system context to continue exactly where you left off. Use when user says "resume", "continue from last time", "load my project", "what…

Shweta-Mishra-ai/tokenmizer · 86 tokens

session-log

USE WHEN ending a substantial working session — user says "thanks/tomorrow/wrap up", or session shipped 3+ commits with no log today, or user asks for a summary. Distills the conversation into docs/sessions/YYYY-MM-DD- .md (context, what was done, key decisions, open questions, next steps). Hard cap 80 lines.…

Filip-Podstavec/claude-leverage · 97 tokens

pickup

Resume work on this project after an interruption or at the start of a new session: show recent wins, what was being done, the next action, and open decisions, in that order, then stop. Trigger only on an explicit /squirrel:pickup invocation, or an explicit request to resume or pick up this project's past work at the…

thgMatajs/squirrel-mode · 124 tokens