reputation-audit

reputation-audit is a skill for Claude Code, Codex from nirholas/XActions. It costs 88 tokens per session (1,349 once invoked), scanned A, original, Apache-2.0.

A tool for reviewing your own X posts for professional, hostile, legal, and spam-related risks. It gives the account a 0–100 reputation score, letter grade, and shareable score card.

In plain words
What is it for?
Use it to audit your timeline, review flagged posts, and clean up posts marked as risky. It can be used through a browser script, command-line command, or API route.
Why use it?
It helps find posts that could embarrass you, harm work relationships, create legal concerns, or look like spam before someone else notices them.

Skill for Claude CodeCodex

Part of the xactions plugin — 50 skills, 1 command, 8 agents, 1 MCP server 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/nirholas/xactions/reputation-audit
Any agent
npx skills add nirholas/XActions --skill reputation-audit
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code, Codex.

Or install xactions, the plugin that ships this one along with the rest of its 50 skills, 1 command, 8 agents, 1 MCP server.

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 reputation-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirholas/xactions/reputation-audit.svg)](https://agentmods.dev/skills/nirholas/xactions/reputation-audit)
Your own site
<a href="https://agentmods.dev/skills/nirholas/xactions/reputation-audit"><img src="https://agentmods.dev/badge/skills/nirholas/xactions/reputation-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,349 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.00088 $0.01349
Opus 5 $0.00044 $0.00674
Sonnet 5 $0.00018 $0.00270
Haiku 4.5 $0.00009 $0.00135

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

Security

Grade A, and why

reputation-audit 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.

skills/reputation-audit/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reputation Audit

Scores your own posts against a risk rubric with one LLM call per post, then rolls the verdicts into a 0-100 reputation score, a letter grade, and the specific posts worth a second look. Three surfaces share one scoring engine (src/ai/reputationScorer.js): a browser script that also renders a downloadable, shareable score card image; a CLI command for scripting; and an API route for agents.

This audits your own content for risk, not someone else's account and not follower quality. For follower/network audits, use Community Health Monitoring. For bulk-deleting by age, keyword, or engagement rather than AI-judged risk, use Content Cleanup.

The rubric

Every post is scored 0 (no risk) to 100 (severe) on up to four dimensions in a single model call, plus an optional custom question:

Dimension Question
💼 Professional Would this embarrass the author to an employer, client, or business partner?
⚔️ Hostile Is this a personal attack on someone named or identifiable?
⚖️ Legal exposure Defamation, doxxing, a threat, leaked confidential info, an unkeepable promise?
🗑️ Low value Low-effort spam or filler that adds nothing?

The overall score for a post is the MAX across its dimensions, not the average: one severe dimension and three clean ones is still a post worth flagging. Verdict: flagged at 70+, review at 40-69, clean below 40 (FLAG_THRESHOLD / REVIEW_THRESHOLD in the scorer module).

The account-level reputation score blends the average risk across all scanned posts (60%) with the single worst post (40%), so one severe outlier still pulls the grade down even when everything else is clean.

The report carries dimensionAverages and dimensionPeaks side by side. Read and present the peak, not just the average: one post at 92 among four clean ones averages to 18, and reporting only that contradicts the grade the same report gives.

Read the full file on GitHub · 123 lines

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 · 123 lines · 88 tokens per session scan A a55640e28a38

Subscribe to this mod's changes

reputation-audit is a skill published in the GitHub repository nirholas/XActions (509 stars, last pushed yesterday), licensed Apache-2.0. It adds 88 tokens to every session and 1,349 once invoked, about $0.0004 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

stripe-projects

Use after E2B sandbox/API access has been provisioned through Stripe Projects and the user needs to use the resulting E2B API key with the E2B CLI, JavaScript SDK, Python SDK, or Code Interpreter SDK.

e2b-dev/E2B · 51 tokens

tape-opens

Stack-unwind review of this conversation - a tree of main tasks done (struck through) and every open left behind at the depth it was abandoned, sized by the thread's measured shape, never by feel. Optional argument - a .jsonl path or session id to review a different session.

enricoros/big-AGI · 60 tokens

powerpoint

Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.

the-open-agent/openagent · 48 tokens

bear-notes

Create, search, and manage Bear notes via grizzly CLI.

the-open-agent/openagent · 17 tokens

connect-agent

Connect the codebase's AI agent to LangWatch agent simulations, so test suites run against the real agent process. Adds a small connect function beside the service startup that calls the agent already in the codebase, which opens an outbound connection and registers the agent with its environment and its run…

langwatch/langwatch · 102 tokens

clawhub

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

the-open-agent/openagent · 63 tokens