AgentSkillsCN

fivemanage

Fivemanage SDK 专为 FiveM 设计——安装、截屏(takeImage、takeServerImage、uploadImage),以及集中式日志(Log、Info/Warn/Error)。在集成 Fivemanage、捕获玩家截图、上传图片,或向 Fivemanage 仪表盘发送日志时使用。

SKILL.md
--- frontmatter
name: fivemanage
description: Fivemanage SDK for FiveM — installation, screenshots (takeImage, takeServerImage, uploadImage), and centralized logs (Log, Info/Warn/Error). Use when integrating Fivemanage, capturing player screenshots, uploading images, or sending logs to the Fivemanage dashboard.
author: germanfndez
version: 1.0.0
mcp-server: projecthub

Fivemanage SDK (FiveM)

Installation, images, and logs for the Fivemanage SDK on FiveM. Use this skill when integrating Fivemanage, capturing screenshots, or sending logs. Docs: https://docs.fivemanage.com/fivem-sdk/installation

When to use

  • User asks how to install or configure the Fivemanage SDK.
  • Writing code that captures screenshots (client or server), uploads images, or sends logs to Fivemanage.
  • Integrating exports.fmsdk in Lua or JavaScript resources.
  • Questions about takeImage, takeServerImage, uploadImage, Log, Info, Warn, Error, or config.json.

How to use

Read the rule that matches what you're doing:

  • rules/installation.md — Prerequisites, download, extract to resources, server.cfg (ensure order, API keys).
  • rules/images.md — Client takeImage; server takeServerImage and uploadImage; metadata (name, description, playerSource).
  • rules/logs.mdLog, Info/Warn/Error, LogMessage; datasets; playerSource/targetSource; automatic event logging.
  • rules/configuration.md — config.json, automatic events, presigned URLs, API keys reminder.
  • rules/reference-links.md — Official docs and SDK download links.