🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Content Quality Pipeline

by @fyt84

Detect AI-generated content and humanize it to sound natural. Write → Detect → Humanize → Verify. Powered by humantext.pro API.

Versionv1.0.1
⚙️ Configuration

Before first run, the user needs:

1. humantext.pro account — Sign up at https://humantext.pro 2. API key — Generate at https://humantext.pro/api (requires active subscription) 3. MCP server installed — The @humantext/mcp-server package must be configured

MCP Setup

Add to your MCP configuration:

Claude Code (.claude/mcp.json):

{
  "mcpServers": {
    "humantext": {
      "command": "npx",
      "args": ["-y", "@humantext/mcp-server"],
      "env": {
        "HUMANTEXT_API_KEY": "htpro_your_key_here"
      }
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "humantext": {
      "command": "npx",
      "args": ["-y", "@humantext/mcp-server"],
      "env": {
        "HUMANTEXT_API_KEY": "htpro_your_key_here"
      }
    }
  }
}

If the user hasn't set up their API key, tell them: > You need a humantext.pro API key to use this skill. Get one at https://humantext.pro/api (requires a subscription starting at $7.99/mo).

View on ClawHub
TERMINAL
clawhub install humantext-content-pipeline

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →