| name | linkedin-auto-connect |
| description | Sends personalized connection requests from LinkedIn people search results. Use this when the user wants to expand their professional network by bulk-sending customized connection messages based on a template, with daily rate limiting to avoid account restrictions. |
| triggerPhrases | ["linkedin批量加好友","send linkedin connection requests","linkedin自动连接","bulk connect linkedin","linkedin群发邀请"] |
| startUrl | https://www.linkedin.com/search/results/people/ |
| urlPattern | linkedin.com |
| categories | ["social","automation"] |
| parameters | [{"name":"message_template","type":"string","description":"Connection request message template — use {{name}} for the person's name and {{headline}} for their job title","required":true},{"name":"daily_limit","type":"number","description":"Maximum number of connection requests to send in this session to avoid LinkedIn rate limits","required":false,"default":20}] |
| preconditions | [{"type":"url_contains","value":"linkedin.com","description":"Browser must be on LinkedIn domain with active login session"}] |