TopRank Skills

Home / Claw Skills / 机器人 / Sap Fico Consultant
Official OpenClaw rules 38%

Sap Fico Consultant

SAP FICO Expert — OpenClaw Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Sap Fico Consultant 技能。 若已安装,则直接安装 Sap Fico Consultant 技能。

Overview

Skill Key
chanfouricc/sap-fico-consultant
Author
chanfouricc
Source Repo
openclaw/skills
Version
-
Source Path
skills/chanfouricc/sap-fico-consultant
Latest Commit SHA
b8b700fdb819f1ba84d232c63dfdd8600d28fe42

Extracted Content

SKILL.md excerpt

# SAP 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

```bash
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):

```json
{
  "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 keywor...

Related Claw Skills