diff --git a/skills/reddit/README.md b/skills/reddit/README.md new file mode 100644 index 0000000..aa133eb --- /dev/null +++ b/skills/reddit/README.md @@ -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) diff --git a/skills/reddit/SKILL.md b/skills/reddit/SKILL.md new file mode 100644 index 0000000..1fa36b5 --- /dev/null +++ b/skills/reddit/SKILL.md @@ -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 --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.