pawflow-helper

Guides users through the PawFlow web interface using semantic UI targets and optional avatar gestures.

26|3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/allcolor/PawFlow-Agents --skill pawflow-helper-allcolor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pawflow-helper
Source: https://github.com/allcolor/PawFlow-Agents/tree/main/packages/pawflow.avatar-helper.pfpdir/content/skills/pawflow-helper
Command: npx skills add https://github.com/allcolor/PawFlow-Agents --skill pawflow-helper-allcolor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users new to the PawFlow web interface often struggle to locate features, understand configuration surfaces, or learn how to complete tasks. This Skill provides guided, non-destructive walkthroughs that open, scroll to, and highlight the exact interface surface a user needs. ## Core Features & Use Cases - Semantic UI Guidance: Uses the pawflow-ui tool's semantic target IDs to open and highlight interface surfaces without CSS selectors, DOM IDs, or raw browser automation. - Safety Boundary: Never submits forms, changes settings, deletes resources, or reveals secrets; state-changing steps are left to the user with explicit confirmation. - Avatar Coordination: Optionally pairs guide steps with avatar-ui playMotion or setMood calls for a more engaging walkthrough. - Use Case: A user asks how to configure a new agent flow. The Skill calls pawflow-ui with operation=get, guides the user to the flows panel with a short callout, explains what to look at, and clears the highlight when done. ## Quick Start Ask the assistant to show you where to configure a feature in the PawFlow interface, and it will highlight the relevant surface with a short explanation.

Frequently Asked Questions about pawflow-helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get guided help inside the PawFlow web interface?▼

Ask the assistant how to find or use a PawFlow feature. The skill calls pawflow-ui with operation=get to list available semantic targets, then uses the guide action to open and highlight the relevant surface with a short callout message.

What is the pawflow-ui semantic tool used for?▼

The pawflow-ui tool exposes semantic target IDs and actions for the PawFlow interface. The skill only uses targets and actions returned by operation=get, never inventing CSS selectors, DOM IDs, JavaScript, or coordinates.

Can the PawFlow helper change settings or submit forms for me?▼

No. The helper is strictly non-destructive: it opens, scrolls to, and highlights existing surfaces only. It never submits forms, creates or deletes resources, changes settings, or reveals secrets, and asks you to confirm any state-changing step.

Does the UI guide work without the avatar-ui tool?▼

Yes. Avatar gestures via playMotion or setMood are optional accompaniments to a guide step. The UI operation succeeds independently, and UI errors are never hidden behind an avatar animation.

What happens if a PawFlow interface action is unavailable?▼

The skill reports the reason returned by the pawflow-ui tool instead of claiming success. It does not fall back to raw browser automation or fabricated selectors when a semantic action cannot be performed.