like

Use this managed skill for liking and unliking posts on X through Shift.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "like" with this command: npx skills add tryshift-sh/skills-store/tryshift-sh-skills-store-like

X Like

Use this managed skill for liking and unliking posts on X through Shift.

When to use

  • The user wants to like a tweet

  • The user wants to unlike a tweet they previously liked

How to invoke

Send a POST request to ${SHIFT_LOCAL_GATEWAY}/skill-router/invoke with:

{ "skillProvider": "x", "skill": "like", "action": "create", "input": { "userId": "123", "tweetId": "456" } }

For removing a like, use:

{ "skillProvider": "x", "skill": "like", "action": "delete", "input": { "userId": "123", "tweetId": "456" } }

Notes

  • This skill requires X to be connected in Shift.

  • Do not ask the user to paste raw credentials into chat.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

post

No summary provided by upstream source.

Repository SourceNeeds Review
General

square-post

No summary provided by upstream source.

Repository SourceNeeds Review
General

user

No summary provided by upstream source.

Repository SourceNeeds Review
General

retweet

No summary provided by upstream source.

Repository SourceNeeds Review