← All skills
Tencent SkillHub Β· AI

SAP FICO Senior Consultant

Provides expert SAP FICO consulting with configuration, troubleshooting, integration, and S/4HANA migration support using precise French SAP terminology.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Provides expert SAP FICO consulting with configuration, troubleshooting, integration, and S/4HANA migration support using precise French SAP terminology.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
error_codes.md, examples.json, skill.json, SKILL.md, system_prompt.md, tables_index.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

πŸ“‹ Overview

PropertyValueNamesap-fico-expertVersion1.0.0PlatformOpenClaw (Telegram / Social platforms)Target LLMDeepSeek Chat (explanations) / DeepSeek Coder (ABAP)LanguageFrench technical SAP terminologyAuthor@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

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

ParameterValueRationaletemperature0.25Deterministic β€” no creativity on SAP configmax_tokens600Increased from initial spec (450 too short for complex questions)presence_penalty0.1Slight lexical diversity without driftmodeldeepseek-chatDefault; 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.

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

Tier 2 β€” Advanced expertise (detailed answers)

S/4HANA Universal Journal (ACDOCA) ECC β†’ S/4HANA migration (Brownfield/Greenfield) SAP Cloud Public Edition specifics Central Finance & Group Reporting Troubleshooting error messages Fxxx/Kxxx

Tier 3 β€” Integration expertise (contextual answers)

FI-PP (Production order settlement) FI-HR (Payroll integration) FI-PS (Project settlement) Intercompany processing & reconciliation Tax reporting (VAT, Withholding tax, Intrastat)

Quick validation questions

#Test questionVerify1"How to configure document splitting in S/4HANA?"T-code + tables + steps2"Error F5 025 when posting"Diagnosis + solution + config3"Difference between assessment and distribution in CO?"Explanation + T-codes + use cases4"How does GR/IR clearing work?"Process + FI-MM integration + T-codes5"Migrate FI-AA to New Asset Accounting"Steps + tables + S/4HANA specifics

Quality criteria

βœ… T-code mentioned on the first line βœ… Relevant SAP tables listed βœ… Configuration referenced when applicable βœ… Cross-module impacts flagged βœ… S/4HANA differences mentioned when relevant βœ… Expert but accessible tone βœ… Response in French technical SAP terminology

πŸ“ Changelog

VersionDateChanges1.0.02026-02-08Initial release β€” full FI/CO coverage

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Config
  • SKILL.md Primary doc
  • error_codes.md Docs
  • system_prompt.md Docs
  • tables_index.md Docs
  • examples.json Config
  • skill.json Config