npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@gergirod/dale-plugin-knownfy

v0.1.0

Published

Dale plugin for Knownfy — compliance intelligence via WhatsApp

Readme

dale-plugin-knownfy

Plugin de Dale para Knownfy — inteligencia de compliance via WhatsApp.

Permite a compliance officers investigar personas y empresas, consultar casos, revisar alertas y compartir reportes directamente desde WhatsApp.

Instalacion

npm install dale-plugin-knownfy

Configuracion

  1. En el dashboard de Dale, crea un workspace (o usa uno existente).
  2. En la seccion de credenciales del vault, agrega tu API key de Knownfy con el ID knownfy.
  3. Instala el plugin desde el dashboard o via CLI:
dale plugin install dale-plugin-knownfy

Acciones disponibles

Investigacion (requieren confirmacion)

| Accion | Que hace | Ejemplo de mensaje | |--------|----------|-------------------| | Investigar persona | Lanza analisis KYC | "Investigar a Pablo Girod, Argentina, CUIT 20-32920155-5" | | Investigar empresa | Lanza analisis KYB | "Investigar empresa MercadoLibre, Argentina" | | Compartir reporte | Genera link publico | "Compartir reporte rpt-001 a [email protected]" | | Resolver alerta | Cambia estado de alerta | "Resolver alerta 42" |

Consultas (automaticas)

| Accion | Que hace | Ejemplo de mensaje | |--------|----------|-------------------| | Mis casos | Lista casos del tenant | "Mis casos" | | Resumen de caso | Muestra resumen rapido | "Resumen del caso rpt-001" | | Estado del trabajo | Consulta progreso | "Ya esta?" | | Alertas | Muestra alertas activas | "Alertas" | | Cobertura | Fuentes por pais | "Que cubren en Chile?" |

Ejemplo de conversacion

Usuario: Investigar a Juan Perez de Argentina
Dale:    Confirmas investigar a Juan Perez en Argentina?
Usuario: Si
Dale:    Investigacion iniciada. Job ID: job-abc123.
         La investigacion puede tomar entre 1 y 3 minutos.
         Preguntame "ya esta?" para consultar el progreso.

Usuario: Ya esta?
Dale:    Investigacion completada
         Entidad: Juan Perez
         Tipo: Persona
         Pais: Argentina
         Riesgo: MEDIO
         Accion sugerida: Requires Monitoring
         Screening: LOW
         Hallazgos adversos: 2
         Reporte completo: https://app.knownfy.com/viewer/rpt-xyz-456

Paises soportados

Argentina (AR), Bolivia (BO), Brasil (BR), Chile (CL), Colombia (CO), Ecuador (EC), Mexico (MX), Peru (PE), Paraguay (PY), Uruguay (UY).

Desarrollo

npm install
npm test           # corre 47 tests
npm run build      # compila TypeScript
npm run lint       # chequeo de tipos

Estructura

src/
  connector.ts        # DaleConnectorAdapter — 11 acciones mapeadas a la API de Knownfy
  pack.ts             # DalePackManifest — 8 intents, 8 grafos con paramsSchema
  installer.ts        # Funcion de instalacion para Dale
  knownfy-client.ts   # HTTP client tipado contra la API REST de Knownfy
  formatters.ts       # Convierte JSONs de la API a mensajes cortos para WhatsApp
  types.ts            # Tipos de respuesta de la API de Knownfy
  dale-types/         # Stubs de @dale/core-types para desarrollo local
  index.ts            # Exports publicos
tests/
  connector.test.ts   # Tests del conector con mock HTTP
  formatters.test.ts  # Tests de formateo de mensajes
  install.test.ts     # Tests de instalacion y estructura del pack

Licencia

MIT