9 Skill Packs
Accessibility, emotional safety, inclusive design, and communication patterns.
Humanity4AI Windows ยท macOS ยท Linux ยท Android ยท iOS
Open skill packs with explicit safety boundaries, MCP action contracts, and quality gates for OpenCode, Claude Code, Copilot, Manus AI, OpenClaw, and more.
Windows, macOS, or Linux โ Node.js โฅ 20 + pnpm โฅ 10 required. Or use the one-line installer: bash install.sh
# Step 1 โ Install & Verify
git clone https://github.com/humanity4ai/project_human.git
cd project_human && pnpm install && pnpm check && pnpm evals
# Step 2 โ Start the MCP server
pnpm start
Step 3 โ 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.
Humanity4AI argues that intelligence without humanity is not progress. AI systems that influence human outcomes must respect dignity, communicate uncertainty honestly, and escalate to qualified human support when risk exceeds model competence.
Accessibility, emotional safety, inclusive design, and communication patterns.
Action IDs, JSON schemas, and runtime stubs for integration across agent platforms.
Automated baseline checks for skill completeness and contract consistency.
pnpm install
pnpm check
pnpm evals
pnpm start
Pick a starter task and open a PR in under 10 minutes.