Sap Fico Consultant
Skill by chanfouricc
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chanfouricc/sap-fico-consultantSAP FICO Expert ā OpenClaw Skill
š Overview
| 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 |
šÆ Objective
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.
š Skill Structure
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
š Installation on OpenClaw
1. Copy the skill to your VPS
scp -r sap-fico-skill/ user@vps:/opt/openclaw/skills/
2. Register the skill in OpenClaw
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
}
}
}
}
3. Trigger activation
The skill activates automatically when a message contains an SAP keyword. Alternatively, users can force activation with:
/skill sap-fico-expert
š§ Recommended Settings
| 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.
š Coverage
Tier 1 ā Core expertise (immediate answers)
- Configuration: FI-GL, FI-AP, FI-AR, FI-AA, FI-BL
- Configuration: CO-CCA, CO-PA, CO-PC, CO-OPA
- Period-end & year-end closing
- Automatic account determination (FI-MM, FI-SD)
- T-codes, tables, customizing transactions
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chanfouricc-sap-fico-consultant": {
"enabled": true,
"auto_update": true
}
}
}