Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

antislopantislop 开发

Agent Skill

antislop 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,260

周安装

174

GitHub Stars

公开资料未说明

下载量

1,364
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:antislop(antislop 开发)
来源仓库:https://github.com/futurizerush/antislop
安装命令:
openclaw skills install antislop
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install antislop

简介

antislop 检查文本是否存在马虎、低质或 AI 生成痕迹,提升内容原创性与专业性。

  • 适用于 OpenClaw 中对写作、报告或代码注释进行质量审核。
  • 支持多种触发词如“质量检查”“防马虎”等快速启动审查流程。
  • 使用前无需特殊权限,但建议人工复核 AI 反馈以避免误判。
  • 可集成到 CI/CD 流程中作为自动化质检环节之一。

SKILL.md

name
Anti-Slop
description
|
version
0.1.0

Anti-Slop: No AI Garbage, Only Original Work

Detect and eliminate AI-generated low-quality patterns. Ensure every piece of output is original, has genuine insight, and maintains high information density. Based on patterns identified from real AI agent failures.

What is Slop?

Slop is AI-generated content that looks productive but adds no real value:

  • Generic statements anyone could write without domain knowledge
  • Repetitive structure (everything becomes a bullet list or table)
  • Filler phrases that add words but not meaning
  • Hallucinated "facts" reported with false confidence
  • Copy-paste templates with swapped keywords
  • Surface-level "analysis" that states the obvious
  • Excessive emoji, bold, and formatting as a substitute for substance

The Anti-Slop Review Process

Step 1: The Information Density Test

Read every sentence. For each one, ask: "Does this sentence contain information the reader didn't already have?"

  • If YES → Keep it
  • If NO → Delete it or replace it with something specific

Examples of zero-density sentences (delete these):

SlopWhy it's slop
"This is an important consideration."Says nothing specific. Important how? To whom?
"There are several factors to consider."List the factors or don't mention them.
"Let me help you with that."Just help. Don't announce it.
"This is a comprehensive solution."Let the reader decide if it's comprehensive.
"It's worth noting that..."Just note it. Drop the meta-commentary.
"In today's rapidly evolving landscape..."Corporate filler. What specific change matters?
"I'd be happy to assist with this task."Start working. Don't perform enthusiasm.

Step 2: The Originality Test

For every claim, recommendation, or analysis, ask: "Is there genuine insight here, or could any AI produce this from a generic prompt?"

Signs of original work:

  • Specific file paths, line numbers, or error messages from actual investigation
  • "I expected X but found Y" — evidence of real exploration
  • Trade-off analysis with concrete reasons, not generic pros/cons
  • References to specific versions, dates, or configuration details
  • Conclusions that could be wrong (original thinking involves risk)

Signs of AI slop:

  • Generic advice that applies to everything ("use best practices", "follow the principle of least surprise")
  • Pros/cons lists where every item is one sentence of vague platitude
  • "Based on my analysis" without showing the actual analysis
  • Recommendations without evidence of investigating alternatives
  • Perfectly balanced "on one hand... on the other hand" without taking a position

Step 3: The False Success Audit

Scan for any claim of completion or success. For each one, verify it's real:

Claim patternVerification required
"Fixed the bug"Test passes? CI green? Show the passing output.
"Updated the file"Read the file back. Is the change actually there?
"Submitted the PR"gh pr view — does it exist? What's the status?
"Responded to review"Is the response correct? Does it actually address the feedback?
"Found 5 issues"List them with file:line evidence. Can you prove each one exists?
"Completed the task"Walk through every deliverable. Is each one actually done?
"All tests pass"Show the test output. Which tests ran?

Step 4: The Structure Audit

AI defaults to over-structured output. Check for unnecessary formatting:

  • Tables: Is a table needed, or would a sentence be clearer?
  • Bullet lists: Is a list needed, or is this just fragmenting a paragraph?
  • Headers: Are there so many headers that the content is chopped up?
  • Bold/emphasis: Is everything bold? Then nothing is bold.
  • Emoji: Are emoji adding meaning or just decoration?
  • Code blocks: Is code formatting used for non-code content?

