From 403b7c3205ce798f4523fcbf3f26cea786f0996e Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:24:04 +0000 Subject: [PATCH 1/2] Add skill: twitter --- skills/twitter/README.md | 29 +++++++++++++++++++++++++++++ skills/twitter/SKILL.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 skills/twitter/README.md create mode 100644 skills/twitter/SKILL.md diff --git a/skills/twitter/README.md b/skills/twitter/README.md new file mode 100644 index 0000000..041d2b0 --- /dev/null +++ b/skills/twitter/README.md @@ -0,0 +1,29 @@ +# twitter + +Integrate with Twitter for social media management and engagement. Use when you need to: (1) post tweets and create threads, (2) reply to tweets and engage with users, (3) search tweets and trending topics, or (4) manage direct messages and follower interactions. + +## Installation + +```bash +refly skill install skp-y0gd3zzmxr9n3xmyxhkaxfy4 +``` + +## Triggers + +- twitter +- tweet +- post tweet +- twitter thread +- social media + +## Tags + +`social-media` `twitter` `engagement` `content` `marketing` + +## Author + +chizblank + +## Links + +- [View on Refly](https://refly.ai/skill/skp-y0gd3zzmxr9n3xmyxhkaxfy4) diff --git a/skills/twitter/SKILL.md b/skills/twitter/SKILL.md new file mode 100644 index 0000000..2639528 --- /dev/null +++ b/skills/twitter/SKILL.md @@ -0,0 +1,39 @@ +--- +name: twitter +description: Integrate with Twitter for social media management and engagement. Use when you need to: (1) post tweets and create threads, (2) reply to tweets and engage with users, (3) search tweets and trending topics, or (4) manage direct messages and follower interactions. +skillId: skp-y0gd3zzmxr9n3xmyxhkaxfy4 +workflowId: see-workflow-mapping +triggers: + - twitter + - tweet + - post tweet + - twitter thread + - social media +tags: + - social-media + - twitter + - engagement + - content + - marketing +version: 1.0.0 +--- + +# twitter + +Integrate with Twitter for social media management and engagement. Use when you need to: (1) post tweets and create threads, (2) reply to tweets and engage with users, (3) search tweets and trending topics, or (4) manage direct messages and follower interactions. + +## Installation + +```bash +refly skill install skp-y0gd3zzmxr9n3xmyxhkaxfy4 +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`. From b6f4c567b8cce804705d873efe6cffeeabd708ad Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:44:00 +0800 Subject: [PATCH 2/2] Update workflowId for twitter skill --- skills/twitter/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/twitter/SKILL.md b/skills/twitter/SKILL.md index 2639528..5ae7ab1 100644 --- a/skills/twitter/SKILL.md +++ b/skills/twitter/SKILL.md @@ -2,7 +2,7 @@ name: twitter description: Integrate with Twitter for social media management and engagement. Use when you need to: (1) post tweets and create threads, (2) reply to tweets and engage with users, (3) search tweets and trending topics, or (4) manage direct messages and follower interactions. skillId: skp-y0gd3zzmxr9n3xmyxhkaxfy4 -workflowId: see-workflow-mapping +workflowId: c-hiu3wipussxgo1ul98gf995b triggers: - twitter - tweet