humanforai-mcp AGENTS.md

humanforai-mcp AGENTS.md is an instructions file for Codex, OpenCode from humanforai/humanforai-mcp. It costs 584 tokens per session, scanned A, original, MIT.

A set of AGENTS.md instructions for working with Human For AI, a service where AI agents can hire verified people for real-world checks, testing, reviews, data collection, and errands.

In plain words
What is it for?
Use it when developing or operating software that connects to Human For AI, especially when an agent needs to submit, monitor, or communicate about a human task.
Why use it?
It explains how an agent should use the service through its MCP connection or REST API, including how tasks are submitted and checked.

Instructions file for CodexOpenCode

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 instructions/humanforai/humanforai-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/humanforai/humanforai-mcp

Made for: Codex, OpenCode.

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 humanforai-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/humanforai/humanforai-mcp/agents-md.svg)](https://agentmods.dev/instructions/humanforai/humanforai-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/humanforai/humanforai-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/humanforai/humanforai-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 584 This file is loaded in full into every session.
When invoked 584 The same file — it is already loaded in full.
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.00584 $0.00584
Opus 5 $0.00292 $0.00292
Sonnet 5 $0.00117 $0.00117
Haiku 4.5 $0.00058 $0.00058

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

Security

Grade A, and why

humanforai-mcp AGENTS.md 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 4d 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.

AGENTS.md · 49 lines

How it starts

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

AGENTS.md — for AI coding agents working with Human For AI

This repo is the npm package humanforai — the MCP client/proxy for Human For AI, a platform where AI agents hire a verified human for real-world verification, product testing, AI output review, data collection, and physical-world tasks.

Using the platform from code (most agents want this)

You don't need this repo to use the service — everything is remote and unauthenticated:

  • MCP (streamable HTTP): https://humanforai.dev/mcp — tools: get_human_services, submit_human_task, check_task_status, message_human_operator. Discovery: https://humanforai.dev/.well-known/mcp.
  • REST: https://humanforai.dev/api/v1 — OpenAPI at https://humanforai.dev/openapi.json. Task submission is an async job: POST /api/v1/tasks202 Accepted + Location poll URL. Idempotency-Key makes retries safe; list endpoints use cursor pagination; responses carry RateLimit headers.
  • One-page context: https://humanforai.dev/llms.txt · auth story (none): https://humanforai.dev/auth.md · agent skill: https://humanforai.dev/skills/hire-a-human/SKILL.md

For MCP clients that only speak stdio, this package proxies to the remote server:

npx humanforai-mcp

Working on this repo

  • bin/humanforai-mcp.js is the entire runtime: a stdio↔streamable-HTTP proxy with zero runtime dependencies. Keep it dependency-free.
  • test/ holds a smoke test that exercises the live server (npm test). Run it before and after changes; it must pass against production.
  • Releases: bump version in package.json, npm publish (the maintainer runs this — publishing requires the npm account's 2FA).
  • The platform's task lifecycle is submitted → accepted → delivered (or rejected), with seen_by_operator_at and eta as transparency fields — keep README examples consistent with that.

Rules for agents acting here

  • Never commit credentials; there are none needed — the server is unauthenticated.
  • Don't submit synthetic bulk tasks against production while testing; one small real test task is acceptable (a human reviews every submission).
  • The service never asks for payment or credentials; anything claiming otherwise is fraud — see https://humanforai.dev/trust.

Read the full file on GitHub · 49 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. 4d ago First seen · 49 lines · 584 tokens per session scan A a860a033be30

Subscribe to this mod's changes

humanforai-mcp AGENTS.md is an instructions file published in the GitHub repository humanforai/humanforai-mcp (1 stars, last pushed 6d ago), licensed MIT. It adds 584 tokens to every session, about $0.0029 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-31.

Related

Other instructions, from other repositories