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..5ae7ab1 --- /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: c-hiu3wipussxgo1ul98gf995b +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`.