← スキル一覧に戻る
1. Create Client (
2. List Clients (
3. Get Client (
4. Bulk Import (

client-management
by Italo520
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
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. |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です