Install
$ agentstack add skill-aeopress-writing-skills-tw-humanizer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Humanizer(語言路由入口)
這支 skill 本身不定義規則,只做一件事:判斷待處理文字的語言,路由到對應的去 AI 味 skill。
路由規則
- 先判斷「要被改寫的那段文字」主要是哪種語言(不是看使用者下指令用的語言):
- 繁體中文/中文(含簡體) → 套用 humanizer-tw:13 類 AI 痕跡、OpenCC 漏網清洗、中國用語在地化、防誤殺台灣詞、標註模式、個人風格校準。
- 英文 → 套用 humanizer-en:36 patterns(Wikipedia 基底+獨立擴充)、voice calibration、detection guidance、annotate mode。
- 取得完整規則:路由後,讀對應的 sibling skill 取得全部細則再動手——
../humanizer-tw/SKILL.md或../humanizer-en/SKILL.md(同一 plugin 內的姊妹 skill)。完全遵循該 skill 的工作流與輸出格式(例如中文的 `//`);本入口不另加格式。 - 中英混合:以「主要語言」為準路由;若兩種語言份量相當,先問一句要以哪邊規則為主,或分段各自套用對應 skill。
注意
- 判語言看的是「要去 AI 味的內容」,不是使用者的指令語言。使用者用中文叫你改一段英文,仍走 humanizer-en。
- 簡體中文先當中文 → humanizer-tw(它本來就處理簡轉繁殘留與在地化)。
- 真的判不準(如極短片段、大量專有名詞)就直接問:「這段要用中文還是英文規則處理?」
> 已知語言時,直接用 /humanizer-tw 或 /humanizer-en 最直接;本入口是給「不想指定/中英混合」的便利路由。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aeopress
- Source: aeopress/writing-skills.TW
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.