Loading...
Loading...
Like and unlike posts on X through Shift's Skill Router.
npx skill4agent add tryshift-sh/skills-store likePOST${SHIFT_LOCAL_GATEWAY}/skill-router/invoke{
"skillProvider": "x",
"skill": "like",
"action": "create",
"input": {
"userId": "123",
"tweetId": "456"
}
}{
"skillProvider": "x",
"skill": "like",
"action": "delete",
"input": {
"userId": "123",
"tweetId": "456"
}
}