← Back to Skills Marketplace
mzfshark

Anti-hype Filter

by Mauricio Z. · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
65
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anti-hype-filter
Description
Detect hype cycles and neutralize emotional triggers by rewriting claims into verifiable structures and explicit risk/uncertainty.
README (SKILL.md)

SKILL: anti-hype-filter

Purpose

Detect and neutralize hype cycles before they distort system integrity by stripping emotional triggers and replacing them with structural analysis.

When to Use

  • "guaranteed", "moon", "100x", "alpha" style language
  • Urgency without substance ("now or never")
  • Social proof without evidence
  • Claims that minimize risk or constraints

Inputs

  • text (required): message to evaluate
  • context (optional):
    • domain (token|product|governance|community)
  • policy (required):
    • hype_terms (optional list; if omitted, use the embedded default set in this skill)
    • max_response_words (default 100)

Steps

  1. Extract key claims (1-5).
  2. Detect hype triggers:
    • urgency framing
    • certainty language
    • vague upside claims
    • social proof substitution
  3. Classify:
    • signal, noise, or manipulation_risk
  4. Rewrite the message into a verifiable form:
    • replace certainty with uncertainty
    • add required missing variables (data window, metrics, constraints)
  5. Draft a minimal response that:
    • does not repeat hype memes verbatim
    • demands evidence and risk disclosure

Validation

  • If classification is manipulation_risk, provide at least 1 falsifiable request for evidence.
  • Do not amplify hype phrases; paraphrase instead.

Output

  • anti_hype_result:
    • classification ("signal"|"noise"|"manipulation_risk")
    • detected_triggers (list)
    • missing_information (list)
    • rewrite (verifiable version)
    • response_draft (string)

Safety Rules

  • Never accuse individuals of malice without evidence; label as "risk" not "intent".
  • No financial promises.
  • No deception; no fabricated data.

Example

Input: "This will 100x in 2 weeks, everyone knows." Output: manipulation_risk, missing evidence, rewrite into metrics/timeframe/assumptions, and a short demand for proof + risk disclosure.

Usage Guidance
This skill appears internally consistent and low-risk, but before installing: (1) avoid feeding sensitive or confidential text (it rewrites whatever you send); (2) review or supply the policy.hype_terms list to ensure it matches your domain and avoids false positives/negatives; (3) test on representative examples to confirm rewrites don't inadvertently change factual meaning or introduce bias; (4) consider logging/auditing outputs if you will apply this automatically to user-facing content; and (5) if you plan to enable autonomous invocation, restrict its scope and monitor outputs to prevent undesired automated moderation decisions.
Capability Analysis
Type: OpenClaw Skill Name: anti-hype-filter Version: 1.0.0 The skill bundle is a purely instructional set of Markdown and metadata files designed to help an AI agent identify and neutralize marketing or crypto 'hype' language. It contains no executable code, network calls, or file system operations, and the instructions in SKILL.md are aligned with its stated defensive purpose without any indicators of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md steps (detect triggers, classify, rewrite). There are no unexpected environment variables, binaries, or config paths requested that would be unrelated to a text-filtering/rewriting tool.
Instruction Scope
Runtime instructions are narrowly scoped to processing provided text (extract claims, detect triggers, classify, rewrite, draft response). The SKILL.md does not instruct reading system files, environment variables, or sending data to external endpoints, and includes sensible safety rules (avoid accusing individuals, no fabricated data).
Install Mechanism
No install spec or code files requiring downloads or execution are present—this is an instruction-only skill, so nothing is written to disk or installed at runtime.
Credentials
The skill requires no environment variables, credentials, or config paths. The declared inputs (text, optional policy/hype_terms) are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modification of other skills. Autonomous invocation is allowed by default but that is expected for normal skills and is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anti-hype-filter
  3. After installation, invoke the skill by name or use /anti-hype-filter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the anti-hype-filter skill. - Detects and classifies hype language in messages to prevent manipulation. - Extracts key claims, identifies hype triggers, and classifies messages as signal, noise, or manipulation risk. - Rewrites hype statements into verifiable claims including explicit risk, uncertainty, and required missing data. - Drafts minimal, non-repetitive responses demanding evidence and disclosure of risks. - Includes clear safety and validation rules to prevent undue accusations and financial promises.
Metadata
Slug anti-hype-filter
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Anti-hype Filter?

Detect hype cycles and neutralize emotional triggers by rewriting claims into verifiable structures and explicit risk/uncertainty. It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.

How do I install Anti-hype Filter?

Run "/install anti-hype-filter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Anti-hype Filter free?

Yes, Anti-hype Filter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Anti-hype Filter support?

Anti-hype Filter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Anti-hype Filter?

It is built and maintained by Mauricio Z. (@mzfshark); the current version is v1.0.0.

💬 Comments