Agent skill · Security

anti-lie

Use when audited OpenClaw conversations or outgoing Feishu/Slack/channel messages contain concrete business numbers such as revenue, percentages, stock prices, contract values, costs, market share, or funding and need evidence checks plus red/yellow/green audit stamps after sends.

lc198707github.com/lc198707GitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add lc198707/anti-lie --skill skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 102
SKILL.md size: 4 KB
Bundled scripts: yes
Version: 0.1.0-rev13
Declared author: openclaw-community
Path: skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 89
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Anti-Lie V0.1.0-rev13 Skill Installs the Anti-Lie verifier, OpenClaw hook, and shadow worker so outbound channel messages with concrete business claims are checked for evidence and stamped with PASS/WARN/BLOCK-style audit tails. ## 何时使用本 Skill Activate this skill when the user or workspace mentions: - anti-lie, anti lie, audit stamp, 红黄绿审计, 小尾巴, anti-lie verify - outgoing OpenClaw channel messages to Feishu, Slack, Discord, Telegram, or similar need evidence review - concrete business numbers need receipts before sending: revenue, 营收, costs, percentages, growth rates, stock prices, contract values, funding, market share - installing, verifying, repairing, rolling back, or uninstalling the anti-lie V4.4-rev5 hook/service on Linux or macOS nodes Do not use it for general fact checking without OpenClaw outbound-message audit needs. ## 一键安装(顶层 install.sh) From this skill directory: ```bash bash install.sh ``` Useful options: ```bash bash install.sh --dry-run bash install.sh --port=17600 bash install.sh --workspace="$HOME/.openclaw/workspace" bash install.sh --python=/path/to/python3 ``` The wrapper checks Python >=3.10, OpenClaw config, backs up current hooks to `~/.openclaw/.anti-li

What's inside
Steps it walks through
  1. 何时使用本 Skill
  2. 一键安装(顶层 install.sh)
  3. 自检(verify.sh)
  4. 卸载(uninstall.sh)
  5. 配置
  6. 故障排查
  7. Q1: Python <3.10 fails
  8. Q2: Port 17600 is occupied
  9. Q3: Service starts but health check fails
  10. Q4: Outgoing messages get no audit tail
  11. Q5: Inbound user messages are audited
Ships with 24 files
  • INSTALL-NOTES.md
  • README.md
  • adapters/README.md
  • docs/CHANGELOG.md
  • docs/INSTALL-GUIDE.md
  • install.sh
  • manifest.json
  • package/CHECKSUMS.md5
  • package/LINE-BY-LINE-AUDIT.md
  • package/README.md
  • package/_install-linux.sh
  • package/_install-macos.sh
  • package/acceptance/phase_rev6/README.md
  • package/acceptance/phase_rev6/REPORT.md
  • package/acceptance/phase_rev6/degradation_probe.md
  • package/acceptance/phase_rev6/execution_ledger.json
  • package/acceptance/phase_rev6/falsifiability_report.md
  • package/acceptance/phase_rev6/sha256.txt
  • package/acceptance/phase_rev6/sha256_all.txt
  • package/acceptance/phase_rev6/sha256_modified.txt
  • package/acceptance/phase_rev6/test_output.txt
  • package/acceptance/phase_rev6/test_output_full.txt
  • package/acceptance/phase_rev6/test_p0_all.sh
  • package/acceptance/phase_rev6/verify_checklist.md
first 24 of 102
Commands it runs
bash install.sh
bash install.sh --dry-run
bash install.sh --port=17600
bash install.sh --workspace="$HOME/.openclaw/workspace"
bash install.sh --python=/path/to/python3
bash verify.sh
bash verify.sh --port=17600
bash uninstall.sh
pgrep -af anti-lie-shadow-worker.js
tail -n 50 /tmp/anti-lie-audit.log
About this skill
What does the anti-lie skill do?

Use when audited OpenClaw conversations or outgoing Feishu/Slack/channel messages contain concrete business numbers such as revenue, percentages, stock prices, contract values, costs, market share, or funding and need evidence checks plus red/yellow/green audit stamps after sends.

How do I install it?

Run `npx skills add lc198707/anti-lie --skill skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From lc198707/anti-lie, a repository with 89 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going