reddit-automation by composiohq/awesome-claude-skills
npx skills add https://github.com/composiohq/awesome-claude-skills --skill reddit-automation通过 Composio 的 Reddit 工具包和 Rube MCP 自动化 Reddit 操作。
工具包文档 : composio.dev/toolkits/reddit
RUBE_SEARCH_TOOLS 可用)RUBE_MANAGE_CONNECTIONS 建立活跃的 Reddit 连接,并指定工具包为 redditRUBE_SEARCH_TOOLS 以获取当前工具模式获取 Rube MCP : 在您的客户端配置中将 https://rube.app/mcp 添加为 MCP 服务器。无需 API 密钥——只需添加端点即可工作。
RUBE_SEARCH_TOOLS 有响应来验证 Rube MCP 是否可用广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
RUBE_MANAGE_CONNECTIONS,指定工具包为 reddit使用场景 : 用户希望跨 subreddit 查找帖子
工具调用顺序 :
REDDIT_SEARCH_ACROSS_SUBREDDITS - 搜索匹配查询的帖子 [必需]关键参数 :
query: 搜索词subreddit: 将搜索限制在特定的 subreddit(可选)sort: 结果排序方式:'relevance'、'hot'、'top'、'new'、'comments'time_filter: 时间范围('hour'、'day'、'week'、'month'、'year'、'all')limit: 要返回的结果数量注意事项 :
time_filter 参数仅适用于某些排序选项使用场景 : 用户希望向 subreddit 提交新帖子
工具调用顺序 :
REDDIT_LIST_SUBREDDIT_POST_FLAIRS - 获取可用的帖子标签 [可选]REDDIT_CREATE_REDDIT_POST - 提交帖子 [必需]关键参数 :
subreddit: 目标 subreddit 名称(不带 'r/' 前缀)title: 帖子标题text: 帖子正文文本(用于文本帖子)url: 链接 URL(用于链接帖子)flair_id: 来自 subreddit 标签列表的标签 ID注意事项 :
使用场景 : 用户希望对帖子发表评论或管理现有评论
工具调用顺序 :
REDDIT_RETRIEVE_POST_COMMENTS - 获取帖子的评论 [可选]REDDIT_POST_REDDIT_COMMENT - 向帖子添加评论或回复评论 [必需]REDDIT_EDIT_REDDIT_COMMENT_OR_POST - 编辑现有评论 [可选]REDDIT_DELETE_REDDIT_COMMENT - 删除评论 [可选]关键参数 :
post_id: 帖子的 ID(用于检索或评论)parent_id: 父项的完整名称(例如,'t3_abc123' 表示帖子,'t1_xyz789' 表示评论)body: 评论文本内容thing_id: 要编辑或删除的项目的完整名称注意事项 :
使用场景 : 用户希望查看 subreddit 的热门或趋势内容
工具调用顺序 :
REDDIT_GET_R_TOP - 获取 subreddit 的热门帖子 [必需]REDDIT_GET - 从 subreddit 端点获取帖子 [替代方案]REDDIT_RETRIEVE_REDDIT_POST - 获取特定帖子的完整详情 [可选]关键参数 :
subreddit: Subreddit 名称time_filter: 热门帖子的时间范围('hour'、'day'、'week'、'month'、'year'、'all')limit: 要检索的帖子数量post_id: 用于获取完整详情的特定帖子 ID注意事项 :
使用场景 : 用户希望编辑或删除自己的帖子
工具调用顺序 :
REDDIT_EDIT_REDDIT_COMMENT_OR_POST - 编辑帖子的文本内容 [可选]REDDIT_DELETE_REDDIT_POST - 删除帖子 [可选]REDDIT_GET_USER_FLAIR - 获取用户在 subreddit 中的标签 [可选]关键参数 :
thing_id: 帖子的完整名称(例如,'t3_abc123')body: 新的文本内容(用于编辑)subreddit: Subreddit 名称(用于标签)注意事项 :
前缀 :
t1_ = 评论 (例如,'t1_abc123')
t2_ = 账户 (例如,'t2_xyz789')
t3_ = 帖子/链接 (例如,'t3_def456')
t4_ = 消息
t5_ = Subreddit
用法 :
1. 检索帖子以获取其完整名称 (t3_XXXXX)
2. 在评论时使用完整名称作为 parent_id
3. 在编辑/删除时使用完整名称作为 thing_id
limit 以指定每页项目数(最大 100)after 令牌after 值以获取下一页1. 使用 subreddit 名称调用 REDDIT_LIST_SUBREDDIT_POST_FLAIRS
2. 通过文本或类别查找匹配的标签
3. 提取 flair_id
4. 在创建帖子时包含 flair_id
速率限制 :
内容规则 :
ID 格式 :
文本格式化 :
[text](url) 格式u/username 提及用户,使用 r/subreddit 提及 subreddit| 任务 | 工具标识符 | 关键参数 |
|---|---|---|
| 搜索 Reddit | REDDIT_SEARCH_ACROSS_SUBREDDITS | query, subreddit, sort, time_filter |
| 创建帖子 | REDDIT_CREATE_REDDIT_POST | subreddit, title, text/url |
| 获取帖子评论 | REDDIT_RETRIEVE_POST_COMMENTS | post_id |
| 添加评论 | REDDIT_POST_REDDIT_COMMENT | parent_id, body |
| 编辑评论/帖子 | REDDIT_EDIT_REDDIT_COMMENT_OR_POST | thing_id, body |
| 删除评论 | REDDIT_DELETE_REDDIT_COMMENT | thing_id |
| 删除帖子 | REDDIT_DELETE_REDDIT_POST | thing_id |
| 获取热门帖子 | REDDIT_GET_R_TOP | subreddit, time_filter, limit |
| 浏览 subreddit | REDDIT_GET | subreddit |
| 获取帖子详情 | REDDIT_RETRIEVE_REDDIT_POST | post_id |
| 获取特定评论 | REDDIT_RETRIEVE_SPECIFIC_COMMENT | comment_id |
| 列出帖子标签 | REDDIT_LIST_SUBREDDIT_POST_FLAIRS | subreddit |
| 获取用户标签 | REDDIT_GET_USER_FLAIR | subreddit |
由 Composio 提供支持
每周安装次数
80
代码仓库
GitHub 星标数
42.3K
首次出现
2026年2月6日
安全审计
安装于
opencode59
claude-code58
gemini-cli54
codex46
replit44
antigravity41
Automate Reddit operations through Composio's Reddit toolkit via Rube MCP.
Toolkit docs : composio.dev/toolkits/reddit
RUBE_MANAGE_CONNECTIONS with toolkit redditRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit redditWhen to use : User wants to find posts across subreddits
Tool sequence :
REDDIT_SEARCH_ACROSS_SUBREDDITS - Search for posts matching a query [Required]Key parameters :
query: Search termssubreddit: Limit search to a specific subreddit (optional)sort: Sort results by 'relevance', 'hot', 'top', 'new', 'comments'time_filter: Time range ('hour', 'day', 'week', 'month', 'year', 'all')limit: Number of results to returnPitfalls :
time_filter parameter only works with certain sort optionsWhen to use : User wants to submit a new post to a subreddit
Tool sequence :
REDDIT_LIST_SUBREDDIT_POST_FLAIRS - Get available post flairs [Optional]REDDIT_CREATE_REDDIT_POST - Submit the post [Required]Key parameters :
subreddit: Target subreddit name (without 'r/' prefix)title: Post titletext: Post body text (for text posts)url: Link URL (for link posts)flair_id: Flair ID from the subreddit's flair listPitfalls :
When to use : User wants to comment on posts or manage existing comments
Tool sequence :
REDDIT_RETRIEVE_POST_COMMENTS - Get comments on a post [Optional]REDDIT_POST_REDDIT_COMMENT - Add a comment to a post or reply to a comment [Required]REDDIT_EDIT_REDDIT_COMMENT_OR_POST - Edit an existing comment [Optional]REDDIT_DELETE_REDDIT_COMMENT - Delete a comment [Optional]Key parameters :
post_id: ID of the post (for retrieving or commenting on)parent_id: Full name of the parent (e.g., 't3_abc123' for post, 't1_xyz789' for comment)body: Comment text contentthing_id: Full name of the item to edit or deletePitfalls :
When to use : User wants to view top or trending content from a subreddit
Tool sequence :
REDDIT_GET_R_TOP - Get top posts from a subreddit [Required]REDDIT_GET - Get posts from a subreddit endpoint [Alternative]REDDIT_RETRIEVE_REDDIT_POST - Get full details for a specific post [Optional]Key parameters :
subreddit: Subreddit nametime_filter: Time range for top posts ('hour', 'day', 'week', 'month', 'year', 'all')limit: Number of posts to retrievepost_id: Specific post ID for full detailsPitfalls :
When to use : User wants to edit or delete their own posts
Tool sequence :
REDDIT_EDIT_REDDIT_COMMENT_OR_POST - Edit a post's text content [Optional]REDDIT_DELETE_REDDIT_POST - Delete a post [Optional]REDDIT_GET_USER_FLAIR - Get user's flair in a subreddit [Optional]Key parameters :
thing_id: Full name of the post (e.g., 't3_abc123')body: New text content (for editing)subreddit: Subreddit name (for flair)Pitfalls :
Prefixes :
t1_ = Comment (e.g., 't1_abc123')
t2_ = Account (e.g., 't2_xyz789')
t3_ = Post/Link (e.g., 't3_def456')
t4_ = Message
t5_ = Subreddit
Usage :
1. Retrieve a post to get its fullname (t3_XXXXX)
2. Use fullname as parent_id when commenting
3. Use fullname as thing_id when editing/deleting
limit for items per page (max 100)after tokenafter value in subsequent requests to get next page1. Call REDDIT_LIST_SUBREDDIT_POST_FLAIRS with subreddit name
2. Find matching flair by text or category
3. Extract flair_id
4. Include flair_id when creating the post
Rate Limits :
Content Rules :
ID Formats :
Text Formatting :
[text](url) formatu/username, subreddits with r/subreddit| Task | Tool Slug | Key Params |
|---|---|---|
| Search Reddit | REDDIT_SEARCH_ACROSS_SUBREDDITS | query, subreddit, sort, time_filter |
| Create post | REDDIT_CREATE_REDDIT_POST | subreddit, title, text/url |
| Get post comments | REDDIT_RETRIEVE_POST_COMMENTS | post_id |
| Add comment | REDDIT_POST_REDDIT_COMMENT | parent_id, body |
| Edit comment/post | REDDIT_EDIT_REDDIT_COMMENT_OR_POST | thing_id, body |
| Delete comment | REDDIT_DELETE_REDDIT_COMMENT | thing_id |
| Delete post | REDDIT_DELETE_REDDIT_POST | thing_id |
| Get top posts | REDDIT_GET_R_TOP | subreddit, time_filter, limit |
| Browse subreddit | REDDIT_GET | subreddit |
Powered byComposio
Weekly Installs
80
Repository
GitHub Stars
42.3K
First Seen
Feb 6, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
opencode59
claude-code58
gemini-cli54
codex46
replit44
antigravity41
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
46,900 周安装
AI代理管理工具 - 统一CLI创建、管理和编排多个AI代理,支持生命周期管理和插件扩展
188 周安装
AI智能错误诊断与调试指南:自动化根因分析、可观测性平台集成与生产环境安全调试
188 周安装
前端设计技能:创建独特、生产级UI界面,突破AI生成美学,实现创意前端开发
194 周安装
Attio CRM API 集成指南:Python脚本管理公司、联系人、笔记和交易
187 周安装
iOS无障碍功能开发指南:VoiceOver、动态字体、WCAG合规性检查与App Store审核
187 周安装
产品战略师工具:自动化OKR级联生成器,实现战略规划与团队对齐
188 周安装
| Get post details | REDDIT_RETRIEVE_REDDIT_POST | post_id |
| Get specific comment | REDDIT_RETRIEVE_SPECIFIC_COMMENT | comment_id |
| List post flairs | REDDIT_LIST_SUBREDDIT_POST_FLAIRS | subreddit |
| Get user flair | REDDIT_GET_USER_FLAIR | subreddit |