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.
Resources
1Install
npx skillscat add germanfndez/fiveai-skills/fivemanage Install via the SkillsCat registry.
This skill provides documentation for integrating the Fivemanage SDK into FiveM, covering installation, screenshot capture, image uploads, and centralized logging. It helps developers add player screenshot functionality and send logs to the Fivemanage dashboard from their FiveM resources. Use it when configuring Fivemanage, implementing screenshot or upload features, or routing application logs through the SDK.
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.fmsdkin Lua or JavaScript resources. - Questions about
takeImage,takeServerImage,uploadImage,Log,Info,Warn,Error, orconfig.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; servertakeServerImageanduploadImage; metadata (name, description, playerSource). - rules/logs.md —
Log,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.