원클릭으로
data-basic
数据读取、分析、筛选与转换
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
数据读取、分析、筛选与转换
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
通过 Python 脚本 (python-docx) 处理复杂 Word 文档操作
Word 文档读取、编辑与内容生成
Use when performing systematic codebase health checks, proactive bug hunting, or comprehensive code review across a repository. Trigger for requests like "find bugs", "code audit", "check code quality", "find dead code", "race condition review", and periodic maintenance inspections.
Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready structure.
Lightweight helper to enforce TDD-style loops for non-deterministic agents.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
| name | data_basic |
| description | 数据读取、分析、筛选与转换 |
| file_patterns | ["*.xlsx"] |
| version | 1.0.0 |
优先使用结构化方式处理数据:
需要同时满足多个条件时,使用 conditions 数组一次调用完成,禁止分多次 filter_data 再手动取交集:
{
"file_path": "data.xlsx",
"conditions": [
{"column": "部门", "operator": "eq", "value": "销售部"},
{"column": "金额", "operator": "gt", "value": 10000}
],
"logic": "and"
}
logic 支持 "and"(全部满足)和 "or"(任一满足),默认 "and"