跳到主要内容
知仓学习社ZHICANG

detect-ai-text

Estimate whether a document's prose was written by AI, with the linguistic tells and honest abstention on non-prose. Use when the user asks whether …

执行命令联网无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么执行命令联网
命中总数1 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

AI-Text Detection

Estimate the probability that a document's prose was written by AI, with the specific linguistic tells and an honest abstention when the document isn't prose. Uses the Stipple API (free anonymous tier).

When to use

  • Educators screening student submissions
  • Publishers and platforms triaging inbound content
  • HR reviewing AI-drafted CVs (flag, don't reject)
  • Researchers checking source provenance

Instructions

  1. Get the document. URL, local file path (PDF, DOCX, TXT, MD), or raw text via --text.
  1. Run detection.
   curl -X POST https://www.stipple.sh/v1/detect-ai-text \
     -F "file=@essay.pdf" \
     -H "Authorization: Bearer $STIPPLE_API_KEY"

For raw text: POST JSON {"text": "..."} to the same endpoint.

  1. Interpret the response.
  • applicable: false — the document is not prose (forms, tables, scans, spreadsheets). Detection is deliberately refused rather than guessed. Report this and stop.
  • probability — model confidence (0–1), NOT a calibrated truth
  • lean — "ai" | "human" | "unsure"
  • tells[] — the specific phrases/patterns flagged (e.g. "It is important to note that", uniform sentence length, low burstiness)
  • reasoning — why the model reached its verdict
  • limitations — always present; the API states its own noise profile
  1. Report honestly. This measures style, not authenticity:

| Question | Tool |

|---|---|

| Was this written by AI? (style) | this skill |

| Is this document genuine/tampered? (forensics) | verify-document skill |

A human can write generically; an AI can write plainly. One triage signal, never a verdict.

Output format

AI-written probability: 0.87  (lean: ai)
prose ratio: 0.82

linguistic tells:
  - "It is important to note that, in today's fast-paced world" (stock phrase)
  - uniform sentence length across paragraphs
  - low burstiness; no authorial asides

reasoning: The text relies entirely on formulaic transition clichés...
limitations: The probability is the model's CONFIDENCE, not a calibrated truth.

Limitations and Safety

  • AI-text detection is probabilistic and can disproportionately flag templated,

coached, translated, accessibility-assisted, or non-native-English writing. Do

not use it as proof of misconduct or as the sole basis for employment, academic,

publishing, or disciplinary action.

  • Uploading a document sends its contents to a hosted third party. Obtain explicit

approval first, remove unnecessary personal or confidential material, and verify

the provider's current retention and deletion terms.

  • Preserve the original work and give the affected person a meaningful human review

and appeal path before any consequential decision.

Notes

  • Non-prose documents (forms, tables, payslips) get applicable: false — the engine refuses rather than guessing
  • Can false-flag templated/coached or non-native-English writing — always present as one signal alongside human review
  • Free anonymous tier works without a key; free key at https://www.stipple.sh

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 detect-ai-text 的技能。它们内容并不相同,别混用: