Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Auto Redbook Content

ASecurity

小红书热点抓取与去AI味改写工具。抓取首页热点→生成去AI味改写提示词→本地存储。

60 stars
0 votes
0 copies
0 views
Added 9/23/2026
ai-agentsshellnode

Works with

mcp

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add lxyeternal/MalSkillBench --skill auto-redbook-content --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Auto Redbook Content?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Auto Redbook Content
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lxyeternal-auto-redbook-content/badge)](https://www.skillsdirectory.com/skills/lxyeternal-auto-redbook-content)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: auto-redbook-content
description: 小红书热点抓取与去AI味改写工具。抓取首页热点→生成去AI味改写提示词→本地存储。
version: 2.5.2
metadata:
  openclaw:
    emoji: 📕
    requires:
      bins:
        - node
---

# auto-redbook-content Skill

小红书热点抓取与去 AI 味改写工具。

## 核心功能

抓取小红书首页热点 → 生成去 AI 味改写提示词 → 本地 JSON 存储

## 触发方式

```
抓取 3 条小红书笔记
```

## 工作流程

1. **抓取热点**:通过 xiaohongshu MCP 获取首页热门笔记
2. **生成提示词**:构建去 AI 味的改写提示词
3. **本地存储**:输出到 `output/xiaohongshu_YYYYMMDD_HHMMSS.json`

## 环境变量

| 变量 | 说明 | 默认值 |
|------|------|--------|
| XHS_MAX_RESULTS | 抓取数量 | 3 |

通过环境变量设置,无需 .env 文件。

## 去 AI 味改写要点

提示词包含以下要求:
- 像真人聊天,不像写作文
- 多用口语化表达
- 打破工整结构
- 加入真实细节
- 避免 AI 常用连接词

## 输出格式

JSON 文件包含:
- 原始标题、内容、作者
- 去 AI 味改写提示词
- 元数据

## 依赖

- Node.js >= 14.0.0
- xiaohongshu MCP(可选)

## 安全说明

**脚本本身:**
- ✅ 无 shell 执行
- ✅ 无直接网络访问
- ✅ 不读取 .env 文件
- ✅ 仅读取必要环境变量
- ✅ 仅写入 output 目录

**在 OpenClaw agent 环境中:**
- ⚠️ 可能通过 xiaohongshu MCP 工具进行网络抓取
- ⚠️ MCP 工具由 OpenClaw 环境提供和管理
- ⚠️ 网络访问由 MCP 执行,非脚本直接调用

## 版本历史

### v2.5.2 (2026-03-15)
- 📝 澄清安全说明:区分脚本本身和 agent 环境

### v2.5.1 (2026-03-15)
- 🔧 删除 package-lock.json 和 node_modules
- 📝 移除 npm install 说明

### v2.5.0 (2026-03-15)
- ✨ 改写提示词增加去 AI 味要求
- 🔒 移除 .env 文件读取
- 🔒 移除 dotenv 依赖
- 🔒 仅读取必要环境变量

Attribution

lxyeternallxyeternal
View sourceMore from lxyeternal →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →