SkillAgentSearch skills...

Perspective

An API wrapper for Google's Perspective API

Install / Use

/learn @Conway/Perspective
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

perspective

perspective is an API wrapper for Google's Perspective API

Installation

To install, use pip install perspective

Usage

A simple example:

from perspective import PerspectiveAPI
p = PerspectiveAPI("API_KEY")
result = p.score("This is a comment")
print("Toxicity score: ", result["TOXICITY"])

More complex

Related Skills

View on GitHub
GitHub Stars20
CategoryProduct
Updated2mo ago
Forks8

Languages

Python

Security Score

95/100

Audited on Jan 11, 2026

No findings