소스 정보
- 저장소
- GTM-Planetary/agenticmeadows
- 최근 소스 활동
- 2026년 3월 22일 04:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/GTM-Planetary/agenticmeadows --skill client-management명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
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
| 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?"