nagoc-zerowork 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,67 @@
1
+ WhatsApp Automation for Cold Outreach (Beginner-Friendly Guide)
2
+ Generated using Transcript LOL
3
+ =========================================
4
+
5
+ Speaker 1
6
+ 00:00 - 00:14
7
+ You will learn how to create your own browser WhatsApp automation to get leads on autopilot. So how does automation works? It will open WhatsApp web automatically. I will share also the full automation completely for free.
8
+
9
+ Speaker 1
10
+ 00:14 - 00:21
11
+ It will press on new chat. It will paste in a number. It will click on the lead. It will check if there is a lead.
12
+
13
+ Speaker 1
14
+ 00:22 - 00:38
15
+ It will send a cold DM. It will also send it and then it will do it again to the next one. The DM we want to send, I'm now reaching out to AVHC companies. It's like, hi Frank, I'm working on an AI powered lead generation tool for AVHC companies.
16
+
17
+ Speaker 1
18
+ 00:38 - 00:49
19
+ I'm still a little unsure. Would you mind taking a quick look at it and letting me know your thoughts? If you send something like this, people will react. You will go on meetings with them and you can sell them whatever you like.
20
+
21
+ Speaker 1
22
+ 00:49 - 01:02
23
+ So let's get started. The first thing we want to do is we want to get the automation software. Zerowork is a free automation software. You can use the link down below in the description and press on start for free.
24
+
25
+ Speaker 1
26
+ 01:02 - 01:20
27
+ You will have the free trial. After that, you need to install the agent, follow the steps and click the second link down below in the description. Then you can click at the test, but to my account and bam, you're ready. You have the full automation here in your account.
28
+
29
+ Speaker 1
30
+ 01:20 - 01:30
31
+ It's quite a simple automation. It's super short, easy for you to understand. It just opened WhatsApp. It checks like, Hey, this is the button to find new number available.
32
+
33
+ Speaker 1
34
+ 01:30 - 01:41
35
+ It inputs the number. It checks if there is a match for that number and input the text and it sends it. easy as that. So the first thing we need to do is we need to find leads.
36
+
37
+ Speaker 1
38
+ 01:41 - 02:01
39
+ There are different ways to find leads. For example, on Google Maps, you have unlimited phone numbers who all have a WhatsApp with them. On Yellow Pages, there are unlimited businesses with so much phone numbers, you can just copy all the phone numbers. You also have the C7 lead finder with unlimited phone numbers.
40
+
41
+ Speaker 1
42
+ 02:02 - 02:37
43
+ And if you've watched my previous video about the CSS selectors, you could actually make this scrapers yourselves to just scrape yellow pages or Google Maps and put them all in a Google Sheet. I already, for the sake of this video, prepared the Google Sheet. I have all the numbers here. I even have all the names for them and what I will do is I will make sure the first two columns is phone and name and I will export this Google Sheet to a CSV because this we can upload to the AI agent.
44
+
45
+ Speaker 1
46
+ 02:37 - 03:04
47
+ If I now go to the WhatsApp automation, I can click on WhatsApp leads, I can click on import data from CSV, I can do upload from CSV. I can choose downloads, I can upload the CSV update and look at this, all my leads are inside. We also have the status column and the status column will be updated whenever a message is sent. So it will also never send a message to the same person twice.
48
+
49
+ Speaker 1
50
+ 03:04 - 03:24
51
+ because here in the loop it will always loop over the table and it will start the next run from the next row. So this is also very beautiful and then it will actually look for where the status is empty. So the final thing to do is actually we want to run this in my regular browser. This is very very very important.
52
+
53
+ Speaker 1
54
+ 03:24 - 03:33
55
+ You can check the connection status. Sometimes you have to restart your browser. Probably the first time when you do it, it will say action required. You have to relaunch Chrome.
56
+
57
+ Speaker 1
58
+ 03:34 - 03:46
59
+ Make sure your Xerox bot is running. I will now relaunch the Chrome. And we are connected. So now the last thing you just have to do is press play and let the magic happen.
60
+
61
+ Speaker 1
62
+ 03:46 - 04:01
63
+ It should open WhatsApp automatically, send all the messages. You can just sit back, relax, let the magic happen. And who knows, maybe tomorrow you get five replies. Maybe you get one client out of it.
64
+
65
+ Speaker 1
66
+ 04:29 - 04:41
67
+ Like this, you can just run it, you can schedule it to run as much as you like. I hope you enjoyed this video. Please like and subscribe and good luck automating. Bye bye!
package/README.md CHANGED
@@ -2,13 +2,16 @@
2
2
 
3
3
  A free Model Context Protocol (MCP) server that connects any MCP-compatible AI client (Claude Desktop, Cursor, Windsurf, Zed, etc.) to your **ZeroWork** TaskBots.
4
4
 
