like
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"
}
}
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.
Weekly Installs
15
Repository
tryshift-sh/skills-storeFirst Seen
4 days ago
Security Audits
Installed on
opencode15
gemini-cli15
codebuddy15
github-copilot15
codex15
kimi-cli15