← Back to Skills Marketplace
Opencli Content Hunter
by
judefluen-coder
· GitHub ↗
· v1.4.0
· MIT-0
184
Downloads
0
Stars
0
Active Installs
12
Versions
Install in OpenClaw
/install opencli-content-hunter
Description
基于 opencli 的多平台内容捕手技能。抓取全球热门内容、趋势热点、搜索关键词相关内容。**每当用户提到抓多平台、搜全网、全网热点、多平台抓取时必须触发此技能。** 支持65+平台。每次执行时主动让用户确认平台范围和登录意愿,之后用户可随时说"调整平台"重新选择。触发词:多平台抓取、全网热点、搜全网、open...
Usage Guidance
This skill does what it says (scrapes many platforms) but asks you to: (1) globally install an npm package (which can run install-time scripts), and (2) download and load an unpacked Chrome extension that will reuse your browser login state for many sites. Those two steps create supply-chain and credential-exposure risks. Before installing or using it: verify the opencli npm package source and review its repository; inspect the Chrome extension's code and requested permissions (or prefer an extension from the official store); consider using a dedicated browser profile or disposable account for logged-in scraping; avoid logging into sensitive personal or work accounts in that profile; and confirm you are comfortable with the skill auto-trigger rules (you may want to disable automatic triggers or require an explicit confirmation step). If possible, ask the author for signed releases, a link to the opencli package repo and extension source, and details about what data the extension transmits off-device.
Capability Analysis
Type: OpenClaw Skill
Name: opencli-content-hunter
Version: 1.4.0
The skill is a wrapper for the `@jackwener/opencli` tool, which requires users to install a global NPM package and a custom Chrome extension to scrape data by reusing active browser sessions across 65+ platforms. While the stated intent is content aggregation, the requirement to bypass platform security controls ('zero risk control') and access sensitive logged-in sessions (e.g., LinkedIn, financial sites, and private feeds) poses a high security risk. The SKILL.md and check.sh files focus on environment setup and session verification, but the reliance on third-party binaries and extension-based session access from github.com/jackwener/opencli is inherently risky.
Capability Assessment
Purpose & Capability
The listed requirements (opencli + Chrome extension + logging into target sites) match the stated purpose of multi-platform scraping. No unrelated credentials or binaries are requested.
Instruction Scope
Instructions explicitly require installing and loading a Chrome extension in developer mode and reusing the browser login state for 65+ platforms. That scope goes beyond running a CLI: it asks the user to expose browser authentication (cookies/sessions) which can materially increase risk (credential/cookie exposure). The SKILL.md also enforces automatic triggering on many user phrases, which could cause surprising activations.
Install Mechanism
No automated install spec in the registry (instruction-only), but SKILL.md asks the user to run `npm install -g @jackwener/opencli` (npm global install can execute install scripts) and to download/load an unpacked extension from GitHub releases. GitHub releases is a normal host, but loading an unpacked extension in developer mode bypasses browser-store review and increases risk.
Credentials
The skill requests no environment variables or declared credentials. However it requires users to sign into many third-party sites in Chrome and to allow the extension to access those sessions — this is proportionate to scraping logged-in content but is sensitive and should be explicitly justified and constrained.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation is allowed (default). The SKILL.md's instruction that the skill 'must trigger' on many phrases increases behavioral reach (frequency of activation) but does not change system-level persistence. This combination raises potential for unexpected or frequent activations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install opencli-content-hunter - After installation, invoke the skill by name or use
/opencli-content-hunter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.0
去掉技能中的"呱呱"称呼,改为通用"点评"
v1.3.0
选项B更新为19个实测成功的平台,去除6个失败平台
v1.2.0
opencli-content-hunter v1.2.0
- 完善公开平台抓取支持:“只要不需要登录的”选项B扩展为26个平台,明确全部应被抓取,提升数据覆盖面。
- 详细列出26个平台及其分类,优化用户平台选择提醒和抓取命令说明。
- 明确选项C(自选)行为:仅抓指定平台。
- 新增部分平台类型(如IMDB、Lobsters、Paper Review、Dictionary、Yollomi等)于支持/抓取说明。
- 强调选项B必须抓取全部公开平台,防止遗漏。
- 优化流程说明,更加清晰区分不同平台选择下的执行步骤和命令示例。
v1.1.0
No code or documentation changes detected for version 1.1.0.
- No file changes were found in this release.
- Functionality and workflow remain the same as previous version.
v1.0.7
- 优化了平台选择说明,明确列出“只要不需要登录的(实测可抓)”平台名单,增加 Bluesky、arxiv、Hugging Face 等无需登录的平台。
- 统一了平台分类描述,调整部分平台介绍顺序。
- 触发方式和执行流程说明保持一致,无功能逻辑变更。
v1.0.6
opencli-content-hunter 1.0.6
- 更新平台登录要求速查表:部分主流平台(如小红书、知乎、Reddit、Google News)明确为需要登录才能全面抓取,原先标记为“不需要登录”项已调整。
- “实测结果”表格优化,删除“待验证/有问题”分组,将需登录平台标注更加清晰。
- 优化用户登陆引导说明,明确需要在 Chrome 浏览器登录相关平台后功能才能完整使用。
- 未做其他功能性变更,仅文档和流程描述细化完善。
v1.0.5
- 更新平台登录要求速查表,明确标注实际测试结果及平台登录状态。
- 新增雪球、小红书实际无需登录的确认,知乎返回空,Reddit超时、Twitter需登录等备注。
- 改进表格分类,更清晰地区分无需登录、待验证、必须登录的平台。
- 保持其他使用及执行流程不变。
v1.0.4
- 更新“平台登录要求速查表”,加入“实测结果”,区分哪些平台实际无需登录,可直接抓取。
- 明确标注部分国内平台如B站、微博、36氪等无需登录即可获取热门内容。
- 使用“实测可抓(不需要登录)”、“待验证”和“需要登录”三类标记,帮助用户更好选择平台。
- 无功能或接口变动,仅文档内容优化和信息完善。
v1.0.3
- 调整了【汇报格式】示例,更加精简,使用“一句话说明内容是什么”代替原内容简述。
- 其他内容未更改,仅对汇报格式板块的举例模板做了优化,提升可读性和实操指引。
- 版本无新增功能与行为变更,更新仅涉及文档描述示例。
v1.0.2
- 触发词规则更新,更强调“多平台”“全网”等全局内容捕捉场景,明确新增关键词如“多平台抓取”“全网热点”等必须触发。
- skill 描述与触发词提示已同步调整,去除原有“抓热门、搜内容”等表述,新增更聚合的全平台/全网相关表达。
- 不涉及功能变动,仅对文档(SKILL.md)中的触发条件与使用说明进行了优化、细化与更新。
- 其余技能执行流程、平台说明和功能保持不变。
v1.0.1
opencli-content-hunter v1.0.1
- 补充了 Chrome 扩展未连接时的友好引导内容,完善技能初始化和安装验证说明
- 优化了平台选择界面,细化平台分类、增加媒体和学术等类别,说明更清晰
- 调整了“平台选择”及“登录引导”流程说明,提升用户操作指引
- 仅文档(SKILL.md)内容更新,无功能和代码变动
v1.0.0
opencli-content-hunter 1.0.0
- Initial release of a multi-platform content hunting skill based on opencli, supporting 65+ global platforms.
- Enables fetching trending content, hot topics, and keyword-based searches across domestic and international sites.
- Workflow includes platform selection, Chrome login guidance, and step-by-step user onboarding.
- Actively confirms user platform preferences and login intentions each session; users can adjust platforms at any time with a simple command.
- Produces comprehensive cross-platform trend reports, deep content recommendations, and supports platform-specific commands for rich data extraction.
Metadata
Frequently Asked Questions
What is Opencli Content Hunter?
基于 opencli 的多平台内容捕手技能。抓取全球热门内容、趋势热点、搜索关键词相关内容。**每当用户提到抓多平台、搜全网、全网热点、多平台抓取时必须触发此技能。** 支持65+平台。每次执行时主动让用户确认平台范围和登录意愿,之后用户可随时说"调整平台"重新选择。触发词:多平台抓取、全网热点、搜全网、open... It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Opencli Content Hunter?
Run "/install opencli-content-hunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Opencli Content Hunter free?
Yes, Opencli Content Hunter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Opencli Content Hunter support?
Opencli Content Hunter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Opencli Content Hunter?
It is built and maintained by judefluen-coder (@judefluen-coder); the current version is v1.4.0.
More Skills