From 07bbfba6e2c130478a91a0cb5047549237226226 Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:23:56 +0000 Subject: [PATCH 1/2] Add skill: reddit --- skills/reddit/README.md | 28 ++++++++++++++++++++++++++++ skills/reddit/SKILL.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 skills/reddit/README.md create mode 100644 skills/reddit/SKILL.md 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..2e7c603 --- /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: see-workflow-mapping +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`. From 5315b443dd0e9917c47e0f3bd94a763deb21405a Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:43:54 +0800 Subject: [PATCH 2/2] Update workflowId for reddit skill --- skills/reddit/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/reddit/SKILL.md b/skills/reddit/SKILL.md index 2e7c603..1fa36b5 100644 --- a/skills/reddit/SKILL.md +++ b/skills/reddit/SKILL.md @@ -2,7 +2,7 @@ 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: see-workflow-mapping +workflowId: c-xcsq73532kgetcnstjgldrxx triggers: - reddit - post reddit