nagoc-zerowork 1.1.16 → 1.1.18

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.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/dist/index.js +195 -31
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -77,9 +77,23 @@ Open your `claude_desktop_config.json` file and configure your bots using the `Z
77
77
 
78
78
  Save the file and restart Claude Desktop. The MCP server will connect automatically.
79
79
 
80
+ ## 🎨 Workflow Diagram Generation
81
+
82
+ You can ask Claude to design a visual flowchart or an interactive blueprint of any automation workflow.
83
+
84
+ Just ask:
85
+ **"Build me a diagram for a [platform] [task] workflow"** (e.g. *"Build me a diagram for a WhatsApp cold outreach bot"*).
86
+
87
+ Claude will pause and ask you to choose between two styles:
88
+ 1. **Interactive HTML**: Claude writes a premium, self-contained HTML file. Save it and open it in your browser to see a stunning Interactive Blueprint where you can click on any block to see the exact ZeroWork settings!
89
+ 2. **Mermaid Flowchart**: Claude renders a visual, native Mermaid flowchart directly inside your chat window so you can view it instantly without leaving the app.
90
+
91
+ Because this MCP enforces strict ZeroWork naming rules, Claude will always use the exact building block names (e.g., *Launch Browser*, *Start Repeat*) in its diagrams.
92
+
80
93
  ## How to Ask Claude
81
94
 
82
95
  Once connected, you can ask Claude things like:
96
+ - "Build a diagram for a LinkedIn scraper bot"
83
97
  - "Search ZeroWork video tutorials for how to scrape paginated data with nested loops."
84
98
  - "Search ZeroWork docs for how to use multi-line JavaScript Code Blocks in dynamic inputs."
85
99
  - "Here is an HTML snippet from LinkedIn. Generate a robust ZeroWork selector for the Connect button."