Skip to content

Commit 403b7c3

Browse files
Add skill: twitter
1 parent 7032425 commit 403b7c3

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

skills/twitter/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# twitter
2+
3+
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.
4+
5+
## Installation
6+
7+
```bash
8+
refly skill install skp-y0gd3zzmxr9n3xmyxhkaxfy4
9+
```
10+
11+
## Triggers
12+
13+
- twitter
14+
- tweet
15+
- post tweet
16+
- twitter thread
17+
- social media
18+
19+
## Tags
20+
21+
`social-media` `twitter` `engagement` `content` `marketing`
22+
23+
## Author
24+
25+
chizblank
26+
27+
## Links
28+
29+
- [View on Refly](https://refly.ai/skill/skp-y0gd3zzmxr9n3xmyxhkaxfy4)

skills/twitter/SKILL.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: twitter
3+
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.
4+
skillId: skp-y0gd3zzmxr9n3xmyxhkaxfy4
5+
workflowId: see-workflow-mapping
6+
triggers:
7+
- twitter
8+
- tweet
9+
- post tweet
10+
- twitter thread
11+
- social media
12+
tags:
13+
- social-media
14+
- twitter
15+
- engagement
16+
- content
17+
- marketing
18+
version: 1.0.0
19+
---
20+
21+
# twitter
22+
23+
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.
24+
25+
## Installation
26+
27+
```bash
28+
refly skill install skp-y0gd3zzmxr9n3xmyxhkaxfy4
29+
```
30+
31+
## Usage
32+
33+
After installation, run the skill using your installation ID:
34+
35+
```bash
36+
refly skill run <installationId> --input '{}'
37+
```
38+
39+
The installation ID is returned when you run `refly skill install`.

0 commit comments

Comments
 (0)