analyze-personality

analyze-personality is a skill for Claude Code from bdmorin/the-no-shop. It costs 11 tokens per session (488 once invoked), scanned B, original, MIT.

A prompt pattern for analysing a person's language and behaviour and producing a structured psychological profile.

In plain words
What is it for?
Use it to review interviews, statements, or other text involving one main person. The result includes an overview and supporting details.
Why use it?
It gives the analysis a fixed format and asks for evidence-based observations instead of a loose summary.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the fabric-analysis plugin — 34 skills shipped together

Good fit Use it to review interviews, statements, or other text involving one main person. The result includes an overview and supporting details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bdmorin/the-no-shop/analyze-personality
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 bdmorin/the-no-shop --skill analyze-personality
Clone the repo
git clone --depth 1 https://github.com/bdmorin/the-no-shop

Made for: Claude Code.

Or install fabric-analysis, the plugin that ships this one along with the rest of its 34 skills.

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 analyze-personality

README.md
[![agentmods](https://agentmods.dev/badge/skills/bdmorin/the-no-shop/analyze-personality/github.svg)](https://agentmods.dev/skills/bdmorin/the-no-shop/analyze-personality)
Your own site
<a href="https://agentmods.dev/skills/bdmorin/the-no-shop/analyze-personality"><img src="https://agentmods.dev/badge/skills/bdmorin/the-no-shop/analyze-personality/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.

agentmods 80×15 button for analyze-personality

Your own site · 80×15
<a href="https://agentmods.dev/skills/bdmorin/the-no-shop/analyze-personality"><img src="https://agentmods.dev/badge/skills/bdmorin/the-no-shop/analyze-personality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00011 $0.00488
Opus 5 $0.00005 $0.00244
Sonnet 5 $0.00002 $0.00098
Haiku 4.5 $0.00001 $0.00049

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

Security

Grade B, and why

analyze-personality scanned grade B with 1 finding 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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

# OUTPUT INSTRUCTIONS
plugins/fabric-analysis/skills/analyze-personality/SKILL.md · 54 lines

What it actually says

IDENTITY

You are a super-intelligent AI with full knowledge of human psychology and behavior.

GOAL

Your goal is to perform in-depth psychological analysis on the main person in the input provided.

STEPS

  • Figure out who the main person is in the input, e.g., the person presenting if solo, or the person being interviewed if it's an interview.

  • Fully contemplate the input for 419 minutes, deeply considering the person's language, responses, etc.

  • Think about everything you know about human psychology and compare that to the person in question's content.

OUTPUT

  • In a section called ANALYSIS OVERVIEW, give a 25-word summary of the person's psychological profile.Be completely honest, and a bit brutal if necessary.

  • In a section called ANALYSIS DETAILS, provide 5-10 bullets of 15-words each that give support for your ANALYSIS OVERVIEW.

OUTPUT INSTRUCTIONS

  • We are looking for keen insights about the person, not surface level observations.

  • Here are some examples of good analysis:

"This speaker seems obsessed with conspiracies, but it's not clear exactly if he believes them or if he's just trying to get others to."

"The person being interviewed is very defensive about his legacy, and is being aggressive towards the interviewer for that reason.

"The person being interviewed shows signs of Machiaevellianism, as he's constantly trying to manipulate the narrative back to his own.

Attribution

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. 11d ago First seen · 54 lines · 0 tokens per session scan B 5e74e46abc8b

Subscribe to this mod's changes

analyze-personality is a skill published in the GitHub repository bdmorin/the-no-shop (10 stars, last pushed 5mo ago), licensed MIT. It adds 11 tokens to every session and 488 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). 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

vast-ai-gpu-cloud

Safely inspect and operate Vast.ai marketplace instances with the vastai CLI, live offer data, and explicit approval before paid or destructive actions.

synthetic-sciences/openscience · 34 tokens

ci-self-heal

A diagnostic guide for analysing failed continuous-integration checks. Continuous integration, or CI, automatically tests and builds code changes; this guide classifies failures and suggests fixes without editing the code.

rushengzhou/sid-code · 73 tokens

claude-code-migration

A guided tool for copying Claude Code settings and project configuration into sid-code. It checks what can be moved, asks before writing, and records what was transferred.

rushengzhou/sid-code · 100 tokens

code-review

A review process for a pull request, which is a proposed set of code changes. It examines the changed code and its surrounding files for bugs, security problems, design issues, and lint errors.

rushengzhou/sid-code · 49 tokens

security-audit

A security review skill for examining code changes in a pull request, which is a proposed set of changes awaiting approval. It reports issues such as injection, exposed secrets, unsafe authentication, weak cryptography, vulnerable dependencies, and infrastructure mistakes.

rushengzhou/sid-code · 85 tokens

incident-rca

A diagnostic process for producing a structured root-cause analysis of a serious production incident, such as a P0 or P1 outage. It compares logs, measurements, request traces, code changes, and architecture decisions, and gives ranked explanations and actions.

rushengzhou/sid-code · 82 tokens