Loading...
Loading...
Post, reply, quote, and delete posts on X through Shift's Skill Router.
npx skill4agent add tryshift-sh/skills-store postSHIFT_LOCAL_GATEWAYPOST /skill-router/invoke{
"skillProvider": "x",
"skill": "post",
"action": "create",
"input": {
"text": "Hello from Shift"
}
}{
"skillProvider": "x",
"skill": "post",
"action": "reply",
"input": {
"text": "Reply text",
"tweetId": "1234567890"
}
}{
"skillProvider": "x",
"skill": "post",
"action": "quote",
"input": {
"text": "Quoted text",
"tweetId": "1234567890"
}
}{
"skillProvider": "x",
"skill": "post",
"action": "delete",
"input": {
"tweetId": "1234567890"
}
}