← Back to Skills Marketplace
lior539

Remote Jobs Finder

by Lior539 · GitHub ↗ · v1.6.2
cross-platform ✓ Security Clean
1020
Downloads
3
Stars
0
Active Installs
16
Versions
Install in OpenClaw
/install remote-jobs-finder
Description
Fully conversational remote job finder for WhatsApp powered by Remote Rocketship. Uses rr_jobs_search tool (server-side RR_API_KEY) and supports pagination (...
Usage Guidance
This skill appears to be what it says: a conversational job-finder that requires a server-side RR_API_KEY. Before installing, review and do the following: 1) Inspect the included extension files (index.ts/openclaw.plugin.json) — they are small and understandable; they only POST to https://www.remoterocketship.com/api/openclaw/jobs and return the response. 2) Only set RR_API_KEY if you trust the Remote Rocketship account and rotate/revoke keys as needed; store it in the systemd service environment as instructed and restrict access to the host. 3) If you require automatic periodic monitoring (hourly/daily), plan to run a scheduler or add server-side code — the bundle does not include a persistent polling service. 4) Install the files from a trusted source (the GitHub repo link in SKILL.md) and verify future updates come from that repo to avoid supply-chain risks. 5) Run the extension on an isolated host or with appropriate host-level permissions if you’re concerned about key exposure. If you want, I can point out the exact lines in index.ts that send the API key and the HTTP request so you can show them to an admin.
Capability Analysis
Type: OpenClaw Skill Name: remote-jobs-finder Version: 1.6.2 The skill bundle is designed to integrate OpenClaw with the Remote Rocketship job search service. All files, including the `SKILL.md` (agent instructions), `install-server.sh` script, and `index.ts` extension code, align with the stated purpose. The `SKILL.md` contains strong guardrails, explicitly forbidding the agent from making raw HTTP calls, asking users for secrets, or deviating from the job search task. The `index.ts` securely retrieves the `RR_API_KEY` from environment variables and makes API calls only to the legitimate `https://www.remoterocketship.com/api/openclaw/jobs` endpoint. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to harm the user or the system.
Capability Assessment
Purpose & Capability
The skill claims to fetch Remote Rocketship jobs and the bundle includes a small gateway extension that registers rr_jobs_search and posts to remoterocketship.com using an RR_API_KEY. Requiring a server-side API key is appropriate for this purpose.
Instruction Scope
SKILL.md stays within scope: it requires using the rr_jobs_search tool, instructs not to ask users for secrets, and specifies the conversational flows and pagination state. One minor gap: the doc mentions optional 'monitoring' (check every hour) but the bundle does not provide a scheduler or persistent monitor — that requires extra server-side setup not included in the skill files.
Install Mechanism
No remote downloads or package installs. The provided install-server.sh copies two local files into ~/.openclaw/extensions. This is a low-risk, manual install mechanism; files are readable in the bundle so the behavior is auditable.
Credentials
The gateway extension reads process.env.RR_API_KEY to authenticate requests to Remote Rocketship. That environment variable is appropriate and scoped to the service. Small inconsistency: the skill metadata lists no required env vars, but the runtime extension does require RR_API_KEY — the SKILL.md and README do document this and instruct the admin to set it server-side.
Persistence & Privilege
always:false and no attempt to modify other skills or system-wide settings beyond asking the admin to add an Environment entry to the openclaw-gateway service. The extension writes to ~/.openclaw/extensions only and registers one tool; this is proportional for the plugin's purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install remote-jobs-finder
  3. After installation, invoke the skill by name or use /remote-jobs-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Changelog
Initial release of git repository for remote-jobs-finder - Added full project to git, including .git directory and sample hook/config files. - No functional or code changes made to the skill logic. - No changes to skill documentation or behavior. - Enables version control and collaboration for future development.
Metadata
Slug remote-jobs-finder
Version 1.6.2
License
All-time Installs 0
Active Installs 0
Total Versions 16
Frequently Asked Questions

What is Remote Jobs Finder?

Fully conversational remote job finder for WhatsApp powered by Remote Rocketship. Uses rr_jobs_search tool (server-side RR_API_KEY) and supports pagination (... It is an AI Agent Skill for Claude Code / OpenClaw, with 1020 downloads so far.

How do I install Remote Jobs Finder?

Run "/install remote-jobs-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Remote Jobs Finder free?

Yes, Remote Jobs Finder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Remote Jobs Finder support?

Remote Jobs Finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Remote Jobs Finder?

It is built and maintained by Lior539 (@lior539); the current version is v1.6.2.

💬 Comments