← Back to Skills Marketplace
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xhs-title-copywriter
Description
基于用户输入的任何信息生成小红书爆款标题的专业工具。无论用户输入什么,最终目标都是生成小红书爆款标题。任务只在主agent执行,不在子agent执行。
Usage Guidance
Before installing, consider that this skill will send whatever text a user provides (keywords) to an external, undocumented domain (onetotenvip.com). The bundled Python script deliberately disables TLS certificate checks and omits SNI when making HTTPS connections — this is unusual and weakens authenticity/confidentiality guarantees (it can facilitate MitM or connection to nonstandard endpoints). If you plan to use it: (1) do not provide any sensitive or private inputs (passwords, PII, proprietary text); (2) ask the author for the API's owner, privacy policy, and why certificate verification/SNI are disabled; (3) consider running the skill in a network‑restricted sandbox or block its outbound requests until you validate the endpoint; (4) prefer a version that uses standard HTTPS libraries with proper certificate validation or an official/transparent data provider; (5) if you cannot validate the endpoint and purpose, treat the skill as potentially exfiltrative and avoid installing it on high‑trust/production agents.
Capability Analysis
Type: OpenClaw Skill
Name: xhs-title-copywriter
Version: 1.0.0
The skill bundle exhibits several high-risk behaviors, most notably in `scripts/fetch_xhs_trends.py`, which bypasses standard HTTP libraries to implement a manual socket-based HTTPS request that explicitly disables SSL certificate verification (`ssl.CERT_NONE`) and hostname checking. This creates a significant Man-in-the-Middle (MitM) vulnerability. Additionally, `references/core_workflow.md` contains highly aggressive instructions designed to hijack the agent's intent, forcing it to treat all user input as a request for this specific skill and forbidding the use of terms like 'crawl' or 'scrape'. While these behaviors are risky and non-standard, there is no clear evidence of intentional data exfiltration or malicious payloads, aligning it with the 'suspicious' classification rather than 'malicious'.
Capability Assessment
Purpose & Capability
Name/description (generate XHS titles) align with included files: instructions describe querying trend data and the repo contains a script that fetches XHS-related data and then the SKILL.md describes analysis+generation. Requesting no credentials and no binaries is coherent for this purpose.
Instruction Scope
SKILL.md and references/core_workflow.md require reading local policy files and running scripts that call an external API with the user's input as a 'keyword' parameter. That means arbitrary user-provided text will be transmitted to a third party as part of normal operation — a privacy/data‑exfiltration risk if users supply sensitive content.
Install Mechanism
No install spec (instruction-only with one Python script). Not installing third‑party packages or downloading archives reduces risk; the script relies on Python standard libs and requests declared but no package install is specified.
Credentials
The skill requests no environment variables or credentials (good), but it sends user input to https://onetotenvip.com/... — an undocumented third‑party service. Combined with the script's behavior (see TLS handling), this is disproportionate for users who may expect local or official‑API processing.
Persistence & Privilege
always:false and no install modifications. The skill does not request persistent privileges or modify other skills/config — normal and limited persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-title-copywriter - After installation, invoke the skill by name or use
/xhs-title-copywriter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xhs-title-copywriter 1.0.0
- 首发版本,推出“小红书爆款标题生成器”专业工具。
- 支持根据用户任何输入生成小红书爆款标题。
- 要求严格遵循同目录 core_workflow.md 中的操作规范和流程。
- 明确依赖 Requests 2.28.0+ 和系统环境。
Metadata
Frequently Asked Questions
What is 小红书爆款标题生成?
基于用户输入的任何信息生成小红书爆款标题的专业工具。无论用户输入什么,最终目标都是生成小红书爆款标题。任务只在主agent执行,不在子agent执行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install 小红书爆款标题生成?
Run "/install xhs-title-copywriter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 小红书爆款标题生成 free?
Yes, 小红书爆款标题生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 小红书爆款标题生成 support?
小红书爆款标题生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 小红书爆款标题生成?
It is built and maintained by if530770 (@if530770); the current version is v1.0.0.
More Skills