{
  "markdown": "# Humanizer for Gemini CLI\n\nThe **Humanizer** extension for Gemini CLI is designed to strip away the \"fingerprints\" of AI-generated writing. It transforms verbose, sycophantic, and formulaic AI output into direct, natural, and human-sounding prose.\n\nThis extension is heavily based on the [Wikipedia \"Signs of AI writing\"](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_AI_Cleanup/Signs_of_AI_writing) guide and the original `humanizer` skill for Claude.\n\n## Installation\n\n### For Gemini CLI\nTo install this extension in Gemini CLI, run:\n```bash\ngemini extensions install https://github.com/RealOrangeKun/humanizer\n```\n\n### For Antigravity CLI\nTo install this skill globally for **antigravity-cli**, run:\n```bash\nmkdir -p ~/.gemini/config/skills/humanizer\ncp skills/humanizer/SKILL.md ~/.gemini/config/skills/humanizer/SKILL.md\n```\n\nAlternatively, to use it as a project-scoped workspace skill, create a `.agents` folder in your project and copy the skill there:\n```bash\nmkdir -p .agents/skills/humanizer\ncp skills/humanizer/SKILL.md .agents/skills/humanizer/SKILL.md\n```\n\n## Usage\n\n### For Gemini CLI\nYou can use the **Humanizer** in two ways:\n1. **Slash Command**:\n   ```bash\n   /humanizer [Paste your text here]\n   ```\n2. **Autonomous Skill**: The skill is automatically detected. Just ask:\n   - *\"Can you humanize this text?\"*\n\n### For Antigravity CLI\nIn **antigravity-cli**, skills are automatically discovered and matched. Since custom slash commands (like `/humanizer`) are not natively supported, you can trigger it by asking the agent:\n- *\"Humanize this text: [Paste your text here]\"*\n- *\"Rewrite this to sound more human.\"*\n\n## How It Works\n\nThe extension audits text against 24 specific \"AI fingerprints,\" including:\n- **Vocabulary:** Removes words like *testament, landscape, showcasing, delve, additionally.*\n- **Logic:** Fixes significance inflation and formulaic \"pivotal moment\" phrases.\n- **Style:** Removes em-dash overuse, emojis, and sycophantic chatbot artifacts.\n\n## Credits\n\nThis extension is adapted from the original [humanizer](https://github.com/blader/humanizer) project by **[blader](https://github.com/blader)**.\n\n",
  "bytes": 2149,
  "sha": "0031394380e3f136da2ca0b52bf1ede558d9e5fecfa2f309d6e81c538ef17260",
  "repo_slug": "realorangekun/humanizer",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_realorangekun_humanizer_476d4842/readme"
}