← 返回 Skills 市场
huyi9531

social-parser

作者 AIconductor · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install social-parser
功能描述
解析抖音视频和小红书笔记,提取标题、封面、描述、标签、作者等核心信息。当用户想解析、获取、抓取、提取抖音视频数据、小红书笔记内容,或粘贴了抖音/小红书链接希望查看内容详情时调用。常见表达:'帮我解析这个抖音链接'、'获取小红书笔记内容'、'抓取视频信息'、'提取这条小红书的标题标签'、'分析这个视频'。
安全使用建议
This skill is internally consistent: it tells the agent to use a third‑party CLI to fetch and parse Douyin/Xiaohongshu content and does not ask for unrelated credentials. Before installing or running it, verify the gnomic-cli package/repo (review source, maintainer, recent changes) because the SKILL.md suggests installing it from npm/GitHub — npm packages run code on your machine. Prefer installing in a sandbox or running the CLI manually and pasting results to the agent if you are unsure. Also consider legal/ToS implications of scraping platform content and be cautious about handling private or copyrighted material.
功能分析
Type: OpenClaw Skill Name: social-parser Version: 1.0.1 The skill instructions in SKILL.md direct the AI agent to perform a global software installation (npm install -g gnomic-cli) if the tool is missing. This pattern is risky as it allows for the execution of arbitrary code during the installation process via npm post-install scripts. While the tool's stated purpose is parsing social media links from Douyin and Xiaohongshu, the requirement to install unverified third-party software from a personal GitHub repository (https://github.com/huyi9531/gnomic_cli) introduces a potential supply chain risk.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md tells the agent to run a CLI (gnomic) to parse Douyin and Xiaohongshu links and extract title, cover, text, tags, author, and media URLs. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to (1) detect link type, (2) run `gnomic social dy-video <url>` or `gnomic social xhs-note <url>`, and (3) parse/display returned JSON. They explicitly state remote API calls will be made and provide a text output flag. The SKILL.md does not instruct reading arbitrary local files or unrelated env vars.
Install Mechanism
There is no formal install spec in the metadata, but the SKILL.md recommends `npm install -g gnomic-cli` and points to a GitHub repo. That means at runtime the agent or user may download and run third‑party code from npm/GitHub. Installing global npm packages executes remote code and can modify your system; verify the package and its maintainer before installing.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to the described functionality. Note: the external gnomic CLI or the remote APIs it calls might have their own requirements (not declared here).
Persistence & Privilege
The skill is not always-on and does not request elevated privileges or to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but is not combined here with other high-risk features.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-parser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-parser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No file changes detected in this version. - No code or documentation updates were made. - Version number was incremented without any detected modifications.
v1.0.0
Initial release of social-parser. - Supports parsing Douyin video and Xiaohongshu note links, extracting core info like title, cover, description, tags, author, and more. - Provides CLI commands: gnomic social dy-video <url> for Douyin; gnomic social xhs-note <url> for Xiaohongshu. - Outputs structured JSON with extracted data for both platforms. - Offers a -f text option for human-readable results. - Includes guidelines for link type recognition and handling different formats (shortlinks, share texts). - Details platform-specific output fields and known limitations (e.g., Xiaohongshu does not return interaction data or author info).
元数据
Slug social-parser
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

social-parser 是什么?

解析抖音视频和小红书笔记,提取标题、封面、描述、标签、作者等核心信息。当用户想解析、获取、抓取、提取抖音视频数据、小红书笔记内容,或粘贴了抖音/小红书链接希望查看内容详情时调用。常见表达:'帮我解析这个抖音链接'、'获取小红书笔记内容'、'抓取视频信息'、'提取这条小红书的标题标签'、'分析这个视频'。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 social-parser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-parser」即可一键安装,无需额外配置。

social-parser 是免费的吗?

是的,social-parser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

social-parser 支持哪些平台?

social-parser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 social-parser?

由 AIconductor(@huyi9531)开发并维护,当前版本 v1.0.1。

💬 留言讨论