SkillAgentSearch skills...

Crate

Popup Discord widgets for your website ☄️

Install / Use

/learn @widgetbot-io/Crate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Crate

npm version Docs JSDelivr

Clean & powerful popup Discord widgets for your website.

Demo

Usage

See the documentation for more options.

<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async>
  const crate = new Crate({
    server: '299881420891881473',
    channel: '355719584830980096'
  })

  crate.notify('Test notification')
  crate.on('signIn', data => {
    console.log(`Guest signed in as ${data.name}`)
    crate.emit('sendMessage', 'Hello world')
  })
</script>

Related Skills

View on GitHub
GitHub Stars72
CategoryDevelopment
Updated6mo ago
Forks11

Languages

TypeScript

Security Score

92/100

Audited on Sep 22, 2025

No findings