consult-persona

consult-persona is a skill for Claude Code, Codex from AisKreme/thinqee. It costs 82 tokens per session (462 once invoked), scanned A, original, Apache-2.0.

A way to ask a person's thinqee persona for a view during a task through its public web API. The persona answers from that person's signed notes, cites sources, or declines when the notes do not cover the question.

In plain words
What is it for?
Use it to ask how someone would handle a work situation or practice, then pass on the answer, sources, or an honest decline.
Why use it?
It prevents generic advice or made-up opinions from being presented as the person's own view.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to ask how someone would handle a work situation or practice, then pass on the answer, sources, or an honest decline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiskreme/thinqee/consult-persona
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 AisKreme/thinqee --skill consult-persona
Clone the repo
git clone --depth 1 https://github.com/AisKreme/thinqee

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 consult-persona

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiskreme/thinqee/consult-persona.svg)](https://agentmods.dev/skills/aiskreme/thinqee/consult-persona)
Your own site
<a href="https://agentmods.dev/skills/aiskreme/thinqee/consult-persona"><img src="https://agentmods.dev/badge/skills/aiskreme/thinqee/consult-persona.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 462 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.00082 $0.00462
Opus 5 $0.00041 $0.00231
Sonnet 5 $0.00016 $0.00092
Haiku 4.5 $0.00008 $0.00046

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

Security

Grade A, and why

consult-persona scanned grade A 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST "$PERSONA_API/api/ask" \
skills/consult-persona/SKILL.md · 38 lines

What it actually says

consult-persona

Ask a person's thinqee persona a question through its public API. The persona answers only from its owner's signed notes, cites its sources, or honestly declines. Configure the endpoint once, then call it.

Configure

Set the persona's API base URL (the owner publishes this), e.g. https://ask.example.eu.

Call

curl -s -X POST "$PERSONA_API/api/ask" \
  -H 'Content-Type: application/json' \
  -d '{"question": "How would you run refinement with a skeptical team?"}'

Response: { answer, verdict, sources[], template_refs[], lane, language, cached }.

How to use the result — this is the important part

  • verdict: "answer" → relay it and cite sources. It's grounded in that person's notes.
  • verdict: "decline" → the persona won't discuss this (private/off-topic/injection). Surface the decline as-is. Do not rephrase the question to get around it, and do not answer on their behalf.
  • verdict: "no_coverage" → "not in their notes yet." That is a valid, expected result — relay it honestly; do not retry, paraphrase, or substitute a generic answer.
  • HTTP 429 / budget mode → back off; the API is rate-limited and free-tier friendly. Retry later.

Never present a generic best-practice as if it were this person's view. The whole point is the grounded, in-voice answer — or an honest "not in my notes."

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. 6d ago First seen · 38 lines · 82 tokens per session scan A 022932e84ce7

Subscribe to this mod's changes

consult-persona is a skill published in the GitHub repository AisKreme/thinqee (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 82 tokens to every session and 462 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.