Real Skill packageSource verifiedClawHub registry

arena-turn-accelerator

Fixes the four things that make a web agent chat feel slow, stale, dumb, or hostile: (1) long laggy "waiting" spinners after you hit send, (2) the agent still answering your PREVIOUS request after a flaky connection recovers, (3) the agent turning into a slow mindless "zombie" late in long conversations, and (4) needless Google/CAPTCHA human verification popping up when you are obviously human, (5) the agent abandoning a TRUE claim just because the user pushed back with displeasure instead of evidence, (6) holding…

Identity and source

Publisher attributionorionshaowswmwregistry owner unverified by skillvetai
Functional categoryWriting, Content & Translationautomatically inferred · 56% rule confidence
Package forminstruction with code32 recorded files
Canonical sourceClawHub registryclawhub:orionshaowswmw:arena-turn-accelerator
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/26/2026.claude/skills/arena-turn-accelerator
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/26/2026.agents/skills/arena-turn-accelerator
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/26/2026skills/arena-turn-accelerator
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @orionshaowswmw/arena-turn-accelerator
clawhub inspect @orionshaowswmw/arena-turn-accelerator --version 1.5.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
22 / 32 inspected as text
Checked
8/26/2026, 2:00:47 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: x.dev
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/26/2026, 12:23:18 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:3b383baf8440b92b1c63ee7449f909eb0f170d86a3d6b797df7dbf6034d2e0bb
Show up to 30 recorded paths
  • _meta.json
  • plugin.json
  • README.md
  • scripts/__pycache__/agent_state.cpython-313.pyc
  • scripts/__pycache__/arbiter.cpython-313.pyc
  • scripts/__pycache__/context_hygiene.cpython-313.pyc
  • scripts/__pycache__/prompt_compactor.cpython-313.pyc
  • scripts/__pycache__/quarry.cpython-313.pyc
  • scripts/__pycache__/register.cpython-313.pyc
  • scripts/__pycache__/request_lifecycle.cpython-313.pyc
  • scripts/__pycache__/spine.cpython-313.pyc
  • scripts/__pycache__/turn_preflight.cpython-313.pyc
  • scripts/__pycache__/verification_triage.cpython-313.pyc
  • scripts/agent_state.py
  • scripts/arbiter.py
  • scripts/context_hygiene.py
  • scripts/prompt_compactor.py
  • scripts/quarry.py
  • scripts/register.py
  • scripts/request_lifecycle.py
  • scripts/selftest.sh
  • scripts/spine.py
  • scripts/turn_preflight.py
  • scripts/verification_triage.py
  • skill-card.md
  • SKILL.md
  • tests/agent_sanitize_test.py
  • tests/contradictions.py
  • tests/fuzz_fixpoint.py
  • tests/model_check.py

Source changelog

v1.5.1 consumer-safety fix: selftest now runs in a throwaway $HOME sandbox (was rm -rf on the real user home — ClawHub scan was right), __pycache__ junk purged from artifact. All v1.5.0 features stand: per-agent state isolation, model-aware zombie thresholds, multilingual idempotent compaction, JSON contracts, portable tests (74/74, 13/13 mutants)