plugin-reputation
Preview@fayz-ai/plugin-reputation
Reputation is the cheapest growth lever a local business has, and the easiest to ignore. Reviews sit scattered across Google and Facebook, replies never happen, and nobody ever asks the happy customer for a rating. plugin-reputation is the GoHighLevel-style reputation surface for the Fayz engine: a single home for your rating, your review feed, and the actions that move it.
Full documentation is coming. For now, this page summarizes what the SDK catalog knows about the plugin.
Specs
| Package | @fayz-ai/plugin-reputation |
|---|---|
| Version | 0.2.4 |
| Status | preview |
| Capability | Partial capability |
| Stable channel | ^0.2.4 |
| Migrations | none |
| Factory | createReputationPlugin() |
Data model
No tables of its own — this plugin uses the core / archetype library (same rule: tenant_id + RLS). See Data model.
AI tools
This plugin declares no AI tools.
Integrations
No hosted connector — external providers come in via the connector spine. integrations catalog.
Use this page as a skill.
.md of this page is the agent-consumable contract — data model, tools and integrations in a single file an AI reads directly. Preview fayz skill add plugin-reputation is coming soon to install this as a skill. See Skills.Integrate
Add the plugin to surfaces.admin.plugins in your app's app.manifest.json and run the doctor to validate:
{
"surfaces": {
"admin": {
"plugins": [
{ "id": "reputation", "enabled": true }
]
}
}
}npx fayz doctorfayz doctor checks the manifest against the SDK catalog. See Configuration.
