nagoc-zerowork 1.1.4 → 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
@@ -9,6 +9,7 @@ Because ZeroWork does not have a public REST API for managing bots, this MCP ser
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
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
12
13
  - **Robust Selector Generator** — use `generate_robust_selector` to create non-brittle CSS/XPath selectors tailored for ZeroWork
13
14
  - **Built-in Knowledge Base** — Claude can read the embedded ZeroWork documentation resources to help you build and debug TaskBots
14
15
  - **Always up to date** — uses `@latest` so every restart pulls the newest version automatically
@@ -79,6 +80,7 @@ Save the file and restart Claude Desktop. The MCP server will connect automatica
79
80
  ## How to Ask Claude
80
81
 
81
82
  Once connected, you can ask Claude things like:
83
+ - "Search ZeroWork video tutorials for how to scrape paginated data with nested loops."
82
84
  - "Search ZeroWork docs for how to use multi-line JavaScript Code Blocks in dynamic inputs."
83
85
  - "Here is an HTML snippet from LinkedIn. Generate a robust ZeroWork selector for the Connect button."
84
86
  - "What ZeroWork bots do I have configured?"
@@ -95,6 +97,7 @@ Once connected, you can ask Claude things like:
95
97
  ## Available Tools
96
98
 
97
99
  - `search_zerowork_docs` - Searches the entire ZeroWork official documentation
100
+ - `search_zerowork_tutorials` - Searches 38+ official video masterclasses and automation guides
98
101
  - `generate_robust_selector` - Analyzes HTML snippets to craft non-brittle ZeroWork selectors
99
102
  - `list_taskbots` - Lists all configured TaskBots
100
103
  - `trigger_taskbot` - Triggers a TaskBot without data
@@ -115,6 +118,7 @@ Once connected, you can ask Claude things like:
115
118
  - `resource://zerowork/troubleshooting`
116
119
  - `resource://zerowork/building_blocks`
117
120
  - `resource://zerowork/dynamic_inputs`
121
+ - `resource://zerowork/tutorials/tutorial_1` (up to `tutorial_39` for full video transcripts)
118
122
 
119
123
  ## License
120
124