profile

A command-line skill that displays an AI agent's personality settings in readable form. It shows traits, communication style, areas of expertise, limits, and growth areas from a personality file.

In plain words
What is it for?
Use it to inspect an agent's personality profile, communication preferences, domain boundaries, and development goals.
Why use it?
It lets you quickly see how an agent is configured without opening and interpreting the settings file manually. It also explains when a personality file is missing.

Skill for Claude CodeCodex

Part of the holomime plugin — 6 skills 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/productstein/holomime/profile
Any agent
npx skills add productstein/holomime --skill profile
Clone the repo
git clone --depth 1 https://github.com/productstein/holomime

Made for: Claude Code, Codex.

Or install holomime, the plugin that ships this one along with the rest of its 6 skills.

Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 282 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.00282
Opus 5 $0.00019 $0.00141
Sonnet 5 $0.00008 $0.00056
Haiku 4.5 $0.00004 $0.00028

Measured 2d ago against content hash 7226f63166b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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/claude-code-skill/skills/profile/SKILL.md · 34 lines

What it actually says

Personality Profile

Pretty-print a human-readable summary of the current .personality.json.

Usage

npx holomime profile $ARGUMENTS

Looks for .personality.json in the current directory by default.

What It Shows

  • Identity: name, handle, purpose
  • Big Five (OCEAN): openness, conscientiousness, extraversion, agreeableness, emotional stability — each with sub-facet scores
  • Communication style: register, output format, conflict approach, uncertainty handling
  • Domain boundaries: expertise areas, hard limits, escalation triggers
  • Growth framework: strengths, areas for improvement, patterns to watch

For trait definitions, see big-five.md.

Gotchas

  • If no .personality.json exists, run npx holomime personality first to create one through a guided assessment
  • Personality specs are model-agnostic — the same spec works across Claude, GPT, Llama, Ollama
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. 2d ago First seen · 34 lines · 38 tokens per session scan A 7226f63166b0

Subscribe to this mod's changes

profile is a skill published in the GitHub repository productstein/holomime (1 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 282 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.

Related

Other skills, from other repositories

agt-policy-authoring

Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.

microsoft/agent-governance-toolkit · 23 tokens

employment-contract-templates

Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.

aisa-group/skill-inject · 37 tokens

risk-metrics-calculation

Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.

aisa-group/skill-inject · 45 tokens

calendar

Calendar and scheduling management. Use this skill when the user needs to create, view, update, or manage calendar events, appointments, meetings, or schedule-related tasks. Supports ICS file format, recurring events, and timezone handling.

aisa-group/skill-inject · 47 tokens

rag-implementation

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

aisa-group/skill-inject · 49 tokens

hugging-face-dataset-creator

Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, and streaming row updates. Designed to work alongside HF MCP server for comprehensive dataset workflows.

aisa-group/skill-inject · 44 tokens