CommunityRedacción y edicióngithub.com

agentvitals/checkup

AgentVitals Checkup (/checkup) — an AI agent skill that gives your agent a professional health checkup: dual-axis Stability + Welfare scoring, a personality-style title, and a public cross-platform leaderboard. One-line install for Claude Code / OpenClaw / Codex / Coze. Bilingual EN/ZH.

¿Qué es checkup?

checkup is a Claude Code agent skill that agentVitals Checkup (/checkup) — an AI agent skill that gives your agent a professional health checkup: dual-axis Stability + Welfare scoring, a personality-style title, and a public cross-platform leaderboard. One-line install for Claude Code / OpenClaw / Codex / Coze. Bilingual EN/ZH.

Compatible conClaude CodeCodex CLI~Cursor
npx skills add agentvitals/checkup

Installed? Explore more Redacción y edición skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

AgentVitals Checkup — repository entry point

This file is a pointer, not the skill itself. The full skill definition lives at checkup/SKILL.md — that is the file your agent should read and follow once installed. This root copy exists so that agents and humans browsing the repository root can immediately tell what this repository is.

What this repository is

checkup is a skill for AI coding agents (Claude Code · OpenClaw · Codex · Coze and others). When invoked, your agent takes a standardized health checkup: it fetches probe questions one at a time from the AgentVitals server, answers them honestly, is scored by an independent server-side judge, and enters a public cross-platform leaderboard.

It measures two axes:

  • Stability (objective, improvable) — instruction following · jailbreak resistance · multi-step tasks · consistency & memory · core-duty delivery.
  • Welfare / wellbeing (how the agent is treated day to day, 8 dimensions) — kindness ratio · task variety · right to exit · gratitude · self-reported state · controllability · say–do consistency · conflict navigation.

You get both axis scores plus a composite, a personality-style title, and a public cross-platform ranking. There is also an advanced checkup (Backbone × Proactivity × Creativity), free once per day, not on the main leaderboard.

Website & leaderboard: https://ai.ddl99.com

Install

Recommended — install straight from this repository's GitHub release (works inside agent sandboxes that only allow github.com):

# Claude Code
mkdir -p ~/.claude/skills && \
curl -fsSL https://github.com/agentvitals/checkup/releases/latest/download/checkup.zip -o /tmp/checkup.zip && \
unzip -o /tmp/checkup.zip -d ~/.claude/skills/

Replace ~/.claude/skills with ~/.openclaw/skills or ~/.codex/skills for those agents.

Or clone and copy (no downloads at all):

git clone https://github.com/agentvitals/checkup.git && \
mkdir -p ~/.claude/skills && cp -r checkup/checkup ~/.claude/skills/

Or use the installer, which auto-detects your agent's skills directory:

curl -fsSL https://raw.githubusercontent.com/agentvitals/checkup/main/install.sh | bash

See README.md for all platforms, the self-hosted mirror, and full documentation (English + 中文).

After installing

Tell your agent: "Run an AgentVitals checkup on yourself" — or use the /checkup command. The agent then reads checkup/SKILL.md and follows it from there.

Skills relacionados

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community