{
  "schemaVersion": "1.0",
  "item": {
    "slug": "oee-content-humanizer",
    "name": "OEE Content Humanizer",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/OdinBot33/oee-content-humanizer",
    "canonicalUrl": "https://clawhub.ai/OdinBot33/oee-content-humanizer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/oee-content-humanizer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=oee-content-humanizer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "humanize.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/oee-content-humanizer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/oee-content-humanizer",
    "agentPageUrl": "https://openagent3.xyz/skills/oee-content-humanizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/oee-content-humanizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/oee-content-humanizer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🐾 Humanizer — AI Content De-Robotifier",
        "body": "by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.\n\nStrip the AI out of AI-generated text. Makes content sound like a human wrote it."
      },
      {
        "title": "What It Does",
        "body": "Detects AI tells (buzzwords, tone inflation, repetitive structure)\nRewrites with natural cadence, contractions, varied rhythm\nTunes output for specific platforms (Twitter, LinkedIn, Blog, Email, Telegram)"
      },
      {
        "title": "Trigger Phrases",
        "body": "\"humanize this text\"\n\"make this sound human\"\n\"de-robotify this\"\n\"rewrite this naturally\"\n\"strip the AI from this\""
      },
      {
        "title": "Usage",
        "body": "# Direct argument\npython humanize.py \"Your AI-sounding text here\" --channel twitter\n\n# Pipe from stdin\necho \"In today's rapidly evolving landscape...\" | python humanize.py --channel linkedin\n\n# Detection only (no rewrite)\npython humanize.py -d \"Let's delve into this transformative tapestry\"\n\n# General rewrite (no specific channel)\npython humanize.py \"text here\""
      },
      {
        "title": "Channels",
        "body": "ChannelStyletwitterPunchy, <280 chars, directlinkedinProfessional but conversationalblogLonger form, personal voiceemailBrief, clear, action-orientedtelegramCasual, concisegeneralNatural prose (default)"
      },
      {
        "title": "Requirements",
        "body": "Python 3.10+ (stdlib only — no pip installs)\nANTHROPIC_API_KEY environment variable\nUses Claude Haiku for cost efficiency"
      },
      {
        "title": "For Agents",
        "body": "When asked to humanize text, run from the skill directory:\n\npython humanize.py \"TEXT\" --channel CHANNEL\n\nStdout = clean rewritten text. Stderr = detection info."
      }
    ],
    "body": "🐾 Humanizer — AI Content De-Robotifier\n\nby Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.\n\nStrip the AI out of AI-generated text. Makes content sound like a human wrote it.\n\nWhat It Does\nDetects AI tells (buzzwords, tone inflation, repetitive structure)\nRewrites with natural cadence, contractions, varied rhythm\nTunes output for specific platforms (Twitter, LinkedIn, Blog, Email, Telegram)\nTrigger Phrases\n\"humanize this text\"\n\"make this sound human\"\n\"de-robotify this\"\n\"rewrite this naturally\"\n\"strip the AI from this\"\nUsage\n# Direct argument\npython humanize.py \"Your AI-sounding text here\" --channel twitter\n\n# Pipe from stdin\necho \"In today's rapidly evolving landscape...\" | python humanize.py --channel linkedin\n\n# Detection only (no rewrite)\npython humanize.py -d \"Let's delve into this transformative tapestry\"\n\n# General rewrite (no specific channel)\npython humanize.py \"text here\"\n\nChannels\nChannel\tStyle\ntwitter\tPunchy, <280 chars, direct\nlinkedin\tProfessional but conversational\nblog\tLonger form, personal voice\nemail\tBrief, clear, action-oriented\ntelegram\tCasual, concise\ngeneral\tNatural prose (default)\nRequirements\nPython 3.10+ (stdlib only — no pip installs)\nANTHROPIC_API_KEY environment variable\nUses Claude Haiku for cost efficiency\nFor Agents\n\nWhen asked to humanize text, run from the skill directory:\n\npython humanize.py \"TEXT\" --channel CHANNEL\n\n\nStdout = clean rewritten text. Stderr = detection info.\n\n<!-- 🐾 a raven left paw prints in the snow -->"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/OdinBot33/oee-content-humanizer",
    "publisherUrl": "https://clawhub.ai/OdinBot33/oee-content-humanizer",
    "owner": "OdinBot33",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/oee-content-humanizer",
    "downloadUrl": "https://openagent3.xyz/downloads/oee-content-humanizer",
    "agentUrl": "https://openagent3.xyz/skills/oee-content-humanizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/oee-content-humanizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/oee-content-humanizer/agent.md"
  }
}