Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions skills/twitter/README.md
Original file line number Diff line number Diff line change
@@ -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)
39 changes: 39 additions & 0 deletions skills/twitter/SKILL.md
Original file line number Diff line number Diff line change
@@ -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 <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.