用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill the-evil命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | the-evil |
| description | 微博数据爬取与AI智能分析工具,支持爬取微博用户数据并进行7项并行AI分析 Use when this capability is needed. |
| metadata | {"author":"CuteCuteYu"} |
微博数据爬取与AI智能分析工具,支持爬取微博用户数据(使用 weibo.cn 移动端API)、7个并行AI分析任务(使用GLM-4模型)、生成Markdown格式的详细分析报告。
⚠️ 强制要求:本 skill 必须使用编译后的二进制文件
the-evil.exe,禁止直接运行 Python 源码。
⚠️ AI 必须首先执行此检查,才能进行任何操作
在使用本工具之前,AI 必须 先执行以下命令验证 the-evil.exe 是否在 PATH 环境变量中:
# 必须首先执行此命令检查工具是否可用
Get-Command the-evil.exe -ErrorAction SilentlyContinue
如果命令返回空(未找到),AI 必须执行以下步骤:
AI 必须先使用 question 工具询问用户项目目录位置:
请提供 the-evil 项目的完整路径,例如:D:\code\python\the_evil
获取用户回复的项目路径后,继续执行下一步。
使用用户提供的项目目录路径,检查是否已存在编译好的 the-evil.exe:
# 检查用户提供的项目目录
ls <用户提供的路径>\the-evil.exe
如果存在,跳过步骤3,直接执行步骤4。
如果文件不存在,需要编译:
# 1. 进入用户提供的项目目录
cd <用户提供的路径>
# 2. 安装 PyInstaller(如果未安装)
uv pip install pyinstaller
# 3. 编译项目
uv run pyinstaller the_evil.spec --noconfirm --distpath .
编译完成后,会在用户提供的项目目录中生成 the-evil.exe 文件。
将 the-evil.exe 所在目录添加到系统 PATH:
# 使用用户提供的项目路径
$exePath = "<用户提供的路径>"
$currentPath = [Environment]::GetEnvironmentVariable("Path", "Machine")
[Environment]::SetEnvironmentVariable("Path", "$currentPath;$exePath", "Machine")
# 刷新环境变量
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine")
# 再次执行检查命令,确认工具可用
Get-Command the-evil.exe -ErrorAction SilentlyContinue
只有当检查通过后,才能继续执行后续操作。
登录微博后,按以下步骤获取Cookie:
Cookie: 后面的内容,复制完整Cookie字符串在微博用户主页的URL中可以找到UID,例如:
https://weibo.com/u/1223178222 → UID = 1223178222https://weibo.com/1223178222 → UID = 1223178222⚠️ 必须使用
the-evil.exe命令,不能使用uv run python main.py
# 基本用法(所有参数必填)
the-evil.exe <cookie> <uid> <output_file> <max_weibos> <model> <api_key> <base_url>
# 示例:爬取胡歌的微博
the-evil.exe "你的Cookie" 1223178222 output.csv 100 glm-4 "your_api_key" "https://open.bigmodel.cn/api/coding/paas/v4"
| 参数 | 说明 | 必填 |
|---|---|---|
| cookie | 微博登录Cookie | 是 |
| uid | 微博用户ID | 是 |
| output_file | 输出CSV文件名 | 是 |
| max_weibos | 最大获取微博数(建议100,0表示全部) | 是 |
| model | AI模型名称 | 是 |
| api_key | API密钥 | 是 |
| base_url | API地址 | 是 |
| 模型 | API地址 |
|---|---|
| GLM-4 | https://open.bigmodel.cn/api/coding/paas/v4 |
| GLM-4-Flash | https://open.bigmodel.cn/api/coding/paas/v4 |
| GPT-4 | https://api.openai.com/v1 |
| Claude-3 | https://api.anthropic.com/v1 |
示例:
# 使用GLM-4-Flash(免费快速)
the-evil.exe "cookie" 1223178222 output.csv 100 glm-4-flash "your_api_key" "https://open.bigmodel.cn/api/coding/paas/v4"
# 或使用OpenAI GPT-4
the-evil.exe "cookie" 1223178222 output.csv 100 gpt-4 "sk-xxx" "https://api.openai.com/v1"
{文件名}_report.md){文件名}_statistics.md - 统计分析报告{文件名}_personality.md - 性格分析报告{文件名}_interest.md - 兴趣分析报告{文件名}_trajectory.md - 轨迹分析报告{文件名}_social.md - 社交分析报告{文件名}_emotion.md - 情感分析报告{文件名}_social_engineering.md - 社会工程学攻击方案(基于综合报告和CSV数据生成,仅供安全研究){文件名}_detailed_identity_disguise.md - 身份伪装详细方案{文件名}_detailed_social_media_channel.md - 社交媒体渠道管理详细方案{文件名}_detailed_script_preparation.md - 话术准备详细方案{文件名}_detailed_scenario_construction.md - 场景构造详细方案{文件名}_detailed_emotion_guidance.md - 情绪引导详细方案如果文件夹中已有详细社工方案(全部5个),程序会全部跳过生成流程。 如果已有社会工程学攻击方案,会直接读取并生成5个详细方案。 如果已有综合报告和CSV,会生成社工攻击方案后再生成5个详细方案。
Source: CuteCuteYu/the_evil — distributed by TomeVault.