{"id":"c5941ed3-d006-42b8-bf28-9d0f9bb785e8","shortId":"VCQzef","kind":"skill","title":"humanize","tagline":"Transform AI-generated text into natural, human-like content that bypasses AI detectors like GPTZero, Turnitin, and Originality.ai. Uses credits based on word count.","description":"# Humanize AI Text\n\nTransform AI-generated content into natural, human-like writing using the HumanizerAI API.\n\n## How It Works\n\nWhen the user invokes `/humanize`, you should:\n\n1. Parse $ARGUMENTS for text and optional --intensity flag\n2. Call the HumanizerAI API to humanize the text\n3. Present the humanized text with before/after scores\n4. Show remaining credits\n\n## Parsing Arguments\n\nThe user may provide:\n- Just text: `/humanize [their text]`\n- With intensity: `/humanize --intensity aggressive [their text]`\n\nDefault intensity is `medium`.\n\n## Intensity Levels\n\n| Value | Name | Description | Best For |\n|-------|------|-------------|----------|\n| `light` | Light | Subtle changes, preserves style | Already-edited text, low AI scores |\n| `medium` | Medium | Balanced rewrites (default) | Most use cases |\n| `aggressive` | Bypass | Maximum bypass mode | High AI scores, strict detectors |\n\n## API Call\n\nMake a POST request to `https://humanizerai.com/api/v1/humanize`:\n\n```\nAuthorization: Bearer $HUMANIZERAI_API_KEY\nContent-Type: application/json\n\n{\n  \"text\": \"<user's text>\",\n  \"intensity\": \"medium\"\n}\n```\n\n## Response Format\n\nPresent results like this:\n\n```\n## Humanization Complete\n\n**Score:** X → Y (improvement)\n**Words Processed:** N\n**Credits Remaining:** X\n\n---\n### Humanized Text\n\n[The humanized text]\n\n---\n\n[Recommendation based on final score]\n```\n\n## Credit Usage\n\n- 1 word = 1 credit\n- Detection is free\n- Check credits at https://humanizerai.com/dashboard\n\n## Error Handling\n\n### Insufficient Credits\nIf the user doesn't have enough credits:\n1. Show how many credits are needed vs available\n2. Direct them to https://humanizerai.com/dashboard to top up\n\n### Invalid API Key\n1. Check HUMANIZERAI_API_KEY environment variable\n2. Direct to https://humanizerai.com to get a key\n\n### Rate Limit\nIf rate limited, suggest waiting or upgrading to Business plan.","tags":["humanize","agent","skills","humanizerai","agent-skills","agentic","claude-code","codex","dete","humanizer"],"capabilities":["skill","source-humanizerai","skill-humanize","topic-agent","topic-agent-skills","topic-agentic","topic-claude-code","topic-codex","topic-dete","topic-humanize","topic-humanizer","topic-skills"],"categories":["agent-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/humanizerai/agent-skills/humanize","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add humanizerai/agent-skills","source_repo":"https://github.com/humanizerai/agent-skills","install_from":"skills.sh"}},"qualityScore":"0.459","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 19 github stars · SKILL.md body (1,875 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:05:42.870Z","embedding":null,"createdAt":"2026-04-18T20:33:10.592Z","updatedAt":"2026-05-18T19:05:42.870Z","lastSeenAt":"2026-05-18T19:05:42.870Z","tsv":"'/api/v1/humanize':155 '/dashboard':213,241 '/humanize':53,94,99 '1':56,201,203,226,248 '2':65,235,255 '3':74 '4':82 'aggress':101,136 'ai':4,15,29,33,126,142 'ai-gener':3,32 'alreadi':122 'already-edit':121 'api':45,69,146,159,246,251 'application/json':164 'argument':58,87 'author':156 'avail':234 'balanc':130 'base':24,195 'bearer':157 'before/after':80 'best':113 'busi':273 'bypass':14,137,139 'call':66,147 'case':135 'chang':118 'check':208,249 'complet':178 'content':12,35,162 'content-typ':161 'count':27 'credit':23,85,186,199,204,209,217,225,230 'default':104,132 'descript':112 'detect':205 'detector':16,145 'direct':236,256 'doesn':221 'edit':123 'enough':224 'environ':253 'error':214 'final':197 'flag':64 'format':172 'free':207 'generat':5,34 'get':260 'gptzero':18 'handl':215 'high':141 'human':1,10,28,39,71,77,177,189,192 'human-lik':9,38 'humanizerai':44,68,158,250 'humanizerai.com':154,212,240,258 'humanizerai.com/api/v1/humanize':153 'humanizerai.com/dashboard':211,239 'improv':182 'insuffici':216 'intens':63,98,100,105,108,169 'invalid':245 'invok':52 'key':160,247,252,262 'level':109 'light':115,116 'like':11,17,40,175 'limit':264,267 'low':125 'make':148 'mani':229 'maximum':138 'may':90 'medium':107,128,129,170 'mode':140 'n':185 'name':111 'natur':8,37 'need':232 'option':62 'originality.ai':21 'pars':57,86 'plan':274 'post':150 'present':75,173 'preserv':119 'process':184 'provid':91 'rate':263,266 'recommend':194 'remain':84,187 'request':151 'respons':171 'result':174 'rewrit':131 'score':81,127,143,179,198 'show':83,227 'skill' 'skill-humanize' 'source-humanizerai' 'strict':144 'style':120 'subtl':117 'suggest':268 'text':6,30,60,73,78,93,96,103,124,165,168,190,193 'top':243 'topic-agent' 'topic-agent-skills' 'topic-agentic' 'topic-claude-code' 'topic-codex' 'topic-dete' 'topic-humanize' 'topic-humanizer' 'topic-skills' 'transform':2,31 'turnitin':19 'type':163 'upgrad':271 'usag':200 'use':22,42,134 'user':51,89,166,220 'valu':110 'variabl':254 'vs':233 'wait':269 'word':26,183,202 'work':48 'write':41 'x':180,188 'y':181","prices":[{"id":"eea6fb25-386a-495d-9cdb-0ada503bd1df","listingId":"c5941ed3-d006-42b8-bf28-9d0f9bb785e8","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"humanizerai","category":"agent-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T20:33:10.592Z"}],"sources":[{"listingId":"c5941ed3-d006-42b8-bf28-9d0f9bb785e8","source":"github","sourceId":"humanizerai/agent-skills/humanize","sourceUrl":"https://github.com/humanizerai/agent-skills/tree/main/skills/humanize","isPrimary":false,"firstSeenAt":"2026-04-19T00:40:33.833Z","lastSeenAt":"2026-05-18T19:05:42.870Z"},{"listingId":"c5941ed3-d006-42b8-bf28-9d0f9bb785e8","source":"skills_sh","sourceId":"humanizerai/agent-skills/humanize","sourceUrl":"https://skills.sh/humanizerai/agent-skills/humanize","isPrimary":true,"firstSeenAt":"2026-04-18T20:33:10.592Z","lastSeenAt":"2026-05-07T22:40:34.474Z"}],"details":{"listingId":"c5941ed3-d006-42b8-bf28-9d0f9bb785e8","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"humanizerai","slug":"humanize","github":{"repo":"humanizerai/agent-skills","stars":19,"topics":["agent","agent-skills","agentic","ai","claude-code","codex","dete","humanize","humanizer","skills"],"license":"mit","html_url":"https://github.com/humanizerai/agent-skills","pushed_at":"2026-02-05T14:19:04Z","description":"HumanizerAI Agent Skills for Claude Code and Codex - AI detection and text humanization","skill_md_sha":"035854515554aa39fe81d0c609f42f011175f0c0","skill_md_path":"skills/humanize/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/humanizerai/agent-skills/tree/main/skills/humanize"},"layout":"multi","source":"github","category":"agent-skills","frontmatter":{"name":"humanize","description":"Transform AI-generated text into natural, human-like content that bypasses AI detectors like GPTZero, Turnitin, and Originality.ai. Uses credits based on word count."},"skills_sh_url":"https://skills.sh/humanizerai/agent-skills/humanize"},"updatedAt":"2026-05-18T19:05:42.870Z"}}