← Back to Skills Marketplace
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tmpz3kwrq8c
Description
文章品鉴师 - 多维度评估文章质量、检测AI味/大便味、识别原创内容
Usage Guidance
This skill appears internally coherent for the stated purpose (article quality scoring and AI-detection) and contains only local Python code and configuration. However, because the package includes executable Python scripts, treat it like any third‑party code before running: 1) review the source (you have it) for any hidden network calls or unexpected file/system access; 2) install and run it in an isolated environment (virtualenv, container, or sandbox) and avoid running it on systems with sensitive data; 3) do not feed highly sensitive documents into the tool until you are comfortable with its behavior; 4) install dependencies (requirements.txt) only in the sandbox; 5) be aware the AI-detection is heuristic-based and can misclassify content (the code even includes exemption rules for poetry/classics). If you need higher assurance, run static analysis tools or have a developer audit the code for any subtle data exfiltration or OS-level operations before using it on production machines.
Capability Analysis
Type: OpenClaw Skill
Name: tmpz3kwrq8c
Version: 1.0.0
The 'article-taster' skill bundle is a legitimate tool designed to analyze article quality and detect AI-generated content using heuristic-based NLP techniques. The code implements various analyzers (technical, creative, novel) that calculate scores based on word density, sentence structure, and specific keywords, with no evidence of data exfiltration, unauthorized network access, or malicious execution. All scripts (e.g., main.py, ai_detector.py) align strictly with the stated purpose of providing reading recommendations and quality reports.
Capability Assessment
Purpose & Capability
Name/description (article analysis and AI-detection) match the included files: classifier, analyzers, ai_detector, scorer, and report generator. Declared requirements (none) and actual artifacts (Python scripts + requirements.txt listing jieba, scikit-learn, numpy) are appropriate for text analysis in Chinese. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and main.py describe only reading article text (from --text, a file, or a directory) and running local analyses. The runtime instructions do not direct the agent to read system credentials, network endpoints, or unrelated files. The logic focuses on text statistics, pattern matching, and heuristic scoring; there is no instruction to transmit data externally.
Install Mechanism
There is no install spec in the registry (instruction-only from platform perspective), which reduces automated install risk. However the bundle includes runnable Python code and requirements.txt (jieba, scikit-learn, numpy). That means a user/agent executing the skill will likely need to install Python dependencies before running. Lack of an explicit install script is not malicious but means the operator must manually install dependencies (preferably inside an isolated virtualenv/container).
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not reference external secrets or cloud APIs. All environment access is limited to local file reads (user-supplied article files) and typical Python runtime usage.
Persistence & Privilege
Skill flags are default (always:false, user-invocable:true, model-invocation enabled). The skill does not request permanent platform-wide privileges or attempt to modify other skills' configuration. It will execute only when invoked by the agent/user.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tmpz3kwrq8c - After installation, invoke the skill by name or use
/tmpz3kwrq8c - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Test with tags and changelog args
Metadata
Frequently Asked Questions
What is article-taster?
文章品鉴师 - 多维度评估文章质量、检测AI味/大便味、识别原创内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install article-taster?
Run "/install tmpz3kwrq8c" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is article-taster free?
Yes, article-taster is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does article-taster support?
article-taster is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created article-taster?
It is built and maintained by forealmy (@forealmy); the current version is v1.0.0.
More Skills