Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计通过

client-flow客户流量

Agent Skill

client-flow 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,599

周安装

964

GitHub Stars

公开资料未说明

下载量

7,635
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:client-flow(客户流量)
来源仓库:https://github.com/ariktulcha/client-flow
安装命令:
openclaw skills install client-flow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install client-flow

简介

client-flow 自动化客户加入流程和项目生命周期管理。

  • 适用于创建 Google Drive/Dropbox 项目结构、生成发票和分配资源。
  • 通过 clawhub 安装并使用 openclaw skills install client-flow 命令部署。
  • 操作涉及云存储权限,应提前配置好服务账号凭证。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
client-flow
description
>
metadata
openclaw
emoji
🤝

Client Flow

New client? One message, full setup. From folder structure to welcome email to kickoff meeting — automated in 30 seconds instead of 30 minutes.

Why This Exists

Client onboarding is one of the most-reported use cases in the OpenClaw community, yet has zero dedicated skills on ClawHub. Freelancers, agencies, and small businesses repeat the same 8-step process for every new client — creating folders, sending emails, scheduling calls, setting up tasks. This skill automates the entire flow.

The Onboarding Flow

Triggered by something like: "New client: Acme Corp, contact Sarah at sarah@acme.com, project: website redesign, budget: $15k, deadline: March 30"

The skill extracts whatever information is provided, asks for anything critical that's missing, then executes the full onboarding sequence:

Step 1: Create Project Structure

Create an organized folder hierarchy for the project:

[Client Name]/
├── 01-Brief/
│   └── project-brief.md (auto-generated from intake info)
├── 02-Contracts/
├── 03-Design/
├── 04-Development/
├── 05-Content/
├── 06-Deliverables/
└── 07-Communications/
    └── meeting-notes/

Where to create:

  • Google Drive: if gog tool is available, create in a "Clients" folder
  • Dropbox: if Dropbox skill is available
  • Local filesystem: if running locally, create under a configurable base path (default: ~/Clients/)
  • Notion: if Notion skill is available, create a project page instead of folders

Step 2: Generate Project Brief

Auto-generate a project brief document from the intake information:

# Project Brief: [Project Name]
**Client**: [Company Name]
**Contact**: [Name] ([Email])
**Start Date**: [Today or specified]
**Deadline**: [Date]
**Budget**: [Amount]

