Install
openclaw skills install linkedin-odooFinds a LinkedIn profile URL for an Odoo contact using their name and company, then saves it to the x_linkedin_url field in Odoo. Trigger when a user asks to find the LinkedIn profile for an Odoo contact or update their LinkedIn URL.
openclaw skills install linkedin-odooThis skill automatically searches for a contact's LinkedIn profile using their name and company name (if available) in Odoo, and updates their x_linkedin_url field.
The skill uses Odoo credentials via environment variables, same as the odoo-manager skill:
ODOO_URLODOO_DBODOO_USERNAMEODOO_PASSWORD or ODOO_API_KEYRun the Python script located in scripts/update_linkedin.py with the Odoo Contact ID as the only argument.
python3 scripts/update_linkedin.py <odoo_contact_id>
odoo-manager skill or script to find the contact's ID.scripts/update_linkedin.py <ID>.site:linkedin.com/in <Name> <Company>), and write the URL back to res_partner.x_linkedin_url.html.duckduckgo.com search to find the LinkedIn profile natively in Python.x_linkedin_url provided by the user.