name: client-management description: | Skills para gerenciar clientes, contatos e relacionamento. Inclui CRUD, filtros, analytics e operações em lote. version: 1.0.0 category: core
Client Management Skills
This skill module handles the complete lifecycle of client management within ArchFlow, from prospecting to active portfolio management.
Capabilities
- Create Client: Register new individual (PF) or corporate (PJ) clients.
- Get Client: Retrieve full client profile including financial stats.
- List Clients: Search and filter the client database.
- Update Client: Modify contact info, status, or categorization.
- Client Analytics: Get insights on client spending and projects.
- Bulk Operations: Import/Export client data.
Usage Instructions
1. Create Client (create_client)
Register a new client.
Trigger Phrases:
- "create new client"
- "novo cliente"
- "adicionar cliente"
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
name |
string | Yes | Client full name. |
email |
Yes | Primary email address. | |
legal_type |
enum | Yes | PF (Individual) or PJ (Corporate). |
document |
string | Yes | CPF or CNPJ. |
category |
enum | Yes | RESIDENTIAL, COMMERCIAL, INSTITUTIONAL, etc. |
phone |
string | No | Contact number. |
2. List Clients (list_clients)
Search for clients.
Trigger Phrases:
- "list clients"
- "buscar clientes"
- "show all clients"
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
search |
string | No | Search by name, email, or document. |
category |
string | No | Filter by category. |
status |
enum | No | ACTIVE, PROSPECT, INACTIVE, BLOCKED. |
limit |
number | No | Results per page. |
3. Get Client (get_client)
Get detailed profile.
Trigger Phrases:
- "ver cliente"
- "detalhes do cliente"
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
client_id |
string | Yes | UUID of the client. |
4. Bulk Import (bulk_import_clients)
Import clients from a CSV source.
Trigger Phrases:
- "importar clientes"
- "upload de clientes"
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
csv_file_url |
string | Yes | URL to the CSV file. |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
il y a 4 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!