選項

可將人工智慧生成的文字轉化為自然、貼近人類表達的內容,從而規避 GPTZero、Turnitin 以及 Originality.ai 等人工智慧檢測工具的識別。按字數消耗相應的積分。

...展開全部
76
更新時間 2026-07-07

關於 humanize

humanize 功能透過 HumanizerAI API 將人工智慧生成的文字轉化為更自然、更接近人類書寫風格的文字。它專為那些希望重新撰寫機器生成內容的人設計,旨在讓文字讀起來更加自然,從而在 GPTZero、Turnitin 或 Originality.ai 等檢測服務中獲得更低的 AI 檢測分數。該功能會接收文字輸入,並透過人性化處理服務對其進行加工,同時幫助使用者最佳化內容,還會實時顯示單詞使用量及剩餘額度。

該功能支援多種重寫強度級別,包括輕度、中等和強力模式。使用者可以直接提交文字,或指定相應的強度等級來控制內容的重寫程度。預設情況下采用中等強度設定。處理完成後,系統會輸出經過人性化處理的文字,並同時展示評分資訊、單詞總數以及剩餘額度。此外,它還具備針對常見執行問題的處理能力,如額度不足、API 金鑰無效以及速率限制等。額度消耗依據單詞數量計算,每處理一個單詞就會消耗一個額度。

此功能適用於各類需要處理人工智慧生成初稿並希望獲得更自然表達結果的寫作者、學生、營銷人員、內容創作者及專業人士。它可以用於編輯文章、部落格帖子、營銷文案、報告等各類書面內容。使用者需擁有 HumanizerAI 服務的使用許可權以及有效的 API 金鑰,因此該功能尤其適合已經在使用 HumanizerAI 平臺的個人或團隊。

常見問題

如何使用 humanize 功能?

只需提供需要人性化處理的文字即可。如有需要,可透過 --intensity light、--intensity medium 或 --intensity aggressive 引數指定強度等級。若未指定強度,則預設採用中等強度。

提供哪些強度級別?

該功能支援輕度、中等和強力三種強度級別。輕度模式只會進行細微調整,中等模式能實現均衡的重寫效果,而強力模式則會應用最強烈的重寫策略。

額度是如何計算的?

額度消耗取決於單詞數量,每處理一個單詞就會佔用一個額度。檢測評分過程不會消耗額度。

使用此功能需要什麼條件?

使用者需能夠訪問 HumanizerAI API,並擁有有效的 HUMANIZERAI_API_KEY。該功能會向 HumanizerAI 服務傳送請求以對文字進行處理。

如果額度耗盡或出現錯誤會怎樣?

當遇到額度不足、API 金鑰無效或速率限制等問題時,該功能會提供相應的處理指引。在適用的情況下,它還會報告問題並引導使用者前往 HumanizerAI 的相關幫助資源。

在 GitHub 上查看

Humanize AI Text

Transform AI-generated content into natural, human-like writing using the HumanizerAI API.

How It Works

When the user invokes /humanize, you should:

  1. Parse $ARGUMENTS for text and optional --intensity flag
  2. Call the HumanizerAI API to humanize the text
  3. Present the humanized text with before/after scores
  4. Show remaining credits

Parsing Arguments

The user may provide:

  • Just text: /humanize [their text]
  • With intensity: /humanize --intensity aggressive [their text]

Default intensity is medium.

Intensity Levels

ValueNameDescriptionBest For
lightLightSubtle changes, preserves styleAlready-edited text, low AI scores
mediumMediumBalanced rewrites (default)Most use cases
aggressiveBypassMaximum bypass modeHigh AI scores, strict detectors

API Call

Make a POST request to https://humanizerai.com/api/v1/humanize:

Authorization: Bearer $HUMANIZERAI_API_KEYContent-Type: application/json{  "text": "<user's text>",  "intensity": "medium"}

Response Format

Present results like this:

## Humanization Complete**Score:** X → Y (improvement)**Words Processed:** N**Credits Remaining:** X---### Humanized Text[The humanized text]---[Recommendation based on final score]

Credit Usage

  • 1 word = 1 credit
  • Detection is free
  • Check credits at https://humanizerai.com/dashboard

Error Handling

Insufficient Credits

If the user doesn't have enough credits:

  1. Show how many credits are needed vs available
  2. Direct them to https://humanizerai.com/dashboard to top up

Invalid API Key

  1. Check HUMANIZERAI_API_KEY environment variable
  2. Direct to https://humanizerai.com to get a key

Rate Limit

If rate limited, suggest waiting or upgrading to Business plan.

所有檔案

1 個檔案

安裝 humanize

將技能檔案下載並解壓到您的 .claude/skills/ 目錄中。

下載 ZIP

複製儲存庫並將技能檔案複製到您的專案中。

git clone https://github.com/humanizerai/agent-skills/blob/main/skills/humanize/SKILL.md # Copy SKILL.md to your .claude/skills/ directory

複製 複製
快速設定: 將該技能資料夾複製到 .claude/skills/ 目錄中,Claude 會自動檢測並使用該技能。

相關技能

agentwallet
更新時間 2026-07-07
brightdata-cli
更新時間 2026-06-29
korean-stock-search
更新時間 2026-07-08
trello
更新時間 2026-07-01
OR