Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tryshift-sh avatar

Like

  • 36 installs
  • Updated May 12, 2026
  • tryshift-sh/skills-store

Helps with ai & agent building tasks.

About

like is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • like
  • AI & Agent Building
  • AI-coding skill

Like by the numbers

  • 36 all-time installs (skills.sh)
  • Ranked #8,608 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tryshift-sh/skills-store --skill like

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs36
Last updatedMay 12, 2026
Repositorytryshift-sh/skills-store

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

X Like

Use this managed skill for liking and unliking posts on X through Shift.

When to use

  • The user wants to like a tweet
  • The user wants to unlike a tweet they previously liked

How to invoke

Send a POST request to ${SHIFT_LOCAL_GATEWAY}/skill-router/invoke with:

{
  "skillProvider": "x",
  "skill": "like",
  "action": "create",
  "input": {
    "userId": "123",
    "tweetId": "456"
  }
}

For removing a like, use:

{
  "skillProvider": "x",
  "skill": "like",
  "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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.