by Darckfast
Fast, dependency free, and responsive 7TV inline emotes parse
# Add to your Claude Code skills
git clone https://github.com/Darckfast/emotesjsLast scanned: 6/18/2026
{
"issues": [
{
"type": "npm-audit",
"message": "esbuild: esbuild allows arbitrary file read when running the development server on Windows",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-06-18T08:49:36.752Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}emotesjs is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Darckfast. Fast, dependency free, and responsive 7TV inline emotes parse. It has 1 GitHub star.
Yes. emotesjs passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Darckfast/emotesjs" and add it to your Claude Code skills directory (see the Installation section above).
emotesjs is primarily written in TypeScript. It is open-source under Darckfast on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh emotesjs against similar tools.
No comments yet. Be the first to share your thoughts!

Fast, dependency free, and responsive 7TV inline emotes parse
npm i emotesjs
import { EmotesJS } from 'emotesjs'
let emotes = new EmotesJS({ channelId: 123456 })
let html = emotes.parse('this is pretty Pog')
console.log(html)
// this is pretty <img srcset="https://cdn.7tv.app/emote/01EZTCN91800012PTN006Q50PR/4x.webp 128w,
// https://cdn.7tv.app/emote/01EZTCN91800012PTN006Q50PR/3x.webp 96w,
// https://cdn.7tv.app/emote/01EZTCN91800012PTN006Q50PR/2x.webp 64w,
// https://cdn.7tv.app/emote/01EZTCN91800012PTN006Q50PR/1x.webp 32w"
// alt="Pog" style="height:1.65rem"
// />