用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/s1366560/agi-demos --skill corruption-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sandbox MCP Server 是一个隔离的代码执行环境,提供完整的文件系统操作、命令执行、 代码分析、测试运行和远程桌面能力。当你需要执行代码、操作文件、运行测试、 分析代码结构、或需要图形界面操作时使用此技能。支持 Python、Node.js、Java 等多语言环境。
Evidence-led triage and scoped recovery for local MemStack development runtime incidents. Use when FastAPI, React/Vite Web, Ray, the agent actor, Docker infrastructure, Redis, Postgres, Neo4j, the sandbox, or the Electron desktop sidecar fails to start, crashes, consumes abnormal resources, or becomes unresponsive.
Deliver and verify MemStack native desktop changes in agi-demos against the design-prototype or Web product surface while preserving the Electron shell, Rust sidecar, IPC, encrypted-vault, signing, and updater boundaries. Use for implementation, parity repair, or QA work scoped to agi-stack/apps/desktop; do not use for generic Web QA, mobile work, or unrelated desktop applications.
基于 SOC 职业分类
正在显示 SKILL.md
| name | corruption-check |
| description | 通过NLP技术分析聊天记录,识别腐败线索和社会关系网络。支持检测资金往来、信息泄露、权力滥用、串通勾结等腐败模式,构建人物关系图谱。 |
| version | 2.0.0 |
| author | Claude |
python corruption_analyzer.py <input_file> [output_dir]
from corruption_analyzer import CorruptionAnalyzerV2
analyzer = CorruptionAnalyzerV2(messages)
report = analyzer.generate_report()
JSON/JSONL 格式,每条消息包含:
sender: 发送人标识receiver: 接收人标识timestamp: 时间戳content: 消息内容| 模式 | 关键词 | 权重 |
|---|---|---|
| 资金往来 | 回扣、转账、好处费 | 3 |
| 信息泄露 | 底价、标底、内幕 | 3 |
| 权力滥用 | 照顾、帮忙、操作 | 2 |
| 秘密会面 | 见面、私下、面谈 | 2 |
| 串通勾结 | 统一口径、串供 | 4 |