like
Installation
SKILL.md
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"
Related skills