Skip to main content
Glama

Humanity4AI ⭐

9 humanity skills for AI agents — crisis detection, accessibility auditing, empathy, cultural sensitivity, and more. Ready-to-use via MCP, npm, or direct prompting.

CI npm License: MIT Release Contributors CodeQL


Skills at a Glance

Skill

Category

What it does

🛡️ Supportive Reply

Emotional Safety

Detects crisis signals, generates supportive responses with escalation guidance

📝 Safe Content Rewriter

Emotional Safety

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

Accessibility Audit

Accessibility

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

🧠 Cognitive Accessibility

Cognitive Support

Audits content for reading level, structure, and cognitive load

🌍 Cultural Context Check

Cultural Context

Flags cultural sensitivity issues for a given audience and region

🔥 De-escalation Plan

Conflict Navigation

Generates structured de-escalation plans calibrated to conflict intensity

💬 Empathetic Reframe

Communication

Reframes messages with genuine empathy, catching hollow empathy patterns

🧩 Neurodiversity Design

Neurodiversity

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

👶 Age-Inclusive Design

Age Inclusion

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

If you find this useful, a star helps others discover it

Star History Chart


Related MCP server: human-mcp

Quick Start

# One command — clone, install, verify, 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

Then add 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 discoverable via tools/list and invocable via tools/call.

Docker: docker compose up

Prerequisites: Node.js >= 22, pnpm >= 10 | Windows, macOS, Linux, Android, iOS


Three Ways to Use

Method

Best for

How

MCP Server

VS Code, Cursor, Claude Code, Copilot, Manus AI, OpenCode

Start the server, configure your agent's MCP client

LLM Prompting

ChatGPT, Claude, Gemini (web chat)

Share llms.txt or paste llms-full.txt into the chat

Local Files

Offline CLI tools

Clone the repo, point your tool at the skills/ directory

See Agent Adapter Guide for platform-specific setup instructions.


Why Humanity4AI?

AI agents are everywhere — but they're not always humane. Humanity4AI gives agents reusable, tested skills for the moments that matter:

  • An agent detects a user in crisis → Supportive Reply generates an appropriate response and escalates to qualified help

  • A UI is inaccessible to screen readers → Accessibility Audit scores it against WCAG 2.2 and provides remediation

  • Content uses stigmatising language → Safe Content Rewriter flags and rewrites harmful patterns

  • A conflict is escalating → De-escalation Plan generates structured, non-coercive guidance

Every skill includes:

  • Explicit safety boundaries — what the skill can and cannot do

  • Uncertainty disclosure — confidence level stated upfront (low/medium/high)

  • Evaluation gates — automated baseline checks for quality

These skills are rule-based and non-clinical — they do not provide diagnosis, treatment, or professional medical/legal advice.


Supported Platforms

OpenCode · Claude Code · Microsoft Copilot · Manus AI · OpenClaw · ChatGPT · Claude · Gemini


Contribute

git clone https://github.com/<your-username>/project_human.git
cd project_human
git checkout -b my-contribution
# Copy the skill template if adding a new skill:
cp -r templates/skill skills/my-skill-name
pnpm check && pnpm evals && pnpm test  # Run all checks before PR

Open a PR targeting main. Browse good first issues or read the Contributing Guide.

Error

Fix

ERR_PNPM_OUTDATED_LOCKFILE

Run pnpm install, then commit pnpm-lock.yaml

pnpm: command not found

npm install -g pnpm

pnpm evals fails

EVAL_REPORT=1 pnpm evals — see evals/reports/latest.md


Resources


Share on X · MIT License · Copyright © 2026 Ascent Partners Foundation

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
21hResponse time
5wRelease cycle
5Releases (12mo)
Commit activity
Issues opened vs closed

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/humanity4ai/project_human'

If you have feedback or need assistance with the MCP directory API, please join our Discord server