{
  "schemaVersion": "1.0",
  "item": {
    "slug": "deai-skill",
    "name": "De-AI-fy Text Skill1.0.0",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/YouStudyeveryday/deai-skill",
    "canonicalUrl": "https://clawhub.ai/YouStudyeveryday/deai-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/deai-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deai-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "quickstart.py",
      "test_deai.py",
      "example_usage.py",
      "deai_skill.py",
      "rules.json",
      "PROJECT_SUMMARY.md"
    ],
    "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/deai-skill"
    },
    "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/deai-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/deai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deai-skill/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": "功能说明 | Function Description",
        "body": "【中文】\n本技能是一个专业的AI文本去AI味处理工具，用于去除AI生成文本中的典型AI特征，使文本看起来更加自然、接近人类写作风格。该技能支持中文和英文两种语言，提供多种处理风格，适用于各种文本处理场景。\n\n核心功能包括：\n\nAI特征检测：自动识别文本中的AI生成痕迹，检测过于完美的语法和句式结构\n文本人性化处理：通过句式多样化、词汇替换和添加口语化表达来增强文本自然度\n多语言支持：针对中文和英文的特定优化策略\n多种处理风格：提供自然、口语和正式三种风格供用户选择\n\n【English】\nThis skill is a professional AI text humanization tool designed to remove typical AI features from AI-generated text, making it appear more natural and closer to human writing style. The skill supports both Chinese and English languages, provides multiple processing styles, and is suitable for various text processing scenarios.\n\nCore features include:\n\nAI Feature Detection: Automatically identify traces of AI generation in text, detecting overly perfect grammar and sentence structures\nText Humanization: Enhance text naturalness through sentence diversification, vocabulary replacement, and adding colloquial expressions\nMulti-language Support: Optimization strategies specifically for Chinese and English\nMultiple Processing Styles: Provide natural, casual, and formal styles for user selection"
      },
      {
        "title": "使用方法 | Usage",
        "body": "【中文】"
      },
      {
        "title": "Python API 使用",
        "body": "from deai_skill import DeAIProcessor\n\n# 创建处理器实例\nprocessor = DeAIProcessor()\n\n# 处理中文文本\nchinese_text = \"综上所述，我们可以看出人工智能技术正在改变我们的生活方式。\"\nhumanized_text = processor.process(chinese_text, language='zh')\nprint(humanized_text)\n\n# 处理英文文本\nenglish_text = \"In conclusion, it is important to note that artificial intelligence technology is transforming our way of life.\"\nhumanized_text = processor.process(english_text, language='en')\nprint(humanized_text)"
      },
      {
        "title": "命令行使用",
        "body": "# 处理单个文件\npython deai_skill.py --input input.txt --output output.txt --language zh\n\n# 批量处理目录\npython deai_skill.py --input_dir ./texts --output_dir ./humanized --language en\n\n# 指定风格\npython deai_skill.py --input input.txt --output output.txt --language zh --style casual\n\n【English】"
      },
      {
        "title": "Python API Usage",
        "body": "from deai_skill import DeAIProcessor\n\n# Create processor instance\nprocessor = DeAIProcessor()\n\n# Process Chinese text\nchinese_text = \"综上所述，我们可以看出人工智能技术正在改变我们的生活方式。\"\nhumanized_text = processor.process(chinese_text, language='zh')\nprint(humanized_text)\n\n# Process English text\nenglish_text = \"In conclusion, it is important to note that artificial intelligence technology is transforming our way of life.\"\nhumanized_text = processor.process(english_text, language='en')\nprint(humanized_text)"
      },
      {
        "title": "Command Line Usage",
        "body": "# Process single file\npython deai_skill.py --input input.txt --output output.txt --language zh\n\n# Batch process directory\npython deai_skill.py --input_dir ./texts --output_dir ./humanized --language en\n\n# Specify style\npython deai_skill.py --input input.txt --output output.txt --language zh --style casual"
      },
      {
        "title": "配置选项 | Configuration Options",
        "body": "【中文】"
      },
      {
        "title": "处理风格 | Processing Styles",
        "body": "本技能提供三种处理风格，可根据不同场景选择：\n\n自然风格 (natural)\n\n平衡处理，保持专业性的同时增强自然感\n适用于一般内容创作\n过渡词替换概率：70%\n正式词汇替换概率：60%\n口语化强度：轻度\n\n\n\n口语风格 (casual)\n\n高度口语化，适用于日常交流场景\n适用于社交媒体和非正式写作\n过渡词替换概率：90%\n正式词汇替换概率：80%\n口语化强度：强烈\n\n\n\n正式风格 (formal)\n\n保留专业性，仅做轻度调整\n适用于专业文档和技术内容\n过渡词替换概率：40%\n正式词汇替换概率：30%\n口语化强度：无"
      },
      {
        "title": "配置文件 | Configuration File",
        "body": "技能使用 rules.json 配置文件来定义转换规则和特征词列表。主要配置项包括：\n\nchinese_ai_features: 中文AI特征词列表\n\ntransition_words: 中文过渡词（如\"综上所述\"、\"值得注意的是\"）\nformal_words: 中文正式词汇（如\"具有\"、\"体现出\"）\nidioms: 中文成语（如\"举足轻重\"、\"不可或缺\"）\n\n\n\nenglish_ai_features: 英文AI特征词列表\n\ntransition_words: 英文过渡词（如\"furthermore\"、\"moreover\"）\nformal_words: 英文正式词汇（如\"possess\"、\"exhibit\"）\nidioms: 英文常用短语（如\"play a crucial role\"、\"of great importance\"）\n\n\n\nconversion_rules: 文本转换规则\n\ntransition_replacements: 过渡词替换规则\nformal_word_replacements: 正式词汇替换规则\nsentence_patterns: 句式模式转换规则\n\n\n\ncolloquial_expressions: 口语化表达\n\nendings: 句尾语气词\nfillers: 填充词\nuncertainties: 不确定性表达\n\n【English】"
      },
      {
        "title": "Processing Styles",
        "body": "This skill provides three processing styles that can be selected according to different scenarios:\n\nNatural Style (natural)\n\nBalanced processing that maintains professionalism while enhancing naturalness\nSuitable for general content creation\nTransition word replacement probability: 70%\nFormal word replacement probability: 60%\nColloquial intensity: mild\n\n\n\nCasual Style (casual)\n\nHighly colloquial, suitable for daily communication scenarios\nSuitable for social media and informal writing\nTransition word replacement probability: 90%\nFormal word replacement probability: 80%\nColloquial intensity: strong\n\n\n\nFormal Style (formal)\n\nMaintains professionalism with only mild adjustments\nSuitable for professional documents and technical content\nTransition word replacement probability: 40%\nFormal word replacement probability: 30%\nColloquial intensity: none"
      },
      {
        "title": "Configuration File",
        "body": "The skill uses the rules.json configuration file to define transformation rules and feature word lists. Main configuration items include:\n\nchinese_ai_features: List of Chinese AI feature words\n\ntransition_words: Chinese transition words (e.g., \"综上所述\", \"值得注意的是\")\nformal_words: Chinese formal vocabulary (e.g., \"具有\", \"体现出\")\nidioms: Chinese idioms (e.g., \"举足轻重\", \"不可或缺\")\n\n\n\nenglish_ai_features: List of English AI feature words\n\ntransition_words: English transition words (e.g., \"furthermore\", \"moreover\")\nformal_words: English formal vocabulary (e.g., \"possess\", \"exhibit\")\nidioms: English common phrases (e.g., \"play a crucial role\", \"of great importance\")\n\n\n\nconversion_rules: Text transformation rules\n\ntransition_replacements: Transition word replacement rules\nformal_word_replacements: Formal word replacement rules\nsentence_patterns: Sentence pattern transformation rules\n\n\n\ncolloquial_expressions: Colloquial expressions\n\nendings: Sentence ending particles\nfillers: Filler words\nuncertainties: Uncertainty expressions"
      },
      {
        "title": "示例 | Examples",
        "body": "【中文】"
      },
      {
        "title": "示例1：中文文本处理",
        "body": "输入文本：\n\n综上所述，通过深入分析可以看出，人工智能技术在教育领域的应用具有巨大的潜力和广阔的前景。我们应该认识到，这一技术能够为学生提供个性化学习体验，同时也需要关注其可能带来的挑战。\n\n处理结果（自然风格）：\n\n总的来说，从分析中能看出来，AI技术在教育这块确实挺有潜力，前景也不错。它能给学生提供个性化的学习体验啊，不过咱们也得注意可能会遇到的一些问题。\n\nAI特征分析：\n\nAI特征分数：0.25\n检测到的AI特征：综上所述、具有、应该认识到"
      },
      {
        "title": "示例2：英文文本处理",
        "body": "输入文本：\n\nIn conclusion, after thorough analysis, it becomes evident that artificial intelligence technology possesses immense potential and promising prospects in the field of education. We should recognize that this technology can provide personalized learning experiences for students, while also paying attention to potential challenges that may arise.\n\n处理结果（自然风格）：\n\nOverall, looking at the analysis, AI technology clearly has huge potential in education. It can give students personalized learning experiences, but we also need to be aware of the challenges that might come up.\n\nAI特征分析：\n\nAI特征分数：0.20\n检测到的AI特征：in conclusion, possesses, should recognize"
      },
      {
        "title": "示例3：不同风格对比",
        "body": "原文：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势。\n\n自然风格：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势呀。\n\n口语风格：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。有一点要提醒，这一技术方案展现出明显的优势呢。\n\n正式风格：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。得注意一下，这一技术方案展现出明显的优势。\n\n【English】"
      },
      {
        "title": "Example 1: Chinese Text Processing",
        "body": "Input Text:\n\n综上所述，通过深入分析可以看出，人工智能技术在教育领域的应用具有巨大的潜力和广阔的前景。我们应该认识到，这一技术能够为学生提供个性化学习体验，同时也需要关注其可能带来的挑战。\n\nProcessing Result (Natural Style):\n\n总的来说，从分析中能看出来，AI技术在教育这块确实挺有潜力，前景也不错。它能给学生提供个性化的学习体验啊，不过咱们也得注意可能会遇到的一些问题。\n\nAI Feature Analysis:\n\nAI feature score: 0.25\nDetected AI features: 综上所述, 具有, 应该认识到"
      },
      {
        "title": "Example 2: English Text Processing",
        "body": "Input Text:\n\nIn conclusion, after thorough analysis, it becomes evident that artificial intelligence technology possesses immense potential and promising prospects in the field of education. We should recognize that this technology can provide personalized learning experiences for students, while also paying attention to potential challenges that may arise.\n\nProcessing Result (Natural Style):\n\nOverall, looking at the analysis, AI technology clearly has huge potential in education. It can give students personalized learning experiences, but we also need to be aware of the challenges that might come up.\n\nAI Feature Analysis:\n\nAI feature score: 0.20\nDetected AI features: in conclusion, possesses, should recognize"
      },
      {
        "title": "Example 3: Different Style Comparison",
        "body": "Original Text:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势。\n\nNatural Style:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势呀。\n\nCasual Style:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。有一点要提醒，这一技术方案展现出明显的优势呢。\n\nFormal Style:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。得注意一下，这一技术方案展现出明显的优势。"
      },
      {
        "title": "注意事项 | Notes",
        "body": "【中文】"
      },
      {
        "title": "使用建议",
        "body": "文本长度处理\n\n对于长文本（超过2000字），建议分段处理以获得更好的效果\n每段建议不超过500字，可以分多次调用处理函数\n\n\n\n风格选择建议\n\n专业文档：使用formal风格，保留更多专业术语和正式表达\n社交媒体：使用casual风格，增加口语化程度\n一般内容：使用natural风格，平衡专业性和自然度\n\n\n\n处理效果优化\n\n建议在处理后进行人工检查，确保语义准确无误\n对于重要内容，可以多次处理并选择最佳版本\n针对特定领域，可以自定义规则文件以获得更好效果\n\n\n\n性能考虑\n\n批量处理时，每批建议不超过100条文本\n在服务器环境下运行时，可以调整并发参数提升处理速度\n对于实时处理需求，建议使用流式处理接口"
      },
      {
        "title": "限制说明",
        "body": "本技能主要针对AI生成文本的特征进行优化，不适用于文本纠错或润色\n处理效果取决于文本的初始质量，过于结构化的文本可能需要多次处理\n英文处理效果可能略逊于中文，因为规则主要针对中文AI文本特征优化\n对于专业领域的特殊术语和表达，可能需要自定义配置文件\n某些情况下，过度处理可能会影响文本的准确性，建议谨慎使用口语风格"
      },
      {
        "title": "依赖说明",
        "body": "Python 3.6 或更高版本\njieba（可选，用于中文分词，提升检测准确率）\n标准库：zipfile, re, json, random, subprocess, pathlib"
      },
      {
        "title": "常见问题",
        "body": "Q: 处理后的文本为什么还有一些AI特征？\nA: 本技能采用概率性的规则应用，为了保持文本的多样性，并非所有特征都会被替换。如果需要更强的处理效果，可以尝试：\n\n使用更口语化的风格（casual）\n多次处理同一文本\n自定义规则文件，添加更多替换规则\n\nQ: 能否处理其他语言的文本？\nA: 当前版本仅支持中文和英文。其他语言的支持正在开发中。\n\nQ: 处理速度如何？\nA: 处理速度约为每秒1000字符。对于批量处理，建议使用批量处理接口以获得更好的性能。\n\nQ: 如何自定义规则？\nA: 编辑rules.json文件，可以添加、修改或删除各种规则。详细说明请参考配置文件注释。\n\n【English】"
      },
      {
        "title": "Usage Recommendations",
        "body": "Text Length Processing\n\nFor long texts (over 2000 characters), it is recommended to process them in segments for better results\nEach segment is recommended to be no more than 500 characters, and the processing function can be called multiple times\n\n\n\nStyle Selection Recommendations\n\nProfessional documents: Use formal style to preserve more technical terms and formal expressions\nSocial media: Use casual style to increase colloquialism\nGeneral content: Use natural style to balance professionalism and naturalness\n\n\n\nProcessing Effect Optimization\n\nIt is recommended to perform manual review after processing to ensure semantic accuracy\nFor important content, multiple processing can be performed and the best version selected\nFor specific domains, custom rule files can be used to achieve better results\n\n\n\nPerformance Considerations\n\nFor batch processing, it is recommended not to exceed 100 texts per batch\nWhen running in a server environment, concurrency parameters can be adjusted to improve processing speed\nFor real-time processing needs, it is recommended to use the streaming processing interface"
      },
      {
        "title": "Limitations",
        "body": "This skill is primarily optimized for features of AI-generated text and is not suitable for text correction or polishing\nProcessing results depend on the initial quality of the text; overly structured texts may require multiple processing passes\nEnglish processing results may be slightly inferior to Chinese as rules are primarily optimized for Chinese AI text features\nFor special terminology and expressions in professional domains, custom configuration files may be needed\nIn some cases, excessive processing may affect text accuracy; use of casual style is recommended with caution"
      },
      {
        "title": "Dependencies",
        "body": "Python 3.6 or higher\njieba (optional, for Chinese word segmentation, improves detection accuracy)\nStandard libraries: zipfile, re, json, random, subprocess, pathlib"
      },
      {
        "title": "Frequently Asked Questions",
        "body": "Q: Why does the processed text still have some AI features?\nA: This skill uses probabilistic rule application, and not all features will be replaced to maintain text diversity. If stronger processing results are needed, you can try:\n\nUsing a more colloquial style (casual)\nProcessing the same text multiple times\nCustomizing the rule file to add more replacement rules\n\nQ: Can it process texts in other languages?\nA: The current version only supports Chinese and English. Support for other languages is under development.\n\nQ: What is the processing speed?\nA: The processing speed is approximately 1000 characters per second. For batch processing, it is recommended to use the batch processing interface for better performance.\n\nQ: How can I customize rules?\nA: Edit the rules.json file, where you can add, modify, or delete various rules. For detailed instructions, please refer to the configuration file comments."
      },
      {
        "title": "Version 1.0.0 (2026-03-01)",
        "body": "【中文】\n\n初始版本发布\n支持中英文文本处理\n实现基础的去AI化功能\n提供Python API和命令行接口\n支持三种处理风格（自然、口语、正式）\n包含完整的测试和文档\n\n【English】\n\nInitial release\nSupport for Chinese and English text processing\nImplementation of basic de-AI functionality\nPython API and command line interface provided\nSupport for three processing styles (natural, casual, formal)\nComplete testing and documentation included"
      },
      {
        "title": "许可证 | License",
        "body": "【中文】\n本项目采用 MIT 许可证。详见 LICENSE 文件。\n\n【English】\nThis project is licensed under the MIT License. See the LICENSE file for details."
      },
      {
        "title": "联系方式 | Contact",
        "body": "【中文】\n\n项目主页：https://github.com/YouStudyeveryday/deai-skill\n问题反馈：https://github.com/YouStudyeveryday/deai-skill/issues\n\n【English】\n\nProject homepage: https://github.com/yYouStudyeveryday/deai-skill\nIssue tracker: https://github.com/yYouStudyeveryday/deai-skill/issues"
      },
      {
        "title": "致谢 | Acknowledgments",
        "body": "【中文】\n感谢所有为这个项目做出贡献的开发者和用户。特别感谢OpenClaw团队提供的支持。\n\n【English】\nThanks to all developers and users who have contributed to this project. Special thanks to the OpenClaw team for their support."
      }
    ],
    "body": "De-AI-fy Text Skill | 去AI味文本技能\n功能说明 | Function Description\n\n【中文】 本技能是一个专业的AI文本去AI味处理工具，用于去除AI生成文本中的典型AI特征，使文本看起来更加自然、接近人类写作风格。该技能支持中文和英文两种语言，提供多种处理风格，适用于各种文本处理场景。\n\n核心功能包括：\n\nAI特征检测：自动识别文本中的AI生成痕迹，检测过于完美的语法和句式结构\n文本人性化处理：通过句式多样化、词汇替换和添加口语化表达来增强文本自然度\n多语言支持：针对中文和英文的特定优化策略\n多种处理风格：提供自然、口语和正式三种风格供用户选择\n\n【English】 This skill is a professional AI text humanization tool designed to remove typical AI features from AI-generated text, making it appear more natural and closer to human writing style. The skill supports both Chinese and English languages, provides multiple processing styles, and is suitable for various text processing scenarios.\n\nCore features include:\n\nAI Feature Detection: Automatically identify traces of AI generation in text, detecting overly perfect grammar and sentence structures\nText Humanization: Enhance text naturalness through sentence diversification, vocabulary replacement, and adding colloquial expressions\nMulti-language Support: Optimization strategies specifically for Chinese and English\nMultiple Processing Styles: Provide natural, casual, and formal styles for user selection\n使用方法 | Usage\n\n【中文】\n\nPython API 使用\nfrom deai_skill import DeAIProcessor\n\n# 创建处理器实例\nprocessor = DeAIProcessor()\n\n# 处理中文文本\nchinese_text = \"综上所述，我们可以看出人工智能技术正在改变我们的生活方式。\"\nhumanized_text = processor.process(chinese_text, language='zh')\nprint(humanized_text)\n\n# 处理英文文本\nenglish_text = \"In conclusion, it is important to note that artificial intelligence technology is transforming our way of life.\"\nhumanized_text = processor.process(english_text, language='en')\nprint(humanized_text)\n\n命令行使用\n# 处理单个文件\npython deai_skill.py --input input.txt --output output.txt --language zh\n\n# 批量处理目录\npython deai_skill.py --input_dir ./texts --output_dir ./humanized --language en\n\n# 指定风格\npython deai_skill.py --input input.txt --output output.txt --language zh --style casual\n\n\n【English】\n\nPython API Usage\nfrom deai_skill import DeAIProcessor\n\n# Create processor instance\nprocessor = DeAIProcessor()\n\n# Process Chinese text\nchinese_text = \"综上所述，我们可以看出人工智能技术正在改变我们的生活方式。\"\nhumanized_text = processor.process(chinese_text, language='zh')\nprint(humanized_text)\n\n# Process English text\nenglish_text = \"In conclusion, it is important to note that artificial intelligence technology is transforming our way of life.\"\nhumanized_text = processor.process(english_text, language='en')\nprint(humanized_text)\n\nCommand Line Usage\n# Process single file\npython deai_skill.py --input input.txt --output output.txt --language zh\n\n# Batch process directory\npython deai_skill.py --input_dir ./texts --output_dir ./humanized --language en\n\n# Specify style\npython deai_skill.py --input input.txt --output output.txt --language zh --style casual\n\n配置选项 | Configuration Options\n\n【中文】\n\n处理风格 | Processing Styles\n\n本技能提供三种处理风格，可根据不同场景选择：\n\n自然风格 (natural)\n\n平衡处理，保持专业性的同时增强自然感\n适用于一般内容创作\n过渡词替换概率：70%\n正式词汇替换概率：60%\n口语化强度：轻度\n\n口语风格 (casual)\n\n高度口语化，适用于日常交流场景\n适用于社交媒体和非正式写作\n过渡词替换概率：90%\n正式词汇替换概率：80%\n口语化强度：强烈\n\n正式风格 (formal)\n\n保留专业性，仅做轻度调整\n适用于专业文档和技术内容\n过渡词替换概率：40%\n正式词汇替换概率：30%\n口语化强度：无\n配置文件 | Configuration File\n\n技能使用 rules.json 配置文件来定义转换规则和特征词列表。主要配置项包括：\n\nchinese_ai_features: 中文AI特征词列表\n\ntransition_words: 中文过渡词（如\"综上所述\"、\"值得注意的是\"）\nformal_words: 中文正式词汇（如\"具有\"、\"体现出\"）\nidioms: 中文成语（如\"举足轻重\"、\"不可或缺\"）\n\nenglish_ai_features: 英文AI特征词列表\n\ntransition_words: 英文过渡词（如\"furthermore\"、\"moreover\"）\nformal_words: 英文正式词汇（如\"possess\"、\"exhibit\"）\nidioms: 英文常用短语（如\"play a crucial role\"、\"of great importance\"）\n\nconversion_rules: 文本转换规则\n\ntransition_replacements: 过渡词替换规则\nformal_word_replacements: 正式词汇替换规则\nsentence_patterns: 句式模式转换规则\n\ncolloquial_expressions: 口语化表达\n\nendings: 句尾语气词\nfillers: 填充词\nuncertainties: 不确定性表达\n\n【English】\n\nProcessing Styles\n\nThis skill provides three processing styles that can be selected according to different scenarios:\n\nNatural Style (natural)\n\nBalanced processing that maintains professionalism while enhancing naturalness\nSuitable for general content creation\nTransition word replacement probability: 70%\nFormal word replacement probability: 60%\nColloquial intensity: mild\n\nCasual Style (casual)\n\nHighly colloquial, suitable for daily communication scenarios\nSuitable for social media and informal writing\nTransition word replacement probability: 90%\nFormal word replacement probability: 80%\nColloquial intensity: strong\n\nFormal Style (formal)\n\nMaintains professionalism with only mild adjustments\nSuitable for professional documents and technical content\nTransition word replacement probability: 40%\nFormal word replacement probability: 30%\nColloquial intensity: none\nConfiguration File\n\nThe skill uses the rules.json configuration file to define transformation rules and feature word lists. Main configuration items include:\n\nchinese_ai_features: List of Chinese AI feature words\n\ntransition_words: Chinese transition words (e.g., \"综上所述\", \"值得注意的是\")\nformal_words: Chinese formal vocabulary (e.g., \"具有\", \"体现出\")\nidioms: Chinese idioms (e.g., \"举足轻重\", \"不可或缺\")\n\nenglish_ai_features: List of English AI feature words\n\ntransition_words: English transition words (e.g., \"furthermore\", \"moreover\")\nformal_words: English formal vocabulary (e.g., \"possess\", \"exhibit\")\nidioms: English common phrases (e.g., \"play a crucial role\", \"of great importance\")\n\nconversion_rules: Text transformation rules\n\ntransition_replacements: Transition word replacement rules\nformal_word_replacements: Formal word replacement rules\nsentence_patterns: Sentence pattern transformation rules\n\ncolloquial_expressions: Colloquial expressions\n\nendings: Sentence ending particles\nfillers: Filler words\nuncertainties: Uncertainty expressions\n示例 | Examples\n\n【中文】\n\n示例1：中文文本处理\n\n输入文本：\n\n综上所述，通过深入分析可以看出，人工智能技术在教育领域的应用具有巨大的潜力和广阔的前景。我们应该认识到，这一技术能够为学生提供个性化学习体验，同时也需要关注其可能带来的挑战。\n\n\n处理结果（自然风格）：\n\n总的来说，从分析中能看出来，AI技术在教育这块确实挺有潜力，前景也不错。它能给学生提供个性化的学习体验啊，不过咱们也得注意可能会遇到的一些问题。\n\n\nAI特征分析：\n\nAI特征分数：0.25\n检测到的AI特征：综上所述、具有、应该认识到\n示例2：英文文本处理\n\n输入文本：\n\nIn conclusion, after thorough analysis, it becomes evident that artificial intelligence technology possesses immense potential and promising prospects in the field of education. We should recognize that this technology can provide personalized learning experiences for students, while also paying attention to potential challenges that may arise.\n\n\n处理结果（自然风格）：\n\nOverall, looking at the analysis, AI technology clearly has huge potential in education. It can give students personalized learning experiences, but we also need to be aware of the challenges that might come up.\n\n\nAI特征分析：\n\nAI特征分数：0.20\n检测到的AI特征：in conclusion, possesses, should recognize\n示例3：不同风格对比\n\n原文：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势。\n\n\n自然风格：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势呀。\n\n\n口语风格：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。有一点要提醒，这一技术方案展现出明显的优势呢。\n\n\n正式风格：\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。得注意一下，这一技术方案展现出明显的优势。\n\n\n【English】\n\nExample 1: Chinese Text Processing\n\nInput Text:\n\n综上所述，通过深入分析可以看出，人工智能技术在教育领域的应用具有巨大的潜力和广阔的前景。我们应该认识到，这一技术能够为学生提供个性化学习体验，同时也需要关注其可能带来的挑战。\n\n\nProcessing Result (Natural Style):\n\n总的来说，从分析中能看出来，AI技术在教育这块确实挺有潜力，前景也不错。它能给学生提供个性化的学习体验啊，不过咱们也得注意可能会遇到的一些问题。\n\n\nAI Feature Analysis:\n\nAI feature score: 0.25\nDetected AI features: 综上所述, 具有, 应该认识到\nExample 2: English Text Processing\n\nInput Text:\n\nIn conclusion, after thorough analysis, it becomes evident that artificial intelligence technology possesses immense potential and promising prospects in the field of education. We should recognize that this technology can provide personalized learning experiences for students, while also paying attention to potential challenges that may arise.\n\n\nProcessing Result (Natural Style):\n\nOverall, looking at the analysis, AI technology clearly has huge potential in education. It can give students personalized learning experiences, but we also need to be aware of the challenges that might come up.\n\n\nAI Feature Analysis:\n\nAI feature score: 0.20\nDetected AI features: in conclusion, possesses, should recognize\nExample 3: Different Style Comparison\n\nOriginal Text:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势。\n\n\nNatural Style:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。值得注意的是，这一技术方案展现出明显的优势呀。\n\n\nCasual Style:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。有一点要提醒，这一技术方案展现出明显的优势呢。\n\n\nFormal Style:\n\n这一问题具有多个方面的考虑因素，需要我们进行深入的分析和研究。得注意一下，这一技术方案展现出明显的优势。\n\n注意事项 | Notes\n\n【中文】\n\n使用建议\n\n文本长度处理\n\n对于长文本（超过2000字），建议分段处理以获得更好的效果\n每段建议不超过500字，可以分多次调用处理函数\n\n风格选择建议\n\n专业文档：使用formal风格，保留更多专业术语和正式表达\n社交媒体：使用casual风格，增加口语化程度\n一般内容：使用natural风格，平衡专业性和自然度\n\n处理效果优化\n\n建议在处理后进行人工检查，确保语义准确无误\n对于重要内容，可以多次处理并选择最佳版本\n针对特定领域，可以自定义规则文件以获得更好效果\n\n性能考虑\n\n批量处理时，每批建议不超过100条文本\n在服务器环境下运行时，可以调整并发参数提升处理速度\n对于实时处理需求，建议使用流式处理接口\n限制说明\n本技能主要针对AI生成文本的特征进行优化，不适用于文本纠错或润色\n处理效果取决于文本的初始质量，过于结构化的文本可能需要多次处理\n英文处理效果可能略逊于中文，因为规则主要针对中文AI文本特征优化\n对于专业领域的特殊术语和表达，可能需要自定义配置文件\n某些情况下，过度处理可能会影响文本的准确性，建议谨慎使用口语风格\n依赖说明\nPython 3.6 或更高版本\njieba（可选，用于中文分词，提升检测准确率）\n标准库：zipfile, re, json, random, subprocess, pathlib\n常见问题\n\nQ: 处理后的文本为什么还有一些AI特征？ A: 本技能采用概率性的规则应用，为了保持文本的多样性，并非所有特征都会被替换。如果需要更强的处理效果，可以尝试：\n\n使用更口语化的风格（casual）\n多次处理同一文本\n自定义规则文件，添加更多替换规则\n\nQ: 能否处理其他语言的文本？ A: 当前版本仅支持中文和英文。其他语言的支持正在开发中。\n\nQ: 处理速度如何？ A: 处理速度约为每秒1000字符。对于批量处理，建议使用批量处理接口以获得更好的性能。\n\nQ: 如何自定义规则？ A: 编辑rules.json文件，可以添加、修改或删除各种规则。详细说明请参考配置文件注释。\n\n【English】\n\nUsage Recommendations\n\nText Length Processing\n\nFor long texts (over 2000 characters), it is recommended to process them in segments for better results\nEach segment is recommended to be no more than 500 characters, and the processing function can be called multiple times\n\nStyle Selection Recommendations\n\nProfessional documents: Use formal style to preserve more technical terms and formal expressions\nSocial media: Use casual style to increase colloquialism\nGeneral content: Use natural style to balance professionalism and naturalness\n\nProcessing Effect Optimization\n\nIt is recommended to perform manual review after processing to ensure semantic accuracy\nFor important content, multiple processing can be performed and the best version selected\nFor specific domains, custom rule files can be used to achieve better results\n\nPerformance Considerations\n\nFor batch processing, it is recommended not to exceed 100 texts per batch\nWhen running in a server environment, concurrency parameters can be adjusted to improve processing speed\nFor real-time processing needs, it is recommended to use the streaming processing interface\nLimitations\nThis skill is primarily optimized for features of AI-generated text and is not suitable for text correction or polishing\nProcessing results depend on the initial quality of the text; overly structured texts may require multiple processing passes\nEnglish processing results may be slightly inferior to Chinese as rules are primarily optimized for Chinese AI text features\nFor special terminology and expressions in professional domains, custom configuration files may be needed\nIn some cases, excessive processing may affect text accuracy; use of casual style is recommended with caution\nDependencies\nPython 3.6 or higher\njieba (optional, for Chinese word segmentation, improves detection accuracy)\nStandard libraries: zipfile, re, json, random, subprocess, pathlib\nFrequently Asked Questions\n\nQ: Why does the processed text still have some AI features? A: This skill uses probabilistic rule application, and not all features will be replaced to maintain text diversity. If stronger processing results are needed, you can try:\n\nUsing a more colloquial style (casual)\nProcessing the same text multiple times\nCustomizing the rule file to add more replacement rules\n\nQ: Can it process texts in other languages? A: The current version only supports Chinese and English. Support for other languages is under development.\n\nQ: What is the processing speed? A: The processing speed is approximately 1000 characters per second. For batch processing, it is recommended to use the batch processing interface for better performance.\n\nQ: How can I customize rules? A: Edit the rules.json file, where you can add, modify, or delete various rules. For detailed instructions, please refer to the configuration file comments.\n\n更新日志 | Changelog\nVersion 1.0.0 (2026-03-01)\n\n【中文】\n\n初始版本发布\n支持中英文文本处理\n实现基础的去AI化功能\n提供Python API和命令行接口\n支持三种处理风格（自然、口语、正式）\n包含完整的测试和文档\n\n【English】\n\nInitial release\nSupport for Chinese and English text processing\nImplementation of basic de-AI functionality\nPython API and command line interface provided\nSupport for three processing styles (natural, casual, formal)\nComplete testing and documentation included\n许可证 | License\n\n【中文】 本项目采用 MIT 许可证。详见 LICENSE 文件。\n\n【English】 This project is licensed under the MIT License. See the LICENSE file for details.\n\n联系方式 | Contact\n\n【中文】\n\n项目主页：https://github.com/YouStudyeveryday/deai-skill\n问题反馈：https://github.com/YouStudyeveryday/deai-skill/issues\n\n【English】\n\nProject homepage: https://github.com/yYouStudyeveryday/deai-skill\nIssue tracker: https://github.com/yYouStudyeveryday/deai-skill/issues\n致谢 | Acknowledgments\n\n【中文】 感谢所有为这个项目做出贡献的开发者和用户。特别感谢OpenClaw团队提供的支持。\n\n【English】 Thanks to all developers and users who have contributed to this project. Special thanks to the OpenClaw team for their support."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/YouStudyeveryday/deai-skill",
    "publisherUrl": "https://clawhub.ai/YouStudyeveryday/deai-skill",
    "owner": "YouStudyeveryday",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/deai-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/deai-skill",
    "agentUrl": "https://openagent3.xyz/skills/deai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deai-skill/agent.md"
  }
}