SKILLEMALL.ai

BF xiaohongshu

小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNYUAN_SECRET_ID+KEY)。

LeoYeAI/openclaw-master-skills Agent Skills author: LeoYeAI MIT 8 files · 3 scripts body ≈ 3 498 tokens Open the sourcegithub.com analyzed 2 d ago

小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINIAPIKEY 或 IMGAPIKEY 或…

As a process F 28/100 · Will not run — References files that are not bundled: {baseDir}/references/title-guide.md, {baseDir}/references/content-guide.md, {baseDir}/references/cover-guide.md

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
84
Quality 40%
65
Run on models
none yet
Process rating
F
28/100
Will not run
References files that are not bundled: {baseDir}/references/title-guide.md, {baseDir}/references/content-guide.md, {baseDir}/references/cover-guide.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten
This is a copy of a skill from another catalog; the rating counts the canonical one: xiaohongshu (LeoYeAI/openclaw-master-skills)

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 8

✓ No critical or high findings

Medium and low: 8
  • medium Exfiltration net-redirectable-api-key scripts/cover.sh:59
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-credential-use scripts/cover.sh:302
    Credential used in a network call (verify the destination is the intended service)
    curl -s -X POST "${GEMINI_API_URL}?key=${GEMINI_API_KEY}" \
  • low Dangerous commands cmd-background-process check_env.sh:48
    Starts a background / autostarted process
    cd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > mcp.log 2>&1 &
  • low Dangerous commands cmd-background-process SKILL.md:331
    Starts a background / autostarted process
    cd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > login.log 2>&1 &
  • low Dangerous commands cmd-background-process SKILL.md:370
    Starts a background / autostarted process
    cd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > mcp.log 2>&1 &
  • low Dangerous commands cmd-background-process SKILL.md:432
    Starts a background / autostarted process
    cd ~/xiaohongshu-mcp && DISPLAY=:99 nohup ./xiao…d64 > mcp.log 2>&1 &
  • low Dangerous commands cmd-background-process SKILL.md:488
    Starts a background / autostarted process
    sudo systemctl enable xvfb && sudo systemctl start xvfb
  • low Dangerous commands cmd-background-process SKILL.md:528
    Starts a background / autostarted process
    sudo systemctl enable xhs-mcp && sudo systemctl start xhs-mcp

Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning missing-ref reference to a missing file: {baseDir}/references/title-guide.md
  • warning missing-ref reference to a missing file: {baseDir}/references/content-guide.md
  • warning missing-ref reference to a missing file: {baseDir}/references/cover-guide.md

Process rating: all ten parameters 28/100

Will not run. References files that are not bundled: {baseDir}/references/title-guide.md, {baseDir}/references/content-guide.md, {baseDir}/references/cover-guide.md
  • 0Tools and files. 3 referenced file(s) missing: {baseDir}/references/title-guide.md, {baseDir}/references/content-guide.md, {baseDir}/references/cover-guide.md
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 3 mutating operations with no state check
  • 40Consistency. Frontmatter name (xiaohongshu) differs from the folder (xhs)
  • 100Steps. 78 steps
  • 100Execution cost. Instruction body is 3498 tokens

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -2localhost URLs: will not work for another user
  • +1No license
  • +2Single-language instructions
  • +3Description length 176: enough signal without eating the budget
  • +4Structure: 58 headings
  • +3Step-by-step instructions: 78 items
  • +4Has examples (25 code blocks)
  • +4Reference files are cited in the instructions (3 of 3)
  • +3All 2 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 65.