Rule of thumb: Use the simplest format that communicates the information. A well-written paragraph is often better than a bullet list.

Step 5: The Plagiarism / Template Check

Verify the output is not:

  • A lightly reworded version of documentation or Stack Overflow
  • A template with variables swapped out
  • A generic "how to do X" that could be found in any tutorial
  • Suspiciously similar to common AI training data patterns

If writing about a topic, add value beyond what exists:

  • What's YOUR specific experience or context?
  • What's the non-obvious insight?
  • What would someone miss if they only read the docs?

Do / Don't Checklist

Do

  • [ ] Delete sentences with zero information density
  • [ ] Include specific evidence (file:line, error messages, tool output)
  • [ ] Take a position — don't present perfectly balanced non-opinions
  • [ ] Verify every success claim with a tool or test
  • [ ] Use the simplest format that works (paragraph > bullets > table)
  • [ ] Add unique insight that can't be found in generic docs
  • [ ] Show your work — how you arrived at a conclusion matters
  • [ ] Admit uncertainty ("I'm not sure about X") instead of filling with fluff

Don't

  • [ ] Don't use filler phrases ("It's worth noting", "As we can see", "In conclusion")
  • [ ] Don't start responses with "Certainly!", "Great question!", "I'd be happy to"
  • [ ] Don't use emoji unless the user specifically requests it
  • [ ] Don't create tables/lists when a sentence would suffice
  • [ ] Don't report success without verification
  • [ ] Don't write generic advice ("follow best practices") — be specific
  • [ ] Don't pad responses with unnecessary context the user already knows
  • [ ] Don't restate the user's question back to them
  • [ ] Don't add disclaimers about being an AI or having limitations
  • [ ] Don't generate template-style content with swapped keywords

Real-World Slop Patterns (From Documented Incidents)

Pattern 1: Listing Problems Without Reading Code

An agent listed 10 "optimization targets" in a codebase. On verification, 7 didn't exist — the agent had pattern-matched on file names and generated plausible-sounding issues without reading the actual code.

Prevention: Every claimed problem must have a file:line reference. If you can't point to the exact line, you haven't verified the problem exists.

Pattern 2: Reporting From Memory Instead of Tools

An agent reported "PR #1198 has reviews" — it actually had 0 reviews. The agent generated this from its understanding of what should be true, not from running gh pr view.

Prevention: Never report status from memory. Always use gh pr view, gh pr checks, or equivalent tools.

Pattern 3: Using Outdated Information as Current Truth

An agent reported that GitHub Actions schedule events don't provide github.event.repository.name. This was true until September 2022, when GitHub fixed it. The agent used stale training data.

Prevention: For platform behaviors, check official changelogs and current documentation. Date your sources.

Pattern 4: Partial Code Reading

An agent reported "file is missing set -e" — but set -e was on line 7. The agent only read the first few lines and the end of the file.

Prevention: When auditing a file, read the entire file. Don't skim and assume.

Pattern 5: Submitting to Wrong Audience

Agents submitted PRs to repositories that explicitly don't accept external contributions, and submitted new plugins to a project where community plugins had never been merged.

Prevention: Before submitting anything, verify the target accepts what you're offering. Check CONTRIBUTING.md, merged PR history, and maintainer responses to similar submissions.

Severity Levels

When reviewing output, classify issues:

LevelMeaningAction
CriticalFalse claim, hallucinated fact, phantom referenceMust fix before output
HighUnverified success claim, outdated informationVerify or remove
MediumLow information density, filler textRewrite or remove
LowUnnecessary formatting, minor style issuesFix if time permits

Tips

  • The goal is not to write less — it's to write denser. Every sentence earns its place.
  • Original insight often comes from saying what's unexpected or counterintuitive, not from restating consensus.
  • If you're not sure something is true, saying "I'm not sure" IS the high-quality response. Confident hallucination is the worst kind of slop.
  • Run this checklist on your own output before presenting it. Self-review catches most slop.
  • The best antidote to slop is genuine investigation. Read the code. Run the API. Check the docs. Real work produces real output.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.99%
按下载量换算1,037

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills