notarycafe-agent

star 0

NotaryCafe.com automation for searching notaries, viewing profiles, login, and sending messages. Runs as a node.js script via the exec tool.

SMSLYCLOUD By SMSLYCLOUD schedule Updated 6/2/2026

name: notarycafe-agent description: NotaryCafe.com automation for searching notaries, viewing profiles, login, and sending messages. Runs as a node.js script via the exec tool. metadata: { "openclaw": { "emoji": "📋", "requires": { "exec": true } }

}

NotaryCafe Automation (nc.mjs)

Automates NotaryCafe.com through the nc.mjs Node.js script. Run these commands with the exec tool and parse JSON output.

Search Notaries

node /root/friend_maker/web/nc.mjs search <zip_or_city>

Returns JSON array of notaries with names, locations, phones.

View Profile

node /root/friend_maker/web/nc.mjs profile <profile_url>

Login

node /root/friend_maker/web/nc.mjs login <email> <password>

Send Message

node /root/friend_maker/web/nc.mjs message <profile_url> <message_text>

Create Account

node /root/friend_maker/web/nc.mjs register <full_name> <email> <password>
Install via CLI
npx skills add https://github.com/SMSLYCLOUD/friend_maker --skill notarycafe-agent
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator