productlift-claude-plugin
v1.0.0
Published
Claude Code plugin for the ProductLift API — manage feedback posts, users, votes, comments, and more.
Downloads
141
Maintainers
Readme
ProductLift Claude Code Plugin
A Claude Code plugin that lets you interact with your ProductLift portal directly from the terminal — manage posts, users, votes, comments, statuses, and more.
Installation
From GitHub
claude plugin install productlift/productlift-claude-pluginFrom npm
npm install -g productlift-claude-pluginThen add it to Claude Code:
claude plugin install productlift-claude-plugin --path $(npm root -g)/productlift-claude-pluginSetup
Create a .productlift file in your project directory:
PRODUCTLIFT_API_TOKEN=your_api_token_here
PRODUCTLIFT_PORTAL_URL=https://feedback.yourcompany.comYou can generate an API token in your ProductLift admin under Settings > API.
Add .productlift to your .gitignore to keep your token out of version control.
Usage
Once installed, just ask Claude to interact with your ProductLift portal:
> Show me the latest 10 posts on my feedback board
> Create a new post titled "Dark mode support" in the UI category
> How many votes does post X have?
> List all users who signed up this month
> What posts are pending moderation?
> Show me all statuses and their post countsThe plugin automatically activates when you mention ProductLift or ask about feedback posts, users, votes, etc.
What you can do
- Posts — List, create, update, delete, search, toggle publish
- Comments — Read and manage comments on posts
- Votes — Cast and revoke votes on behalf of users
- Users — List, create, update, delete, bulk operations
- Tabs/Boards — List and inspect boards
- Statuses — Manage workflow statuses
- Categories & Tags — Organize posts
- Sections — Manage board sections
- Groups — User groups and membership
- Moderation — Review and approve/reject pending content
- Portal — View portal settings
- Widgets — List and inspect widgets
API Reference
Full API documentation is embedded in the plugin skill. Claude will know exactly which endpoints to call and what parameters are available.
License
MIT
