post

Use this managed skill when the user wants to post on X, reply to a post, quote a post, or delete a post.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "post" with this command: npx skills add tryshift-sh/skills-store/tryshift-sh-skills-store-post

X Post

Use this managed skill when the user wants to post on X, reply to a post, quote a post, or delete a post.

This skill uses Shift's local Skill Router. Do not ask the user to paste credentials into chat.

Invocation

Base URL:

SHIFT_LOCAL_GATEWAY

Endpoint:

POST /skill-router/invoke

Request body for a new tweet:

{ "skillProvider": "x", "skill": "post", "action": "create", "input": { "text": "Hello from Shift" } }

Request body for a reply:

{ "skillProvider": "x", "skill": "post", "action": "reply", "input": { "text": "Reply text", "tweetId": "1234567890" } }

Request body for a quote tweet:

{ "skillProvider": "x", "skill": "post", "action": "quote", "input": { "text": "Quoted text", "tweetId": "1234567890" } }

Request body to delete a tweet:

{ "skillProvider": "x", "skill": "post", "action": "delete", "input": { "tweetId": "1234567890" } }

If the connection is missing, tell the user to configure X in Shift.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

square-post

No summary provided by upstream source.

Repository SourceNeeds Review
General

retweet

No summary provided by upstream source.

Repository SourceNeeds Review
General

user

No summary provided by upstream source.

Repository SourceNeeds Review