🦀 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.
⚙️ 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).
TERMINAL
clawhub install humantext-content-pipeline