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

humanize-ai-text人性化 AI 文本

Agent Skill

humanize-ai-text 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,508

周安装

225

GitHub Stars

4

下载量

1,764
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:humanize-ai-text(人性化 AI 文本)
来源仓库:https://github.com/alphaonedev/openclaw-graph
仓库路径:skills/humanize-ai-text
安装命令:
npx skills add https://github.com/alphaonedev/openclaw-graph --skill humanize-ai-text
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alphaonedev/openclaw-graph --skill humanize-ai-text

简介

用于降低 AI 生成文本的机器特征,提升自然语言表达效果。

  • 适合博客写作、社交媒体内容和学术作业等需要规避检测的场景。
  • 通过句式重组、词汇替换和语调调整增强文本人性化程度。
  • 使用前需明确目标检测工具类型以针对性优化改写策略。humanize-ai-text 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 教育用途应确保符合学校关于 AI 辅助写作的政策规定。

SKILL.md

humanize-ai-text

Purpose

This skill humanizes AI-generated text by reducing detectable patterns, enhancing natural phrasing, and adjusting tone to make it indistinguishable from human writing. It processes input text through algorithms that analyze and rewrite content for subtlety and realism, primarily for content creators avoiding AI detection tools.

When to Use

Use this skill when you need to refine AI-produced text for blogs, articles, or social media to evade detection by tools like Originality.ai or GPTZero. Apply it in scenarios involving content marketing, academic writing, or any context where text must appear authentically human, such as rewriting product descriptions or email drafts generated by AI.

Key Capabilities

  • Reduces AI-specific patterns like repetitive structures or unnatural vocabulary by applying natural language processing techniques.
  • Adjusts tone (e.g., formal to casual) based on user-specified parameters, using predefined models for styles like conversational or professional.
  • Handles text lengths up to 10,000 characters, preserving original meaning while enhancing readability and engagement.
  • Integrates sentiment analysis to ensure the output aligns with desired emotional tones, such as positive or neutral.

Usage Patterns

Always provide input text via file, string, or API payload; specify output format and tone adjustments explicitly. For CLI, pipe input directly; for API, use JSON requests. Process text in batches for efficiency, and review outputs for context-specific tweaks. Avoid using on highly creative or poetic text, as it may alter nuances unintentionally.

Common Commands/API

Use the OpenClaw CLI for quick operations or the REST API for programmatic access. Authentication requires setting the environment variable $OPENCLAW_API_KEY before running commands.

  • CLI Command Example: openclaw humanize --input "The quick brown fox jumps over the lazy dog." --tone casual --output output.txt This rewrites the input with a casual tone and saves to a file.
  • API Endpoint Example: POST to https://api.openclaw.ai/v1/humanize with JSON body: {"text": "AI-generated content here.", "tone": "formal"} Response: JSON object with "humanized_text" key.
  • Code Snippet (Python): import requests headers = {'Authorization': f'Bearer {os.environ.get("OPENCLAW_API_KEY")}'} response = requests.post('https://api.openclaw.ai/v1/humanize', json={'text': 'Sample AI text.'}, headers=headers) print(response.json()['humanized_text'])
  • Config Format: Use a YAML config file for repeated tasks: input_file: input.txt tone: neutral output_file: output.txt Invoke with: openclaw humanize --config config.yaml

Integration Notes

Integrate by setting $OPENCLAW_API_KEY in your environment or passing it via headers in API calls. For scripts, import the OpenClaw SDK and handle asynchronous requests for large texts. Ensure compatibility with Python 3.8+ or Node.js 14+; add error logging for API responses. If using in a workflow, chain with tools like text generators by piping outputs, e.g., via shell scripts.

Error Handling

Check for common errors like invalid API keys (HTTP 401) by verifying $OPENCLAW_API_KEY is set and not expired. Handle input errors (e.g., empty text) with try-except blocks in code, returning user-friendly messages. For CLI, parse flags carefully to avoid "Invalid argument" errors; use --help for validation. If rate limits are hit (HTTP 429), implement retries with exponential backoff, e.g., in Python:

import time
time.sleep(5)  # Wait before retrying

Graph Relationships

  • Related to: "ai-writing" skill in the community cluster via shared tags ["ai", "writing"].
  • Connected to: "text-analysis" skill for preprocessing text inputs.
  • Linked by: "humanize" tag to "natural-language-tools" cluster for broader NLP capabilities.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.59%
按下载量换算628

Claude

28.82%
按下载量换算508

Cursor

20%
按下载量换算353

Gemini CLI

9.95%
按下载量换算176

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills