retweet
Installation
SKILL.md
X Repost
Use this managed skill for reposting and undoing reposts on X through Shift.
When to use
- The user wants to repost a post
- The user wants to undo a repost
How to invoke
Send a POST request to ${SHIFT_LOCAL_GATEWAY}/skill-router/invoke with:
{
"skillProvider": "x",
"skill": "retweet",
"action": "create",
"input": {
"userId": "123",
"tweetId": "456"
Related skills