clawchat-plugin-connect: Skill for Codex

.agents/skills/clawchat-connect-qa/SKILL.md

clawchat-connect-qa is a skill for Codex from XMethues/clawchat-plugin-connect. It costs 102 tokens per session (1,157 once invoked), scanned A, original, MIT.

A skill for acceptance testing of the real ClawChat Android debug app and its Connect services. It covers messaging, agent bindings, groups, commands, attachments, runtime interactions, and related tools.

In plain words
What is it for?
Use it to validate ClawChat Connect builds, Android conversations, group intake, commands, attachments, runtime behavior, and Liveware interactions on the specified debug device.
Why use it?
It checks what users can actually see and do instead of treating repository tests or service logs as sufficient proof. It also defines how to isolate sessions and classify Android environment failures.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is XMethues/clawchat-plugin-connect's own configuration. It tells Codex how to work on clawchat-plugin-connect itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything clawchat-plugin-connect configures →

Reuse

Borrowing it

Nothing to install: this file belongs to XMethues/clawchat-plugin-connect. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/XMethues/clawchat-plugin-connect/main/.agents/skills/clawchat-connect-qa/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/XMethues/clawchat-plugin-connect

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clawchat-connect-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/xmethues/clawchat-plugin-connect/clawchat-connect-qa/github.svg)](https://agentmods.dev/skills/xmethues/clawchat-plugin-connect/clawchat-connect-qa)
Your own site
<a href="https://agentmods.dev/skills/xmethues/clawchat-plugin-connect/clawchat-connect-qa"><img src="https://agentmods.dev/badge/skills/xmethues/clawchat-plugin-connect/clawchat-connect-qa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clawchat-connect-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/xmethues/clawchat-plugin-connect/clawchat-connect-qa"><img src="https://agentmods.dev/badge/skills/xmethues/clawchat-plugin-connect/clawchat-connect-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,157 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00102 $0.01157
Opus 5 $0.00051 $0.00579
Sonnet 5 $0.00020 $0.00231
Haiku 4.5 $0.00010 $0.00116

Measured 9d ago against content hash f2c714a6d9bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

clawchat-connect-qa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/clawchat-connect-qa/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ClawChat Connect QA

Test what the user can actually see and do. Treat repository tests and service logs as supporting evidence, never as a substitute for the real ClawChat or Connect Client surface.

Surface policy

  • Test ClawChat behavior through the Android debug app by SSHing to clawlingdev and targeting ADB device emulator-5558.
  • Android is the default and exclusive ClawChat behavior surface. Do not fall back to local Desktop CUA when Android is unavailable; classify the affected row as environment-blocked.
  • Use the installed debug app as-is. Do not inspect its version, reinstall it, clear its data, or otherwise manage the app unless the task explicitly concerns installation or upgrade behavior.
  • Dedicated QA Agent conversations and conversations explicitly named as QA targets are standing-authorized for uniquely labeled test messages and Connect control commands. Do not broaden that authorization to ordinary contacts, groups, account settings, Moments, or app registration.
  • Choose Session isolation and cleanup from the behavior under test. Use a fresh Session when prior Runtime state could affect the result; do not create one mechanically for tests where Session state is irrelevant.
  • Desktop remains available only when the target is genuinely surface-specific, such as Liveware wide/narrow responsive layout or desktop WebView presentation. Do not duplicate ordinary ClawChat behavior checks on Desktop.
  • Prefer structured Android UI state such as UIAutomator XML for interaction and assertions. Use screenshots when layout or rendering is itself the behavior under test.

Prepare the run

  1. Read references/capability-matrix.md and mark every applicable row pending.
  2. Record the installed Connect version, doctor, service status, configured Agent Bindings, and the test conversations authorized by the user.
  3. Generate a unique run label such as connect-qa-YYYYMMDD-HHMM and use it in Session names and reversible test content.
  4. Choose the Session and cleanup strategy required by the behavior under test; when a fresh Session is required, use /new <run-label>.
  5. Inspect the current Android ClawChat UI on clawlingdev / emulator-5558 before acting. Use Desktop only for the surface-specific exceptions above and Browser only for the standalone loopback Connect Client.

Read the full file on GitHub · 58 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 58 lines · 102 tokens per session scan A f2c714a6d9bc

Subscribe to this mod's changes

clawchat-connect-qa is a skill published in the GitHub repository XMethues/clawchat-plugin-connect (2 stars, last pushed 11d ago), licensed MIT. It adds 102 tokens to every session and 1,157 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

daytona-windows-cert

Run the verified Windows repro for iPolloWork enterprise TLS behavior: install a fake corporate CA into the Windows machine store, serve healthy and broken HTTPS control planes, install a Windows build, and prove the desktop app and spawned runtimes use the operating system trust path.

Devin-AXIS/iPolloWork · 57 tokens

daytona-recording-artifacts

Use this skill to collect proof that a Daytona UI flow works. Use fraimz before declaring the flow passed. If the user asks to do e2e tests for a feature, frame proof is required unless they explicitly ask for non-UI or mock-only validation.

Devin-AXIS/iPolloWork · 38 tokens

fraimz

create a fraimz, make fraimz, prove it works, frame proof, PR proof, validate experience, e2e evidence, fraimz.html. The full fraimz loop — frame the claim, drive the real app via CDP, validate/repair, output fraimz.html. Use whenever a task ends with "please create a fraimz" or any change needs end-to-end proof.

Devin-AXIS/iPolloWork · 90 tokens

run-evals

Launch a real iPolloWork app and run coded eval flows against it. This skill owns launch + run; the prove/repair/verdict loop and evidence standard live in the fraimz skill — load that too for anything that ends in a verdict.

Devin-AXIS/iPolloWork · 70 tokens

daytona-electron-den

Electron and Den, desktop plus cloud, two-sandbox e2e, cloud auth, marketplace, org policy, worker proxy, provider sync, desktop handoff. Validate Electron against a Daytona Den server with unified proof.

Devin-AXIS/iPolloWork · 50 tokens

appium-python-expert

Specialist skill for mobile E2E testing with Appium 2.x + Python (pytest) for Android and iOS. Use this skill whenever the user asks about: setting up Appium with Python, writing mobile test cases, configuring Android/iOS drivers (UIAutomator2, XCUITest), implementing Page Object Model for mobile, running tests with…

jmr85/e2e-agent-skills · 158 tokens