# linkedin_skill > Skill for LinkedIn interactions (posting updates, checking notifications) - Author: Shafqat Sarwar - Repository: Shafqatsarwar/hackathon_panaverse - Version: 20260125045807 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Shafqatsarwar/hackathon_panaverse - Web: https://mule.run/skillshub/@@Shafqatsarwar/hackathon_panaverse~linkedin_skill:20260125045807 --- --- name: linkedin_skill description: Skill for LinkedIn interactions (posting updates, checking notifications) --- # LinkedIn Skill This skill handles interaction with LinkedIn. ## Capabilities - Post status updates - Check notifications (simulated) ## Usage ```python from skills.linkedin_skill.skill import LinkedInSkill skill = LinkedInSkill() skill.post_update("Hello network!") ``` ## Configuration Requires `LINKEDIN_ENABLED=true` in `.env`.