automate-whatsapp

仓库创建 2026年5月3日最近提交 16 小时前SkillHot 收录 4 小时前
▸ 精选理由

覆盖从工作流编辑到执行和调试的端到端 WhatsApp 自动化场景。

▸ 风险提示

需要 Kapso/WhatsApp 凭据与 CLI 权限,可能访问敏感消息数据

这个 Skill 做什么

使用 Kapso 构建、调试和部署针对 WhatsApp 的自动化工作流与触发器。

用 Kapso 把 WhatsApp 对话和事件自动化:配置触发器、编辑流程图、管理执行、部署函数并调试流程行为。遇到需要自动回复、处理用户事件或把消息流接入后端时会用到。特别之处是能和 Kapso CLI、源码工程、webhook/MCP 工具配合,方便本地开发、调试和上线。

▸ 展开 SKILL.md 英文原文

Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and debug automation behavior. Use when automating WhatsApp conversations and event handling.

垂直行业WhatsApp自动化Kapso通用
1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/devbijao/BIJAO/main/.agents/skills/automate-whatsapp/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/devbijao/BIJAO/main/.agents/skills/automate-whatsapp/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Automate WhatsApp

## When to use

Use this skill to build and run WhatsApp automations: workflow CRUD, graph edits, triggers, executions, function management, webhook tools, and MCP tools.

## Setup

Preferred path:
- Kapso CLI installed and authenticated (`kapso login`)
- For workflow and function edits, use source-controlled projects with `kapso link`, `kapso pull`, `kapso build`, and `kapso push`
- For workflow code, use `@kapso/workflows` and export a `Workflow` instance from `workflow.js` or `workflow.ts`

Fallback path:
Env vars:
- `KAPSO_API_BASE_URL` (host only, no `/platform/v1`)
- `KAPSO_API_KEY`

## How to

### Edit workflows locally

Use this path first when the user is workin
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有