- Home
- Skills
- Humanizerai
- Agent Skills
- Detect Ai
detect-ai_skill
4
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill humanizerai/agent-skills --skill detect-ai- SKILL.md1.9 KB
Overview
This skill analyzes text to determine the likelihood it was written by an AI and returns a 0–100 score with detailed metrics. It calls the HumanizerAI detection endpoint and presents a concise verdict, per-metric breakdown, and a recommendation on whether to humanize the content. Use it to validate drafts before publishing or submission.
How this skill works
The skill extracts the supplied text, sends it to the HumanizerAI detect API, and parses the JSON response. It displays the main overall score (0–100), verdict, word and sentence counts, and component metrics like perplexity, burstiness, readability, and n-gram score. If the API call fails, it checks the configured API key and surfaces actionable error guidance.
When to use it
- Before publishing blog posts, articles, or marketing copy to ensure authenticity.
- When reviewing academic or professional submissions for potential AI-generated content.
- During editorial workflows to decide whether content needs humanization or rewriting.
- As part of moderation pipelines to flag likely AI-generated contributions.
- Before client delivery to verify originality and alignment with style guidelines.
Best practices
- Provide a representative sample of the text (not just a single sentence) for reliable scoring.
- Treat the overall score as an indicator, not definitive proof; review metrics and context.
- Combine the detection score with manual review for sensitive or high-stakes content.
- Store the report with the analyzed text and timestamp for audit and follow-up.
- If API errors occur, confirm the HUMANIZERAI_API_KEY is set and retry with the full error message.
Example use cases
- A content editor scans a draft article to decide if it needs humanization before publication.
- A university reviewer checks a student submission for AI-like patterns before investigation.
- A marketing team vets user-generated content for authenticity prior to featuring it.
- A platform flags suspicious forum posts for human moderation based on high AI scores.
FAQ
The overall score (0–100) indicates likelihood of AI authorship: lower scores suggest human-written text, higher scores indicate likely AI-generated content. Use the score ranges for interpretation and review the detailed metrics for context.
What should I do if the API call fails?
First verify that HUMANIZERAI_API_KEY is configured. If the key is present, capture the error message returned by the API and retry. If you need a key, get one at https://humanizerai.com.