## Project Description
[Generated from user's input — expand into 2-3 sentences]

## Objectives
- [Extracted or inferred from project type]
- [...]

## Deliverables
- [Inferred from project type — e.g., "website redesign" → wireframes, mockups, final site]
- [...]

## Timeline
- Week 1-2: Discovery & Planning
- Week 3-4: [Phase based on project type]
- [...]

## Notes
[Any additional context from the user's message]

Save this to the project folder.

Step 3: Send Welcome Email

Compose and send (or draft) a welcome email to the client:

Subject: Welcome to [Your Name/Company] — [Project Name] Kickoff

Hi [Client First Name],

Thank you for choosing to work with us on [Project Name]. I'm excited to get started!

Here's what happens next:
1. I'll send a kickoff meeting invite for [suggested date/time]
2. Please review and sign the project agreement [if applicable]
3. We'll begin the discovery phase right away

If you have any questions before we kick off, don't hesitate to reach out.

Looking forward to working together!

[User's name/signature from memory]

Delivery:

  • If email skill is configured: send directly (with user confirmation)
  • If not: output the email for the user to copy and send manually

Step 4: Schedule Kickoff Meeting

Create a calendar event for the kickoff meeting:

  • When: suggest a time 2-3 business days from now (or use user-specified date)
  • Duration: 30 minutes (default, customizable)
  • Attendees: client contact + user
  • Title: "[Client Name] — Project Kickoff"
  • Description: include project brief summary and agenda:
  Agenda:
  1. Introductions & project overview (5 min)
  2. Requirements review (10 min)
  3. Timeline & milestones (10 min)
  4. Next steps & action items (5 min)

Use Google Calendar via gog tool, or Outlook if configured.

Step 5: Create Task Board

Set up project tasks in the user's preferred task manager:

For Todoist / ClickUp / Linear / Asana: Create a project with these default tasks:

  • [ ] Send contract/agreement
  • [ ] Kickoff meeting
  • [ ] Discovery & requirements gathering
  • [ ] First deliverable review
  • [ ] Midpoint check-in
  • [ ] Final delivery
  • [ ] Client feedback
  • [ ] Project closure

For GitHub Issues: (if the project is technical) Create a milestone + issues for each phase

For Notion: (if used as task manager) Create a task database within the project page

Each task gets a due date estimated from the project timeline.

Step 6: Set Up Reminders

Configure follow-up reminders:

  • Day before kickoff: reminder to prepare
  • Weekly check-in: recurring reminder to update the client on progress
  • Milestone dates: reminders for each deliverable deadline
  • 1 week before deadline: "final sprint" reminder

Use OpenClaw cron or the task manager's reminder system.

Step 7: Update Client Registry

Maintain a master list of all clients and projects:

# Client Registry

| Client | Project | Status | Contact | Start | Deadline | Value |
|--------|---------|--------|---------|-------|----------|-------|
| Acme Corp | Website Redesign | 🟢 Active | sarah@acme.com | Feb 15 | Mar 30 | $15k |
| Beta LLC | Brand Identity | 🟡 In Review | john@beta.io | Jan 20 | Feb 28 | $8k |
| Gamma Inc | Mobile App | ✅ Completed | lisa@gamma.co | Nov 1 | Jan 15 | $25k |

Store in workspace memory or as a Markdown file in a "Business" folder.

Post-Onboarding: Project Lifecycle

Status Check

User: "How are my projects doing?" or "Client status" → Pull from client registry + task managers and generate:

🤝 Active Projects

1. Acme Corp — Website Redesign
   Status: On track ✅
   Next milestone: First mockup review (Feb 22)
   Outstanding tasks: 3 of 8 completed
   Budget used: ~40%
   
2. Beta LLC — Brand Identity
   Status: Needs attention ⚠️
   Next milestone: Final delivery (Feb 28) — 5 days away
   Outstanding tasks: 2 remaining
   Blocker: Waiting for client feedback since Feb 10

Client Communication

User: "Draft an update email for Acme Corp" → Generate a progress update email using project data:

  • What's been completed since last update
  • Current status and next steps
  • Any blockers or needs from the client
  • Timeline update

Project Closure

User: "Close the Beta LLC project" → Execute closure workflow:

  1. Mark project as completed in registry
  2. Send thank-you email to client
  3. Archive project folder
  4. Create a project retrospective note
  5. Set a 30-day follow-up reminder for testimonial request
  6. Set a 90-day follow-up for potential repeat business

Templates

Store customizable templates in workspace memory. Defaults are provided but users can override:

  • Welcome email template: adjust tone, signature, included links
  • Folder structure: add/remove folders based on project type
  • Task list: customize default tasks per project type
  • Project types: different presets for "website", "branding", "consulting", "development", etc.

User: "When I onboard a development client, also add GitHub repo setup and Slack channel creation" → Store as a "development" project type template

Configuration

On first use:

  1. Business info: company name, user's name, email signature, timezone
  2. Default tools: which task manager, file storage, calendar, email to use
  3. Project types: what kinds of projects do they typically do?
  4. Templates: review and customize default templates
  5. Client folder location: where to store project folders

Store everything in workspace memory. After first setup, onboarding is one command.

Edge Cases

  • Minimal info: if the user only says "new client: Acme", ask for contact email (required) and project name. Everything else can be defaults.
  • Repeat client: if a client name matches an existing entry, ask if this is a new project for the same client. If yes, add to existing client folder rather than creating a new one.
  • No task manager: if no external task manager is configured, create tasks as a checklist in the project brief
  • No email configured: output the welcome email for manual sending. Don't skip the step.
  • International clients: respect timezone differences in meeting scheduling. If client is in a different timezone, note it.
  • Team projects: if multiple team members are involved, allow assigning tasks to different people
  • Budget tracking: this skill doesn't do invoicing (that's a separate concern), but tracks estimated vs. actual budget at a high level

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.85%
按下载量换算6,784

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills