← Back to Skills Marketplace
229
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install media-crawl
Description
通过本机 media-agent-crawler HTTP 服务搜集 B站/抖音/YouTube/知乎内容(不依赖 MCP 客户端安装)。当用户要搜集这些平台内容、并已在本机启动应用(默认 http://127.0.0.1:39002)时使用。
Usage Guidance
This skill is coherent with its description and simply calls a local media-agent-crawler service using bundled scripts. Before installing/using it: (1) ensure you actually run and trust the local service at the default address; (2) do not set BIL_CRAWL_URL to an untrusted external endpoint (that would cause the skill to send requests to that host); (3) review the included scripts (they are plain JS/sh and only call the local service) and run them in a safe environment if you are concerned about running shell/Node commands; (4) if you don’t have the local service, the skill will fail rather than installing external code.
Capability Analysis
Type: OpenClaw Skill
Name: media-crawl
Version: 1.0.6
The media-crawl skill bundle is designed to interface with a local media-agent-crawler service (defaulting to http://127.0.0.1:39002) to fetch content from platforms like Bilibili, Douyin, YouTube, and Zhihu. It provides both Bash and Node.js scripts (e.g., `crawl.sh`, `mcp_tool.mjs`) to perform REST and MCP (Model Context Protocol) calls. The code and instructions in `SKILL.md` are consistent with the stated purpose of media scraping and do not contain any evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description state it talks to a local media-agent-crawler service; included scripts and SKILL.md implement exactly that (REST POST to /start-crawl and JSON-RPC POST to /mcp). No unrelated binaries, credentials, or services are requested.
Instruction Scope
Instructions direct the agent to execute shell/Node commands and send HTTP requests to the configured base_url (default localhost). This matches the stated purpose, but the skill will execute arbitrary local shell/Node commands provided in the package (the scripts are visible) and will send data to whichever base_url is supplied (see environment override).
Install Mechanism
No install spec; this is instruction/script-only. All code is bundled in the skill (mjs/sh scripts). No downloads or external installers are used.
Credentials
The skill requests no credentials and no config paths. It does honor an environment variable BIL_CRAWL_URL (documented) to override the service URL — reasonable, but this means a user-supplied URL could redirect the skill's network traffic to an external host if misconfigured.
Persistence & Privilege
always:false and no special persistence/privilege escalation. The skill does not modify other skills or system-wide config; it runs only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install media-crawl - After installation, invoke the skill by name or use
/media-crawl - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
- 增加脚本 scripts/stdio_utf8.mjs,用于支持 Node.js 下标准输入输出的 UTF-8 编码处理
- 内联命令部分:PowerShell 示例前增加设置 UTF-8 标准输入输出的指令,防止中文输出乱码
- 文档细节调整,确保 Windows PowerShell 用户获取更好中文兼容体验
- 其余功能和接口保持不变
v1.0.5
media-crawl 1.0.5 (no file changes detected)
- No code or documentation changes in this version.
- All functionality, commands, and usage remain the same as the previous version.
v1.0.4
media-crawl v1.0.4
- Added Node.js (`.mjs`) and PowerShell (`.ps1`) versions of major scripts: `crawl`, `crawl_mcp`, `list_archives_mcp`, and `mcp_tool`.
- Provided full cross-platform script support across Windows (PowerShell), macOS, and Linux (Node.js/curl).
- SKILL.md updated with new invocation priority: prefers inline shell commands (no dependencies), then Node.js scripts, then bash scripts.
- All script instructions updated to `skills/scripts/` directory for consistency.
- Enhanced usage demos and clarified environment-specific recommendations.
v1.0.3
- Renamed skill to "media-crawler-local" and clarified that it collects B站/抖音/YouTube/知乎 content without requiring the MCP client, communicating directly with a local HTTP service.
- Added structured tool list for all platforms, with required and optional parameters clearly documented.
- Expanded usage documentation for REST and MCP endpoints, providing detailed bash script usage examples for different collection and query scenarios.
- Documented new workflow for health checking, collection, summarizing results, and retrieving detailed task data.
- Described robust error handling strategies for common service and input failures.
Metadata
Frequently Asked Questions
What is 社交媒体研究助手Skill?
通过本机 media-agent-crawler HTTP 服务搜集 B站/抖音/YouTube/知乎内容(不依赖 MCP 客户端安装)。当用户要搜集这些平台内容、并已在本机启动应用(默认 http://127.0.0.1:39002)时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 229 downloads so far.
How do I install 社交媒体研究助手Skill?
Run "/install media-crawl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 社交媒体研究助手Skill free?
Yes, 社交媒体研究助手Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 社交媒体研究助手Skill support?
社交媒体研究助手Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 社交媒体研究助手Skill?
It is built and maintained by 梅花三十三 (@sansan-mei); the current version is v1.0.6.
More Skills