← Back to Skills Marketplace
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scavio-reddit
Description
Search Reddit posts or fetch a full post with threaded comments by URL. Use for discussion research, brand monitoring, sentiment analysis, or RAG pipelines n...
Usage Guidance
This skill is coherent: it just calls Scavio's Reddit API and needs a single SCAVIO_API_KEY. Before installing, confirm you trust scavio.dev (data you send — queries or Reddit URLs — will go to their API), avoid sending any private or sensitive URLs or credentials, and consider using a dedicated API key you can rotate or revoke. Also review any privacy/terms on scavio.dev and monitor credit usage if you will paginate many results.
Capability Analysis
Type: OpenClaw Skill
Name: scavio-reddit
Version: 1.0.0
The scavio-reddit skill is a standard API wrapper for searching and retrieving Reddit content via the Scavio service. The SKILL.md file provides clear instructions for an AI agent to interact with the api.scavio.dev endpoints using a required SCAVIO_API_KEY, including appropriate guardrails for data integrity and error handling. No evidence of malicious intent, data exfiltration, or suspicious execution patterns was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description promise (search Reddit, fetch posts+comments) matches the instructions and declared requirement: a single SCAVIO_API_KEY for requests to api.scavio.dev. There are no unrelated env vars or binaries requested.
Instruction Scope
Instructions are narrowly focused on calling Scavio endpoints (/api/v1/reddit/search and /post) and handling pagination/comments. Note: runtime behavior will send Reddit queries and URLs to the third-party domain api.scavio.dev, so data (queries, URLs, and returned Reddit content) is transmitted to that service — this is expected for the stated purpose but is a privacy consideration for sensitive inputs.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes local disk execution risk; nothing is downloaded or installed by the skill itself.
Credentials
Only a single API key (SCAVIO_API_KEY) is required and is the declared primary credential. That is proportional to a third-party API integration; no extra unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request system-level persistence. It is user-invocable and can be autonomously called by the agent (platform default), which is expected for skills of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scavio-reddit - After installation, invoke the skill by name or use
/scavio-reddit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of scavio-reddit skill.
- Search Reddit posts by keyword, sort order, and pagination.
- Retrieve full post details and complete threaded comment trees by Reddit URL.
- Returns structured JSON with subreddit, author, score, flair, awards, media, and comments.
- Supports workflows for sentiment analysis, brand monitoring, and community-sourced research.
- Includes guardrails for credit use, NSFW posts, author attribution, and error handling.
- API key setup and example Python usage provided.
Metadata
Frequently Asked Questions
What is Scavio Reddit?
Search Reddit posts or fetch a full post with threaded comments by URL. Use for discussion research, brand monitoring, sentiment analysis, or RAG pipelines n... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Scavio Reddit?
Run "/install scavio-reddit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scavio Reddit free?
Yes, Scavio Reddit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scavio Reddit support?
Scavio Reddit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scavio Reddit?
It is built and maintained by scavio-ai (@scavio-ai); the current version is v1.0.0.
More Skills