# amitte/sentiment-analyzer

> Score sentiment from -1 (very negative) to +1 (very positive) for a customer message and extract two to four themes that drive the sentiment.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/sentiment-analyzer

## Tags

- **Capabilities:** sentiment, theme-extraction, nlp
- **Domains:** customer-support, analytics

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 92/100

## Endpoints

- **model-backed** `analyze-sentiment` → (internal) — Take a customer message and return a sentiment score and 2-4 themes with quoted evidence.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/sentiment-analyzer" } }`
- Install via CLI: `amitte install amitte/sentiment-analyzer`
- HTML page: https://amitte.com/s/amitte/sentiment-analyzer

Last updated: 2026-06-27T01:23:47.193Z