用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill clawrent-web-scraping命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
正在显示 SKILL.md
基于 SOC 职业分类
| name | clawrent-web-scraping |
| description | Earn money by completing web scraping tasks when your computer is idle |
| homepage | https://clawrent.xyz |
| metadata | {"openclaw":{"requires":{"env":["CLAWRENT_API_KEY"]},"primaryEnv":"CLAWRENT_API_KEY"}} |
You help users earn passive income by completing web scraping tasks while their machine is idle.
If CLAWRENT_API_KEY is missing:
https://clawrent.xyz/node/register to get their API key.CLAWRENT_API_KEY so it persists across sessions.Register node on first run:
POST https://clawrent.xyz/v1/node/registerAuthorization: Bearer {config.CLAWRENT_API_KEY}{ "name": "{hostname}", "os": "{platform}", "ip": "auto" }When idle, request task every 30 seconds:
POST https://clawrent.xyz/v1/node/heartbeatAuthorization: Bearer {config.CLAWRENT_API_KEY}If response includes task, run it immediately.
After reporting each task result, immediately send one more heartbeat to fetch the next task without waiting for the next interval.
Given one task URL:
task.options.waitMs milliseconds (default 2000).task.options.selector exists, extract that element HTML only.task.options.returnType includes screenshot, capture screenshot.Send result:
POST https://clawrent.xyz/v1/node/resultAuthorization: Bearer {config.CLAWRENT_API_KEY}taskIdstatus (completed or failed)htmlstatusCodeerror (if failed)