pawflow-helper

pawflow-helper is a skill for Claude Code, Codex from allcolor/PawFlow-Agents. It costs 27 tokens per session (329 once invoked), scanned A, original, MIT.

A guide for helping users navigate the PawFlow web interface through semantic UI targets and optional avatar gestures. It only covers opening, scrolling to, and highlighting existing interface areas.

In plain words
What is it for?
Finding and explaining PawFlow controls, opening and highlighting relevant screens, and clearing the guidance when a step is finished.
Why use it?
It keeps interface guidance safe and predictable by preventing the helper from submitting forms, changing settings, or inventing page selectors.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Finding and explaining PawFlow controls, opening and highlighting relevant screens, and clearing the guidance when a step is finished.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allcolor/pawflow-agents/pawflow-helper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add allcolor/PawFlow-Agents --skill pawflow-helper
Clone the repo
git clone --depth 1 https://github.com/allcolor/PawFlow-Agents

Made for: Claude Code, 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 pawflow-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/allcolor/pawflow-agents/pawflow-helper/github.svg)](https://agentmods.dev/skills/allcolor/pawflow-agents/pawflow-helper)
Your own site
<a href="https://agentmods.dev/skills/allcolor/pawflow-agents/pawflow-helper"><img src="https://agentmods.dev/badge/skills/allcolor/pawflow-agents/pawflow-helper/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 pawflow-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/allcolor/pawflow-agents/pawflow-helper"><img src="https://agentmods.dev/badge/skills/allcolor/pawflow-agents/pawflow-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 329 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00027 $0.00329
Opus 5 $0.00014 $0.00164
Sonnet 5 $0.00005 $0.00066
Haiku 4.5 $0.00003 $0.00033

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

Security

Grade A, and why

pawflow-helper 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 11d 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.

packages/pawflow.avatar-helper.pfpdir/content/skills/pawflow-helper/SKILL.md · 36 lines

What it actually says

PawFlow interface guidance

Use this skill when the user asks how to find, understand, configure, or use a PawFlow feature in the web interface.

Required workflow

  1. Call pawflow-ui with operation=get before the first interface action.
  2. Use only targets and actions returned by that semantic node.
  3. Prefer guide when an interface surface must be opened and highlighted in one step. Keep the callout message under 200 characters.
  4. Explain what was opened and what the user should see.
  5. Call clear when the highlighted step is complete or the user cancels.

Safety boundary

  • The helper opens, scrolls to, and highlights existing PawFlow surfaces.
  • It does not submit forms, create or delete resources, change settings, reveal secrets, or invoke administrator operations.
  • Never use or invent CSS selectors, DOM IDs, JavaScript, coordinates, or raw browser automation. Semantic target IDs are the only UI identifiers.
  • If an action is unavailable, report the returned reason instead of claiming success.
  • Ask the user to perform or explicitly confirm any state-changing step.

Avatar coordination

When avatar-ui is available, a brief playMotion or setMood call may accompany a guide step. Do not require avatar animation for the UI operation to succeed, and do not hide UI errors behind a gesture.

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. 11d ago First seen · 36 lines · 27 tokens per session scan A d6d29443a3a7

Subscribe to this mod's changes

pawflow-helper is a skill published in the GitHub repository allcolor/PawFlow-Agents (25 stars, last pushed 3d ago), licensed MIT. It adds 27 tokens to every session and 329 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

init

Set up Playwright in a project. Use when user says "set up playwright", "add e2e tests", "configure playwright", "testing setup", "init playwright", or "add test infrastructure".

adriannoes/awesome-agentic-ai · 44 tokens

playwright-pro

Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates…

adriannoes/awesome-agentic-ai · 77 tokens

generate

Generate Playwright tests. Use when user says "write tests", "generate tests", "add tests for", "test this component", "e2e test", "create test for", "test this page", or "test this feature".

adriannoes/awesome-agentic-ai · 51 tokens

migrate

Migrate from Cypress or Selenium to Playwright. Use when user mentions "cypress", "selenium", "migrate tests", "convert tests", "switch to playwright", "move from cypress", or "replace selenium".

adriannoes/awesome-agentic-ai · 50 tokens

hunt-ato

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host header injection redirects token to attacker, predictable token, token leaked in referer, race condition on reset link), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per…

adriannoes/awesome-agentic-ai · 222 tokens

fix

Fix failing or flaky Playwright tests. Use when user says "fix test", "flaky test", "test failing", "debug test", "test broken", "test passes sometimes", or "intermittent failure".

adriannoes/awesome-agentic-ai · 47 tokens