Loading...
Loading...
Read home timeline, mentions, and user posts on X through Shift's Skill Router.
npx skill4agent add tryshift-sh/skills-store timelinePOST${SHIFT_LOCAL_GATEWAY}/skill-router/invoke{
"skillProvider": "x",
"skill": "timeline",
"action": "home",
"input": {
"userId": "123"
}
}{
"skillProvider": "x",
"skill": "timeline",
"action": "user-tweets",
"input": {
"userId": "123"
}
}{
"skillProvider": "x",
"skill": "timeline",
"action": "mentions",
"input": {
"userId": "123"
}
}