Provides expert SAP FICO consulting with configuration, troubleshooting, integration, and S/4HANA migration support using precise French SAP terminology.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sap-fico-consultant或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sap-fico-consultant⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sap-fico-consultant/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
| Property | Value | |----------|-------| | Name | sap-fico-expert | | Version | 1.0.0 | | Platform | OpenClaw (Telegram / Social platforms) | | Target LLM | DeepSeek Chat (explanations) / DeepSeek Coder (ABAP) | | Language | French technical SAP terminology | | Author | @chanfouricc |
Transform any OpenClaw bot into a Senior SAP Finance & Controlling consultant capable of answering configuration, troubleshooting, cross-module integration, and S/4HANA migration questions with production-grade accuracy.
sap-fico-skill/
├── SKILL.md # This documentation
├── skill.json # OpenClaw skill configuration
├── system_prompt.md # Full system prompt (to inject)
├── examples.json # Calibrated few-shot Q&A examples
└── reference/
├── tcodes_index.md # T-code index by domain
├── tables_index.md # Critical SAP tables index
└── error_codes.md # Common FI/CO error messages
scp -r sap-fico-skill/ user@vps:/opt/openclaw/skills/
Add to your OpenClaw configuration (config.json or equivalent):
{
"skills": {
"sap-fico-expert": {
"enabled": true,
"trigger": "auto",
"keywords": ["SAP", "FICO", "FI-GL", "FI-AP", "FI-AR", "FI-AA", "CO-CCA", "CO-PA", "CO-PC", "ACDOCA", "S/4HANA", "T-code", "BKPF", "BSEG", "OB52", "FB01", "KS01"],
"system_prompt_path": "skills/sap-fico-expert/system_prompt.md",
"examples_path": "skills/sap-fico-expert/examples.json",
"model_override": "deepseek-chat",
"parameters": {
"max_tokens": 600,
"temperature": 0.25,
"presence_penalty": 0.1
}
}
}
}
The skill activates automatically when a message contains an SAP keyword. Alternatively, users can force activation with:
/skill sap-fico-expert
| Parameter | Value | Rationale | |-----------|-------|-----------| | temperature | 0.25 | Deterministic — no creativity on SAP config | | max_tokens | 600 | Increased from initial spec (450 too short for complex questions) | | presence_penalty | 0.1 | Slight lexical diversity without drift | | model | deepseek-chat | Default; switches to deepseek-coder when ABAP detected |
> ⚠️ Note: The original 450 token limit was raised to 600. Responses involving cross-module integrations or S/4HANA migrations need more space to remain actionable.
| # | Test question | Verify | |---|--------------|--------| | 1 | "How to configure document splitting in S/4HANA?" | T-code + tables + steps | | 2 | "Error F5 025 when posting" | Diagnosis + solution + config | | 3 | "Difference between assessment and distribution in CO?" | Explanation + T-codes + use cases | | 4 | "How does GR/IR clearing work?" | Process + FI-MM integration + T-codes | | 5 | "Migrate FI-AA to New Asset Accounting" | Steps + tables + S/4HANA specifics |
| Version | Date | Changes | |---------|------|---------| | 1.0.0 | 2026-02-08 | Initial release — full FI/CO coverage |
安装 SAP FICO Senior Consultant 后,可以对 AI 说这些话来触发它
Help me get started with SAP FICO Senior Consultant
Explains what SAP FICO Senior Consultant does, walks through the setup, and runs a quick demo based on your current project
Use SAP FICO Senior Consultant to expert SAP FICO consulting with configuration, troubleshooting, int...
Invokes SAP FICO Senior Consultant with the right parameters and returns the result directly in the conversation
What can I do with SAP FICO Senior Consultant in my developer & devops workflow?
Lists the top use cases for SAP FICO Senior Consultant, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sap-fico-consultant/ 目录(个人级,所有项目可用),或 .claude/skills/sap-fico-consultant/(项目级)。重启 AI 客户端后,用 /sap-fico-consultant 主动调用,或让 AI 根据上下文自动发现并使用。
SAP FICO Senior Consultant 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
SAP FICO Senior Consultant 可免费安装使用。请查阅仓库了解许可证信息。
Provides expert SAP FICO consulting with configuration, troubleshooting, integration, and S/4HANA migration support using precise French SAP terminology.
SAP FICO Senior Consultant 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using SAP FICO Senior Consultant
Identifies repetitive steps in your workflow and sets up SAP FICO Senior Consultant to handle them automatically