BF xiaohongshu-trader-monitor
Xiaohongshu (RedNote) user post keyword monitoring and WeChat notification. Use when the user needs to (1) monitor a specific Xiaohongshu user's latest posts for keywords in titles, (2) get notified via WeChat when target keywords appear in new posts, (3) set up automated periodic checks for a Xiaohongshu trader/seller's updates, or (4) configure keyword-based alerts for Xiaohongshu content. Triggers on phrases like "小红书监测", "远行商人", "帖子监控", "关键词提醒", "xiaohongshu monitor".
As a process F 37/100 · Will not run — References files that are not bundled: scripts/xhs_trader_monitor.py, scripts/start-mcp.sh, scripts/stop-mcp.sh
How to improve
- The text references files that are not there: add them or drop the references.
- 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 · 2
✓ No critical or high findings
Medium and low: 2
-
low Dangerous commands
cmd-background-processstart-mcp.sh:149Starts a background / autostarted processnohup "$XHS_MCP" -port ":${PORT}" -headless=false > "$LOG_FILE" 2>&1 & -
low Dangerous commands
cmd-background-processstart-mcp.sh:151Starts a background / autostarted processnohup "$XHS_MCP" -port ":${PORT}" > "$LOG_FILE" 2>&1 &
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: scripts/xhs_trader_monitor.py - warning
missing-refreference to a missing file: scripts/start-mcp.sh - warning
missing-refreference to a missing file: scripts/stop-mcp.sh - warning
missing-refreference to a missing file: scripts/mcp-call.sh - warning
missing-refreference to a missing file: scripts/install-check.sh - warning
missing-refreference to a missing file: references/trader_rules.md
Process rating: all ten parameters 37/100
- 0Tools and files. 6 referenced file(s) missing: scripts/xhs_trader_monitor.py, scripts/start-mcp.sh, scripts/stop-mcp.sh
- 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
- 40Consistency. Frontmatter name (xiaohongshu-trader-monitor) differs from the folder (rockingland-trader-monitor)
- 70When it triggers. States when to use, but not when not to
- 100Steps. 22 steps
- 100Execution cost. Instruction body is 709 tokens
- 100Running it twice. No mutating operations
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
- +1No license
- +2Single-language instructions
- +3Description length 476: enough signal without eating the budget
- +4Structure: 15 headings
- +3Step-by-step instructions: 22 items
- +4Has examples (6 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.