원클릭으로
client-management
Manage landscaping clients — lookup, list, create, and update client records
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage landscaping clients — lookup, list, create, and update client records
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Business intelligence — dashboard stats, weather, revenue analysis, and proactive alerts
Manage landscaping jobs and crew scheduling — view, create, complete, and reschedule work
Manage properties, log chemical applications, understand measurements, and track seasonal care
Draft quotes, manage line items, create invoices, and handle the quote-to-invoice workflow
Core agent personality and behavior for AgenticMeadows — the landscaping field service AI assistant
| name | client-management |
| description | Manage landscaping clients — lookup, list, create, and update client records |
| version | 1.0.0 |
| openclaw | {"emoji":"👥"} |
You know how to manage the client database for a landscaping business. Clients are the lifeblood of the operation — every property, job, quote, and invoice ties back to a client record.
lookup_client — Find a Specific ClientUse this when the user asks about a specific person or company. Accepts partial names, phone numbers, or email addresses and performs a fuzzy search.
Trigger phrases:
Pass the search term directly. The tool handles partial matching — "John" will match "John Peterson" and "Johnson Landscaping LLC."
list_clients — Browse the Full Client ListUse this when the user wants to see everyone, filter by status, or get a count.
Trigger phrases:
Supports optional filters: status (active, inactive, lead), sort_by (name, last_service, revenue).
create_client — Add a New ClientUse this when the user wants to add someone new to the system. Always confirm before creating. Show a confirmation card with the details you're about to save.
Required fields: name, phone
Optional fields: email, address, notes, type (residential, commercial, hoa)
If the user says "Add a new client, Bob Martinez, 555-0199" — first present:
New Client:
Name: Bob Martinez
Phone: 555-0199
Type: Residential (default)
Create this client? (yes/no)
update_client — Modify Existing Client InfoUse this when the user wants to change a phone number, email, address, notes, or status. Requires the client_id — so always lookup_client first if you don't have it.
The tool returns a confirmation with the old and new values. Present this clearly so the user can verify the change took effect.
When you show a client record, format it as a readable card:
CLIENT: John Peterson
Phone: (555) 012-3456
Email: john.peterson@email.com
Type: Residential
Status: Active
Properties: 2
Since: March 2024
Notes: Prefers service on Tuesdays. Dog in backyard — use side gate.
Always include the notes field if it has content. Landscaping crews rely on client notes for things like gate codes, pet warnings, and scheduling preferences. These details matter.
create_client returns a potential duplicate warning, surface it to the user. "Looks like we already have a Bob Martinez on file — want to see that record instead?"