Loading...
Loading...
Use this skill when automating LinkedIn tasks via Rube MCP (Composio): create posts, manage profile, company info, comments, and image uploads. Always search tools first for current schemas.
npx skill4agent add manojbajaj95/claude-gtm-plugin linkedin-automationRUBE_MANAGE_CONNECTIONSlinkedinRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSlinkedinLINKEDIN_GET_MY_INFOLINKEDIN_REGISTER_IMAGE_UPLOADLINKEDIN_CREATE_LINKED_IN_POSTtextvisibilitymedia_titlemedia_descriptionLINKEDIN_GET_MY_INFOLINKEDIN_GET_COMPANY_INFOorganization_idLINKEDIN_REGISTER_IMAGE_UPLOADLINKEDIN_GET_IMAGESLINKEDIN_CREATE_LINKED_IN_POSTownerimage_idLINKEDIN_CREATE_COMMENT_ON_POSTpost_idtextactorLINKEDIN_DELETE_LINKED_IN_POSTpost_id1. Call LINKEDIN_GET_MY_INFO
2. Extract user URN (e.g., 'urn:li:person:XXXXXXXXXX')
3. Use URN as actor/owner in subsequent calls1. Call LINKEDIN_GET_COMPANY_INFO with organization_id
2. Extract organization URN for posting as a company page| Task | Tool Slug | Key Params |
|---|---|---|
| Get my profile | LINKEDIN_GET_MY_INFO | (none) |
| Create post | LINKEDIN_CREATE_LINKED_IN_POST | text, visibility |
| Get company info | LINKEDIN_GET_COMPANY_INFO | organization_id |
| Register image upload | LINKEDIN_REGISTER_IMAGE_UPLOAD | owner |
| Get uploaded images | LINKEDIN_GET_IMAGES | image_id |
| Delete post | LINKEDIN_DELETE_LINKED_IN_POST | post_id |
| Comment on post | LINKEDIN_CREATE_COMMENT_ON_POST | post_id, text, actor |