retweet
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"
}
}
To undo a repost, use:
{
"skillProvider": "x",
"skill": "retweet",
"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
13
Repository
tryshift-sh/skills-storeFirst Seen
4 days ago
Security Audits
Installed on
gemini-cli13
opencode13
codebuddy13
github-copilot13
codex13
kimi-cli13