pet-sitter-intake
Generate professional PDF client intake forms for pet sitting businesses. Use when a pet sitter, dog walker, pet boarder, or pet care professional needs a client intake form, onboarding questionnaire, or pet information sheet. Trigger phrases: "create intake form", "new client form for my pet sitting business", "pet sitter questionnaire", "boarding intake form". Supports fillable PDFs, custom color themes, multi-pet forms, home access sections, and service-specific templates.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/basilanathan/pet-sitter-intakePet Sitter Client Intake Form Generator
Generate polished, professional PDF intake forms for pet sitting businesses. Minimal input required — outputs a complete, branded, client-ready PDF.
When to Use This Skill
Activate when the user:
- Asks to create a client intake form for pet sitting
- Wants a new client questionnaire or onboarding form
- Needs a pet information sheet for their business
- Says "make a form for my pet sitting business"
- Wants to look professional when taking on new clients
- Asks for a boarding intake form, dog walking form, or drop-in visit checklist
Features
| Feature | Description |
|---|---|
| Fillable PDF Fields | Interactive text fields and checkboxes for digital completion |
| 7 Color Themes | lavender, ocean, forest, rose, sunset, neutral, midnight |
| Multi-Pet Support | Generate forms with 1-10 pet profile sections |
| Service Templates | Specialized sections for boarding, walking, drop-in visits |
| Home Access Section | Key codes, alarm info, WiFi, parking (for in-home sitting) |
| Config File Support | Save business presets in YAML for reuse |
Step 1: Collect Inputs
Ask the user for:
- Business name (required) — e.g., "Happy Paws Pet Sitting"
- Sitter name (optional) — appears in authorization text
- Services offered — Pet Sitting, Dog Walking, Boarding, Drop-in Visits, etc.
- Location — city/state for the form header
- Contact info — email, phone, or website for the footer
- Color theme (optional) — show the 7 available themes
- Service type (optional) — general, boarding, walking, or drop_in
- Number of pets (optional) — if client has multiple pets
If inputs are missing, use reasonable defaults or leave fields blank.
Step 2: Generate the PDF
python scripts/generate_form.py \
--business-name "Happy Paws Pet Sitting" \
--sitter-name "Jane Smith" \
--services "Dog Walking, Boarding, Drop-in Visits" \
--location "Austin, TX" \
--contact "[email protected] | (512) 555-1234" \
--theme ocean \
--service-type boarding \
--pets 2 \
--output "/mnt/user-data/outputs/client_intake_form.pdf"
All CLI Options
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-basilanathan-pet-sitter-intake": {
"enabled": true,
"auto_update": true
}
}
}