.memstack/skills/corruption-check/SKILL.md
通过NLP技术分析聊天记录,识别腐败线索和社会关系网络。支持检测资金往来、信息泄露、权力滥用、串通勾结等腐败模式,构建人物关系图谱。
npx skillsauth add s1366560/agi-demos corruption-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 |
tools
Sandbox MCP Server 是一个隔离的代码执行环境,提供完整的文件系统操作、命令执行、 代码分析、测试运行和远程桌面能力。当你需要执行代码、操作文件、运行测试、 分析代码结构、或需要图形界面操作时使用此技能。支持 Python、Node.js、Java 等多语言环境。
tools
Replace with description of the skill and when Claude should use it.
development
Generate high-quality images using ModelScope's Z-Image API. Use this skill when the user wants to generate images using the specific Z-Image model or ModelScope API they provided. Trigger words: 'Zimage', 'ModelScope', 'generate zimage'.
tools
No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code. But no-code doesn't mean no-complexity ...