通过自然语言调用 fapi.uk 提供的 Reddit API,实现用户、子版块帖子查询和搜索等功能,无需手动组装参数。
作者:@huojiecs110
版本:1.1.0
类别:Social / Reddit
官网:https://fapi.uk
文档:https://utools.readme.io
这个 Skill 让小龙虾通过自然语言完整使用 fapi.uk 的 Reddit API(共 7 个真实接口)。
完全不需要 MCP,小龙虾会自己阅读本文件,智能选择对应接口、组装参数、发送 POST 请求,并用自然中文总结结果。
Base URL:https://fapi.uk/api/base/apitools/reddit/
或者直接在聊天里说: “我的 fapi apiKey 是 xxx,我的 auth_token 是 yyy”
用户相关(User)userPostsTop(用户热门/置顶帖子,支持时间筛选) userPostsNew(用户最新帖子) userPostsHot(用户热帖) userActivity(用户最近动态,包含帖子和评论)
子版块相关(Subreddit)subredditTop(子版块置顶/精华帖子,支持 hour/day/week/month/year/all) subredditNew(子版块最新帖子) subredditHot(子版块热门帖子)
搜索与详情(Search & Detail) search(全站或指定子版块搜索,支持 relevance/hot/top/new/comments 排序 + 时间筛选) postDetail(获取单条帖子完整详情 + 所有评论,需要 subreddit 和 article id)
openclaw config set skills.entries.fapi-uk.apiKey "你的key"ZIP package — ready to use