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
28 changes: 28 additions & 0 deletions skills/reddit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# reddit

Integrate with Reddit for social media engagement and monitoring. Use when you need to: (1) post submissions and create content, (2) create comments and engage in discussions, (3) search subreddits and trending topics, or (4) manage saved posts and user interactions.

## Installation

```bash
refly skill install skp-pbtkr4tgn7sszjjcwl1fkas9
```

## Triggers

- reddit
- post reddit
- reddit comment
- subreddit

## Tags

`social-media` `community` `content` `engagement`

## Author

chizblank

## Links

- [View on Refly](https://refly.ai/skill/skp-pbtkr4tgn7sszjjcwl1fkas9)
37 changes: 37 additions & 0 deletions skills/reddit/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: reddit
description: Integrate with Reddit for social media engagement and monitoring. Use when you need to: (1) post submissions and create content, (2) create comments and engage in discussions, (3) search subreddits and trending topics, or (4) manage saved posts and user interactions.
skillId: skp-pbtkr4tgn7sszjjcwl1fkas9
workflowId: c-xcsq73532kgetcnstjgldrxx
triggers:
- reddit
- post reddit
- reddit comment
- subreddit
tags:
- social-media
- community
- content
- engagement
version: 1.0.0
---

# reddit

Integrate with Reddit for social media engagement and monitoring. Use when you need to: (1) post submissions and create content, (2) create comments and engage in discussions, (3) search subreddits and trending topics, or (4) manage saved posts and user interactions.

## Installation

```bash
refly skill install skp-pbtkr4tgn7sszjjcwl1fkas9
```

## 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`.