5
- Because ZeroWork does not have a public REST API for managing bots, this MCP server acts as a **Webhook Manager**. You configure your TaskBot webhook URLs, and Claude can then dynamically trigger your automations, pass data to them, and query comprehensive ZeroWork documentation.
5
+ Because ZeroWork does not have a public REST API for managing bots, this MCP server acts as a **Webhook Manager**. You configure your TaskBot webhook URLs, and Claude can then dynamically trigger your automations, pass data to them, generate robust selectors, and query comprehensive ZeroWork documentation.
6
6
 
7
7
  ## Features
8
8
 
9
9
  - **Trigger TaskBots** — easily trigger any of your configured ZeroWork TaskBots
10
10
  - **Dynamic Data** — pass JSON payloads to your TaskBots (populates `zw_webhook_data`)
11
- - **Built-in Knowledge Base** — Claude can read the ZeroWork documentation (General, Webhooks, Variables, Tables, Selectors, Troubleshooting) to help you build and debug TaskBots
11
+ - **Search Official Docs** — use `search_zerowork_docs` to query the entire ZeroWork documentation directly inside Claude
12
+ - **Search Video Tutorials** — use `search_zerowork_tutorials` to query 38+ official video masterclasses and WhatsApp automation guides
13
+ - **Robust Selector Generator** — use `generate_robust_selector` to create non-brittle CSS/XPath selectors tailored for ZeroWork
14
+ - **Built-in Knowledge Base** — Claude can read the embedded ZeroWork documentation resources to help you build and debug TaskBots
12
15
  - **Always up to date** — uses `@latest` so every restart pulls the newest version automatically
13
16
  - **Zero install** — runs via `npx` with no cloning required
14
17
  - **Multi-platform** — works with Claude Desktop, Cursor, Windsurf, Zed, and any stdio MCP client
@@ -36,7 +39,7 @@ Node.js is a free program that allows this MCP to run on your computer. You only
36
39
  3. Click "Generate Webhook"
37
40
  4. Copy the webhook URL (e.g., `https://hook.zerowork.io/...`)
38
41
 
39
- ## Step 2 — Setup (Claude Desktop)
42
+ ## Step 3 — Setup (Claude Desktop)
40
43
 
41
44
  Open your `claude_desktop_config.json` file and configure your bots using the `ZEROWORK_BOTS` environment variable. The value must be a valid JSON string mapping your custom bot names to their webhook URLs.
42
45
 
@@ -77,10 +80,13 @@ Save the file and restart Claude Desktop. The MCP server will connect automatica
77
80
  ## How to Ask Claude
78
81
 
79
82
  Once connected, you can ask Claude things like:
83
+ - "Search ZeroWork video tutorials for how to scrape paginated data with nested loops."
84
+ - "Search ZeroWork docs for how to use multi-line JavaScript Code Blocks in dynamic inputs."
85
+ - "Here is an HTML snippet from LinkedIn. Generate a robust ZeroWork selector for the Connect button."
80
86
  - "What ZeroWork bots do I have configured?"
81
87
  - "Trigger my scraperBot"
82
88
  - "Trigger my dmBot and send it this JSON payload: { 'email': 'test@example.com' }"
83
- - "How do I use variables in ZeroWork?" (Claude will read the embedded documentation resource to answer you)
89
+ - "How do I use variables in ZeroWork?"
84
90
 
85
91
  ## Environment Variables
86
92
 
@@ -90,6 +96,9 @@ Once connected, you can ask Claude things like:
90
96
 
91
97
  ## Available Tools
92
98
 
99
+ - `search_zerowork_docs` - Searches the entire ZeroWork official documentation
100
+ - `search_zerowork_tutorials` - Searches 38+ official video masterclasses and automation guides
101
+ - `generate_robust_selector` - Analyzes HTML snippets to craft non-brittle ZeroWork selectors
93
102
  - `list_taskbots` - Lists all configured TaskBots
94
103
  - `trigger_taskbot` - Triggers a TaskBot without data
95
104
  - `trigger_taskbot_with_data` - Triggers a TaskBot and passes JSON data
@@ -103,8 +112,15 @@ Once connected, you can ask Claude things like:
103
112
  - `resource://zerowork/variables`
104
113
  - `resource://zerowork/tables`
105
114
  - `resource://zerowork/selectors`
115
+ - `resource://zerowork/loops`
116
+ - `resource://zerowork/chatgpt`
117
+ - `resource://zerowork/anti_bot`
106
118
  - `resource://zerowork/troubleshooting`
119
+ - `resource://zerowork/building_blocks`
120
+ - `resource://zerowork/dynamic_inputs`
121
+ - `resource://zerowork/tutorials/tutorial_1` (up to `tutorial_39` for full video transcripts)
107
122
 
108
123
  ## License
109
124
 
110
125
  ISC © nagoc
126
+