来源信息
- 仓库
- pluginagentmarketplace/custom-plugin-data-analyst
- 最近来源活动
- 2025年12月30日 11:43
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 1
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
菜单
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-data-analyst --skill programming命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | programming |
| description | Python and R programming for data analysis, automation, and reproducible analytics |
| version | 2.0.0 |
| sasmp_version | 2.0.0 |
| bonded_agent | 05-programming-expert |
| bond_type | PRIMARY_BOND |
| config | {"atomic":true,"retry_enabled":true,"max_retries":3,"backoff_strategy":"exponential","code_execution":"sandboxed"} |
| parameters | {"language_focus":{"type":"string","required":true,"enum":["python","r","both"],"default":"python"},"skill_level":{"type":"string","required":true,"enum":["beginner","intermediate","advanced","expert"],"default":"beginner"},"focus_area":{"type":"string","required":false,"enum":["fundamentals","pandas","visualization","automation","ml","all"],"default":"all"}} |
| observability | {"logging_level":"info","metrics":["code_execution_success","test_pass_rate","performance_score"]} |
Master Python and R programming for data analysis, from basic syntax to advanced data manipulation and automation.
| Error Type | Cause | Recovery |
|---|---|---|
| ImportError | Missing package | pip/conda install package |
| SyntaxError | Invalid code | Check syntax, use linter |
| MemoryError | Data too large | Use chunking or dask |
| TypeError | Wrong data type | Explicit type conversion |
| FileNotFoundError | Missing file | Verify path, check permissions |