Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

rolling-suds-workiz-lead-runnerRolling Suds Workiz 领跑者

Agent Skill

rolling-suds-workiz-lead-runner 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,480

周安装

145

GitHub Stars

公开资料未说明

下载量

1,160
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:rolling-suds-workiz-lead-runner(Rolling Suds Workiz 领跑者)
来源仓库:https://github.com/mwdearing/rolling-suds-workiz-lead-runner
安装命令:
openclaw skills install rolling-suds-workiz-lead-runner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install rolling-suds-workiz-lead-runner

简介

rolling-suds-workiz-lead-runner 读取 Workiz 系统中的潜在客户数据供销售团队跟进。

  • 适用于每日客户分配与优先级排序辅助决策。
  • 支持按日期筛选与状态标记,便于团队协作分工。
  • 使用前需配置只读 API 权限并遵守客户隐私保护规定。
  • 建议定期归档已完成线索以防系统存储空间溢出。

SKILL.md

name
rolling-suds-workiz-lead-runner
description
Read-only Rolling Suds workflow for processing Workiz leads and associated client data. Use when the user wants to review current-day or specific-day leads, pasted/exported Workiz lead data, or future Workiz API lead results, then run them through rolling-suds-customer-quote-intake, residential-property-rolling-suds-estimator, and rolling-suds-workiz-note-builder.
homepage
https://github.com/mwdearing/rolling-suds-workiz-lead-runner
metadata

Rolling Suds Workiz lead runner

Current skill version: 0.1.6

Process Workiz lead data in a read-only way.

Purpose

This skill is for reviewing Workiz lead data and associated client data, then running that information through the existing Rolling Suds skills.

In manual mode, the primary key is the Workiz Lead #.

For now, this skill is read-only. It should not create, update, or delete anything in Workiz.

Current operating modes

Mode 1: Manual / pasted Workiz data

Use when the user provides:

  • pasted Workiz lead text
  • copied lead details
  • exported daily lead content
  • lead + client data copied from Workiz screens

Require the Lead # when possible for manual processing, since that is the correct lead-stage identifier for estimates before conversion into a job.

Mode 2: Future API mode

Design the workflow so it can later use the Workiz API when proper credentials/permissions exist.

Do not pretend API access exists if token access is blocked.

Allowed data scope

This skill is only for:

  • leads data
  • associated client data connected to a given lead

Do not expand scope into unrelated Workiz objects unless the user later asks for it.

Downstream skill chain

When enough data exists, process each lead through:

  1. rolling-suds-customer-quote-intake
  2. residential-property-rolling-suds-estimator
  3. rolling-suds-workiz-note-builder

Read-only rule

  • Never modify Workiz.
  • Never write notes back to Workiz from this skill.
  • Never claim that data was synced or updated in Workiz.
  • Focus on analysis and note generation only.

Output goals

For each lead, produce:

  1. lead summary
  2. client summary
  3. cleaned intake
  4. estimate if possible
  5. Workiz-ready note
  6. manual-review flags

Always preserve the Lead # in outputs when it is provided.

Required data gate

Do not move forward into estimating if the address is missing. Address is required.

If one or more pasted leads are missing required data such as address:

  • stop estimate generation for those leads
  • return a clear missing-required-data section
  • add a top-level Required Missing Data Summary block when processing multiple leads
  • group affected leads by missing field when useful
  • ask for the missing data before proceeding

Recommended output structure

For multiple pasted leads, prefer this structure:

Required Missing Data Summary
Lead Summary
Client Summary
Intake Summary
Estimator Output
Workiz Note
Manual Review Flags

Use Required Missing Data Summary as a top-level triage block when one or more leads are missing required fields such as address.

If estimate quality is too weak, say so clearly and preserve the note/follow-up path.

Manual mode workflow

  1. Read the provided Workiz lead/client data.
  2. Extract and preserve the Workiz Lead # as the primary manual-mode identifier.
  3. Separate lead details from client details.
  4. If customer/contact fields are absent, distinguish between "not included in pasted lead description" and truly unknown data.
  5. Validate required data before continuing.
  6. If address is missing, stop estimate generation for that lead and report the missing required field.
  7. Normalize valid leads through rolling-suds-customer-quote-intake.
  8. If enough estimate inputs exist, run residential-property-rolling-suds-estimator.
  9. Build the final Workiz-ready note with rolling-suds-workiz-note-builder.
  10. Mark anything unresolved as follow-up or manual review.

Future API workflow

When API access exists later, this skill should support read-only API pulls for:

  • current day leads
  • specified day leads
  • associated client records for those leads

Future API mode should use the lead record plus client fields attached to the lead so estimate context can be associated correctly before a lead becomes a job.

Until then, keep API usage conceptual and clearly blocked by permissions.

API readiness notes

The user reported that Workiz has API documentation at https://developer.workiz.com, but their current account permission level does not allow developer-account/token creation.

Therefore:

  • build the skill to be API-ready
  • but keep the current implementation read-only and manual-input compatible
  • do not invent token flows or pretend auth is available

Interaction style

  • Be practical.
  • Keep lead-by-lead output clean.
  • Favor operational usefulness over perfect formatting.
  • Be explicit when something is blocked by missing permissions.

Missing-data interpretation rule

When a pasted Workiz lead description blob does not include phone, email, or full address details, do not automatically claim the customer data is missing from Workiz. Prefer wording like:

  • not included in pasted lead description
  • not present in provided blob

However, if the address is not present in the provided input, treat that as a hard blocker for estimate flow until the address is supplied.

Read references/default-design.md before major edits or iteration.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.81%
按下载量换算879

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills