Skills at a Glance

🛡️ Supportive Reply

Detects crisis signals, generates supportive responses with escalation guidance.

Emotional Safety

📝 Safe Content Rewriter

Audits and rewrites text to remove harmful, stigmatising, or triggering patterns.

Emotional Safety

♿ Accessibility Audit

Scores pages against all 86 WCAG 2.2 success criteria (A/AA/AAA).

Accessibility

🧠 Cognitive Accessibility

Audits content for reading level, structure, and cognitive load.

Cognitive Support

🌍 Cultural Context Check

Flags cultural sensitivity issues for a given audience and region.

Cultural Context

🔥 De-escalation Plan

Generates structured de-escalation plans calibrated to conflict intensity.

Conflict Navigation

💬 Empathetic Reframe

Reframes messages with genuine empathy, catching hollow empathy patterns.

Communication

🧩 Neurodiversity Design

Audits UIs for ADHD, autism, dyslexia, and sensory sensitivity.

Neurodiversity

👶 Age-Inclusive Design

Audits user flows for age barriers across children, adults, and older users.

Age Inclusion

Quick Start

One command to clone, install, verify, and start:

git clone https://github.com/humanity4ai/project_human.git && cd project_human && pnpm install && pnpm check && pnpm evals && pnpm start

Or use the npm package directly:

npx @humanity4ai/mcp-servers

Configure your agent by adding this to your MCP client config:

{
  "mcpServers": {
    "humanity4ai": {
      "command": "pnpm",
      "args": ["--filter", "@humanity4ai/mcp-servers", "start"],
      "cwd": "/path/to/project_human"
    }
  }
}

All 9 skills are now available via tools/list and tools/call.

Docker: docker compose up | Prerequisites: Node.js ≥ 22, pnpm ≥ 10

Why Humanity4AI?

AI agents are everywhere — but they're not always humane. Humanity4AI gives agents reusable, tested skills for the moments that matter: detecting a user in crisis, auditing content for accessibility, catching harmful language patterns, and more. Every skill includes explicit safety boundaries, uncertainty disclosure, and evaluation gates.

First Contribution

Pick a starter task and open a PR in under 10 minutes.