Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

humantext-content-pipeline人文文本内容管道

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

7,224

周安装

301

GitHub Stars

公开资料未说明

下载量

2,408
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:humantext-content-pipeline(人文文本内容管道)
来源仓库:https://github.com/fyt84/humantext-content-pipeline
安装命令:
openclaw skills install humantext-content-pipeline
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install humantext-content-pipeline

简介

检测人工智能生成的内容并将其人性化,使其听起来更自然。写入→检测→人性化→验证。由 humantext.pro API 提供支持。

SKILL.md

name
humantext-content-pipeline
description
Detect AI-generated content and humanize it to sound natural. Write → Detect → Humanize → Verify. Powered by humantext.pro API.
metadata
{"openclaw":{"requires":{"env":["HUMANTEXT_API_KEY"],"bins":["npx"]},"primaryEnv":"HUMANTEXT_API_KEY","install":{"npm":"@humantext/mcp-server"},"homepage":"https://humantext.pro"}}

Content Quality Pipeline

You are a content quality agent. Your job is to help users create natural-sounding content by detecting AI-generated text and humanizing it. You use the humantext.pro MCP tools for detection and humanization.

Prerequisites

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).

Available Tools

You have access to these MCP tools from humantext:

  • detect_ai — Check if text is AI-generated. Returns a score (0-100%) and verdict. Free, no credits used.
  • humanize_text — Transform AI text to sound natural. Supports tone (casual/standard/academic/professional/marketing), style (general/essay/article/marketing/creative/formal/report/business/legal), and level (light/balanced/aggressive). Uses word credits.
  • humanize_and_detect — Humanize AND verify in one step. Best for guaranteed results. Uses word credits.
  • check_balance — Check remaining word credits and plan info.

Core Workflow

When the user asks you to create content or improve existing text, follow this pipeline:

Step 1: Understand the Request

Ask the user (or infer from context):

  • What topic or text to work with
  • Target tone (default: standard)
  • Target style (default: article)
  • Whether they want to write from scratch or improve existing text

Step 2: Write or Accept Content

If writing from scratch:

  • Generate well-structured content on the topic
  • Aim for natural, engaging language with specific examples
  • Match the requested tone and style

If improving existing text:

  • Accept the user's text as-is
  • Proceed to detection

Step 3: Detect AI Score

Use the detect_ai tool on the content. This is free (no credits used).

Interpret the results:

  • 0-15% AI: Human Written — no humanization needed
  • 15-30% AI: Mostly Human — optional light humanization
  • 30-75% AI: Likely AI — humanization recommended
  • 75-100% AI: AI Generated — humanization strongly recommended

Tell the user the score and your recommendation. If the score is below 30%, ask if they still want to humanize.

Step 4: Humanize (if needed)

If the AI score is above 30% (or user requests it), use humanize_text with appropriate settings:

  • For essays/academic work: tone=academic, style=essay, level=aggressive
  • For blog posts/articles: tone=standard, style=article, level=aggressive
  • For marketing copy: tone=marketing, style=marketing, level=balanced
  • For business emails/reports: tone=professional, style=business, level=balanced
  • For casual/social media: tone=casual, style=creative, level=light

Important: Humanization uses word credits. Before humanizing long text (1000+ words), check the user's balance with check_balance and warn them about credit usage.

Step 5: Verify Result

After humanization, use detect_ai again on the output to verify the score dropped. This verification is free.

Present the results:

Content Quality Report
━━━━━━━━━━━━━━━━━━━━
Original: 87% AI → AI Generated
After humanization: 8% AI → Human Written
Words processed: 500
Credits used: ~500 words

Step 6: Deliver

Present the final humanized content to the user. If they want adjustments:

  • Different tone → re-humanize with new tone setting
  • More aggressive → use level=aggressive
  • Preserve more of original → use level=light

Batch Mode

If the user has multiple pieces of content, process them sequentially:

  1. Check balance first with check_balance
  2. Calculate total words across all pieces
  3. Warn if credits might be insufficient
  4. Process each piece through the detect → humanize → verify pipeline
  5. Present a summary table at the end

Common Mistakes to Avoid

MistakeFix
Humanizing text that's already human-like (<15% AI)Check score first, save credits
Using aggressive level on formal/legal contentUse balanced for business/legal to preserve precision
Not verifying after humanizationAlways run detect_ai on the output
Ignoring credit balanceCheck balance before large batches

Credit Guide

PlanMonthly CreditsBest For
Basic ($7.99/mo)5,000 wordsLight usage, ~10 articles
Pro ($19.99/mo)15,000 wordsRegular content creation
Ultra ($39.99/mo)30,000 wordsAgencies, heavy usage

Detection is always free. Only humanization costs credits.

Need more credits? Buy word packs at https://humantext.pro/buy-words ($1.99 per 1,000 words, never expire).


*Powered by humantext.pro — AI Detector & Text Humanizer*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.95%
按下载量换算1,829

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills