germanfndez/fiveai-skills

fivemanage

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.

First seen Feb 21, 2026

Installation

$ npx skills add germanfndez/fiveai-skills --skill fivemanage

Also in this package

Other skills from germanfndez/fiveai-skills.

npx skills add germanfndez/fiveai-skills

Browse all from germanfndez/fiveai-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 15
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,572 B
  • docs SUMMARY.md 286 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 254 installs

SKILL.md

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.