verify-counts

Verify all count assertions in documentation against actual values.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verify-counts" with this command: npx skills add ldayton/dippy/ldayton-dippy-verify-counts

Verify all count assertions in documentation against actual values.

Claims to Verify

Location Claim Verification

README.md:14

14,000+ tests Dippy + Parable combined

../Dippy.wiki/Reference/Security-Model.md:79

Over 200 read-only commands SIMPLE_SAFE count

../Dippy.wiki/Reference/Security-Model.md:94

Over 80 tools CLI handler count

../Dippy.wiki/Reference/Handler-Model.md:210

80+ handlers CLI handler count

Verification Commands

Dippy tests:

uv run pytest --collect-only -q 2>/dev/null | tail -1

Parable tests: Check table in /Users/lily/source/Parable/tests/README.md

SIMPLE_SAFE count:

uv run python -c "from src.dippy.core.allowlists import SIMPLE_SAFE; print(len(SIMPLE_SAFE))"

CLI handlers:

ls -1 src/dippy/cli/*.py | grep -v init | wc -l

Output

Report each claim with:

  • Documented value

  • Actual value

  • Status (PASS/FAIL/STALE)

Status Criteria

  • PASS: Actual value is within ~10% of documented value

  • STALE: Claim is technically true but significantly outdated (e.g., "50+" when actual is 77)

  • FAIL: Claim is false

If any claim is STALE or FAIL, note which file(s) need updating.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

release

No summary provided by upstream source.

Repository SourceNeeds Review
General

check-coverage

No summary provided by upstream source.

Repository SourceNeeds Review
General

add-command

No summary provided by upstream source.

Repository SourceNeeds Review
General

ai-image-generator

AI 图片与视频异步生成技能,调用 AI Artist API 根据文本提示词生成图片或视频,自动轮询直到任务完成。 ⚠️ 使用前必须设置环境变量 AI_ARTIST_TOKEN 为你自己的 API Key! 获取 API Key:访问 https://staging.kocgo.vip/index 注册登录后创建。 支持图片模型:SEEDREAM5_0(默认高质量图片)、NANO_BANANA_2(轻量快速)。 支持视频模型:SEEDANCE_1_5_PRO(文生视频,支持音频)、SORA2(文生视频或首尾帧图生视频,支持 firstImageUrl/lastImageUrl)。 触发场景: - 用户要求生成图片,如"生成一匹狼"、"画一只猫"、"风景画"、"帮我画"等。 - 用户要求生成视频,如"生成视频"、"用 SORA2 生成"、"文生视频"、"图生视频"、"生成一段...的视频"等。 - 用户指定模型:SEEDREAM5_0、NANO_BANANA_2、SEEDANCE_1_5_PRO、SORA2。

Archived SourceRecently Updated