← 返回 Skills 市场
1020
总下载
3
收藏
0
当前安装
16
版本数
在 OpenClaw 中安装
/install 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 (...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remote-jobs-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/remote-jobs-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
更新日志
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.
元数据
常见问题
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 (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1020 次。
如何安装 Remote Jobs Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remote-jobs-finder」即可一键安装,无需额外配置。
Remote Jobs Finder 是免费的吗?
是的,Remote Jobs Finder 完全免费(开源免费),可自由下载、安装和使用。
Remote Jobs Finder 支持哪些平台?
Remote Jobs Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remote Jobs Finder?
由 Lior539(@lior539)开发并维护,当前版本 v1.6.2。
推荐 Skills