# Send SAP FICO Senior Consultant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sap-fico-consultant",
    "name": "SAP FICO Senior Consultant",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/chanfouricc/sap-fico-consultant",
    "canonicalUrl": "https://clawhub.ai/chanfouricc/sap-fico-consultant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sap-fico-consultant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sap-fico-consultant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "error_codes.md",
      "examples.json",
      "skill.json",
      "SKILL.md",
      "system_prompt.md",
      "tables_index.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sap-fico-consultant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sap-fico-consultant",
    "downloadUrl": "https://openagent3.xyz/downloads/sap-fico-consultant",
    "agentUrl": "https://openagent3.xyz/skills/sap-fico-consultant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sap-fico-consultant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sap-fico-consultant/agent.md"
  }
}
```
## Documentation

### 📋 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: chanfouricc
- Version: 1.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sap-fico-consultant)
- [Send to Agent page](https://openagent3.xyz/skills/sap-fico-consultant/agent)
- [JSON manifest](https://openagent3.xyz/skills/sap-fico-consultant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sap-fico-consultant/agent.md)
- [Download page](https://openagent3.xyz/downloads/sap-fico-consultant)