← 返回 Skills 市场
justoneapi

Reddit API

作者 justoneapi · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install justoneapi-reddit
功能描述
Analyze Reddit workflows with JustOneAPI, including post Details, post Comments, and keyword Search.
使用说明 (SKILL.md)

Reddit

This skill wraps 3 Reddit operations exposed by JustOneAPI. It is strongest for post Details, post Comments, and keyword Search. Expect common inputs such as postId, after, cursor, keyword.

When To Use It

  • The user needs post Details or post Comments on Reddit.
  • The task lines up with keyword Search rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as postId, after, cursor, keyword.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getRedditPostDetailV1: Post Details — Get Reddit post Details data, including author details, subreddit info, and engagement counts, for content analysis, moderation research, and monitoring
  • getRedditPostCommentsV1: Post Comments — Get Reddit post Comments data, including text, authors, and timestamps, for discussion analysis and moderation research
  • searchRedditV1: Keyword Search — Get Reddit keyword Search data, including titles, authors, and subreddit context, for topic discovery and monitoring

Request Pattern

  • 3 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are postId, after, cursor, keyword.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: getRedditPostDetailV1, getRedditPostCommentsV1, searchRedditV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the Reddit task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using getRedditPostDetailV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as postId, after, cursor, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears to do what it says: it makes authenticated GET requests to JustOneAPI's Reddit endpoints and only needs a JUST_ONE_API_TOKEN and node. Before installing, confirm you trust https://api.justoneapi.com and understand what the token grants. Note the token is sent as a URL query parameter (not an HTTP Authorization header), so it may be visible in logs or proxy traces—avoid pasting the token in chat or screenshots. If you require stronger token privacy, ask the maintainer to use an Authorization header or another safer transmission method.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (Reddit via JustOneAPI) aligns with requirements: the skill requires node and a single JUST_ONE_API_TOKEN and exposes three Reddit-focused GET operations. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md limits runtime actions to choosing an endpoint, asking the user for missing parameters, and invoking the bundled node CLI which issues GET requests to api.justoneapi.com. One notable detail: the token is sent as a query parameter (token=...), so the token may appear in server logs, intermediate proxies, or request histories; SKILL.md does warn to keep the token private. Error handling prints backend payloads which could echo returned data.
Install Mechanism
No install spec or external downloads. The skill is instruction-only with a small included Node script (bin/run.mjs). No installers, archives, or external URLs are fetched during install.
Credentials
Only JUST_ONE_API_TOKEN is required and is proportional to the API calls the skill makes. Caveat: the implementation places the token in the URL query string, which is less private than an Authorization header because it can be logged by servers or proxies.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-reddit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-reddit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Operation names updated for clarity: now use getRedditPostDetailV1, getRedditPostCommentsV1, and searchRedditV1. - Documentation, including SKILL.md and generated/operations.md, has been revised to reflect the new operation IDs. - No changes to input/output parameters or core functionality.
v1.0.5
- Updated the "Authentication details" and usage link under the Environment section for more accurate reference, including UTM parameters. - No changes to endpoint operations, usage workflow, or parameters.
v1.0.4
- Updated the Just One API dashboard sign-up link in the environment section for improved onboarding. - No logic or feature changes; documentation only.
v1.0.3
- Clarified environment usage to specify that `JUST_ONE_API_TOKEN` is used only for authenticated Just One API requests. - No functional changes to operations or workflow; documentation clarity improved.
v1.0.2
- Clarified that the `JUST_ONE_API_TOKEN` environment variable must be kept private and not shared in chat messages, screenshots, or logs. - No other functional or interface changes.
v1.0.1
- Added steps for acquiring an API token and links to the Just One API Dashboard and usage guide in the Environment section. - No changes to core functionality or endpoints.
v1.0.0
init
元数据
Slug justoneapi-reddit
版本 1.0.6
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 7
常见问题

Reddit API 是什么?

Analyze Reddit workflows with JustOneAPI, including post Details, post Comments, and keyword Search. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 Reddit API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-reddit」即可一键安装,无需额外配置。

Reddit API 是免费的吗?

是的,Reddit API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reddit API 支持哪些平台?

Reddit API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reddit API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.6。

💬 留言讨论