gaebalai

Humanize Detect — AI skill for Claude Code

AI community

윤문 없이 AI 티만 탐지 — 어디가 어떤 패턴인지 카테고리·심각도별로 리포트만 생성.

How to install Humanize Detect

Installs to ~/.claude/skills/gaebalai-im-not-ai-humanize-detect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gaebalai-im-not-ai-humanize-detect && curl -fsSL https://raw.githubusercontent.com/gaebalai/im-not-ai/HEAD/commands/humanize-detect.md -o ~/.claude/skills/gaebalai-im-not-ai-humanize-detect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Humanize Detect does


description: 윤문 없이 AI 티만 탐지 — 어디가 어떤 패턴인지 카테고리·심각도별로 리포트만 생성 argument-hint: [탐지할 텍스트 또는 파일 경로]

/humanize-detect — 탐지 단계만 실행

`humanize-korean` 스킬의 Phase 1~2까지만 실행한다. 윤문은 하지 않는다.

입력

$ARGUMENTS

동작

  1. 인자 검증: 비었으면 "탐지할 텍스트를 붙여넣어 주세요" 안내.
  2. run_id 생성 → _workspace/{run_id}/01_input.txt 저장.
  3. ai-tell-detector 에이전트를 Agent 도구(model: "opus")로 호출:
    • taxonomy_path: humanize-korean 스킬 디렉토리의 references/ai-tell-taxonomy.md (plugin/local 양쪽 호환). 못 찾으면 Glob `**/ai-tell-tax

Alternatives in AI

  • Om Humanize — Voice-calibrated editing — makes Claude-drafted text sound like you wrote it, not like AI wrote it 4.6k ★
  • Humanize — Очеловечить русский AI-текст (полное редактирование по скиллу humanizer-ru) 250 ★
  • Analyze Footage — Analyze existing video files using TwelveLabs AI 113 ★

Full documentation available on GitHub

View Source Repository