← Back to Skills Marketplace
636
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install reddit-search-but-free
Description
Reddit research skill — zero auth, zero dependencies, three data providers. Search posts, read threads with comments, monitor subreddits, analyze users, trac...
Usage Guidance
This skill looks coherent and implements the advertised Reddit research features, but consider the following before installing:
- It performs outbound HTTP requests to old.reddit.com and two third-party archive domains (PullPush, Arctic Shift). Only install if you are comfortable with those network endpoints.
- The CLI uses 'npx tsx' to run TypeScript; if tsx is not installed locally, npx will fetch it from the npm registry on first run — run in an isolated environment if you prefer not to pull packages on demand.
- The skill writes cache and watchlist files under its own data/ directory (data/cache, data/watchlist.json). If you install into a shared workspace, review those files and their contents periodically.
- The repository source is listed as unknown / no homepage; if provenance matters, consider auditing the code locally (you can inspect scripts/*.ts) before running, or run inside a sandbox/container.
- If you allow agents to invoke skills autonomously, remember this skill will make network requests as part of searches and watchlist checks; limit autonomous permissions if you want stricter control.
Overall, the package appears benign and proportionate to its stated purpose. If you want higher assurance, review the included TypeScript files locally or run the tool in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: reddit-search-but-free
Version: 1.0.0
The skill is a Reddit research agent that interacts with legitimate Reddit and Reddit archive APIs (old.reddit.com, api.pullpush.io, arctic-shift.photon-reddit.com). All network requests are confined to these domains. File system operations are restricted to the skill's `data/cache` and `data/watchlist.json` directories, with filenames safely constructed or hashed to prevent path traversal. There is no evidence of malicious execution, data exfiltration, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `README.md` files. The code uses safe methods for argument parsing and URL construction, and explicitly states 'zero dependencies', which is confirmed by `package.json`.
Capability Assessment
Purpose & Capability
Name/description (Reddit research) matches the code and SKILL.md. The code fetches old.reddit.com JSON and community archives (PullPush, Arctic Shift), implements search, threads, user/profile endpoints, watchlist, and caching — all expected for a Reddit research tool.
Instruction Scope
Runtime instructions are limited to running the included TypeScript CLI (npx tsx reddit.ts ...) and using provider endpoints. The skill reads/writes only its own data directory (data/cache, data/watchlist.json) and does not instruct reading unrelated system files or other credentials. The 'heartbeat' suggestion to run watchlist check is an agent-level guidance but not an instruction to access unrelated data.
Install Mechanism
There is no explicit install spec; the package is used via npx tsx which may fetch the tsx runtime from npm if not present. SKILL.md claims 'zero dependencies' and 'no npm install needed' — technically the code has no package.json dependencies, but invoking with 'npx tsx' will pull a package on demand. This is expected for TypeScript scripts but is a mild install-time behavior to be aware of.
Credentials
The skill requests no environment variables or credentials. Network access is required (old.reddit.com, api.pullpush.io, arctic-shift.photon-reddit.com) which aligns with the described providers. It writes cache/watchlist files under the skill's data directory only — no broad credential/environment access is requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It does persist a cache and watchlist into its own data/ folder (expected). Because agent autonomous invocation is allowed by default, an agent could run searches and make outbound requests autonomously — this is normal but worth noting if you enable autonomous behaviors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reddit-search-but-free - After installation, invoke the skill by name or use
/reddit-search-but-free - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of a full-featured, zero-auth Reddit research tool.
- Search Reddit posts and comments, including deleted/historical content via three data providers (Reddit, PullPush, Arctic Shift)
- Monitor subreddits, view feeds (hot, new, top, controversial, rising), and set up a subreddit watchlist
- Analyze user profiles, find cross-posts/duplicates, and access subreddit wiki/content
- Terminal-based CLI, requires only Node.js 18+, with no installation or API keys needed
- Includes comment search, multi-subreddit feeds, file-based caching, and agentic "research loop" guidance
Metadata
Frequently Asked Questions
What is Reddit Search But Free?
Reddit research skill — zero auth, zero dependencies, three data providers. Search posts, read threads with comments, monitor subreddits, analyze users, trac... It is an AI Agent Skill for Claude Code / OpenClaw, with 636 downloads so far.
How do I install Reddit Search But Free?
Run "/install reddit-search-but-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reddit Search But Free free?
Yes, Reddit Search But Free is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Reddit Search But Free support?
Reddit Search But Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reddit Search But Free?
It is built and maintained by minilozio (@minilozio); the current version is v1.0.0.
More Skills