featurebase
Featurebase API for customer feedback, feature requests, changelogs, and support. Use for managing user feedback, tracking feature votes, responding to support requests, or publishing changelog updates.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rdewolff/featurebaseFeaturebase
Customer feedback platform API for feature requests, support, and changelogs.
Setup
Get your API key from Featurebase:
- Go to Settings → API
- Copy your API key
Store in ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"featurebase": {
"apiKey": "YOUR_API_KEY",
"orgSubdomain": "whisperit"
}
}
}
}
Or set env: FEATUREBASE_API_KEY=xxx and FEATUREBASE_ORG=whisperit
Quick Reference
Posts (Feature Requests & Feedback)
{baseDir}/scripts/featurebase.sh posts list # List all posts
{baseDir}/scripts/featurebase.sh posts list --status open # Filter by status
{baseDir}/scripts/featurebase.sh posts list --board feedback # Filter by board
{baseDir}/scripts/featurebase.sh posts show <id> # Get post details
{baseDir}/scripts/featurebase.sh posts create --title "Title" --content "Description" --board feedback
{baseDir}/scripts/featurebase.sh posts update <id> --status "in-progress"
{baseDir}/scripts/featurebase.sh posts comment <id> --content "Reply text"
Support / Help Desk
{baseDir}/scripts/featurebase.sh support list # List support tickets
{baseDir}/scripts/featurebase.sh support list --status open # Open tickets only
{baseDir}/scripts/featurebase.sh support show <id> # Ticket details
{baseDir}/scripts/featurebase.sh support reply <id> --content "Response"
{baseDir}/scripts/featurebase.sh support close <id> # Close ticket
Changelog
{baseDir}/scripts/featurebase.sh changelog list # List entries
{baseDir}/scripts/featurebase.sh changelog create --title "v2.0" --content "Release notes..."
{baseDir}/scripts/featurebase.sh changelog publish <id> # Publish draft
Users
{baseDir}/scripts/featurebase.sh users list # List users
{baseDir}/scripts/featurebase.sh users search "[email protected]"
{baseDir}/scripts/featurebase.sh users show <id> # User details + activity
Boards
{baseDir}/scripts/featurebase.sh boards list # List all boards
Post Statuses
open- New/open for votingunder-review- Being reviewedplanned- Scheduled for developmentin-progress- Currently being worked oncomplete- Doneclosed- Won't do / closed
Common Workflows
Respond to Top Feature Request
# Find top-voted open requests
{baseDir}/scripts/featurebase.sh posts list --status open --sort votes
# Add a status update
{baseDir}/scripts/featurebase.sh posts update <id> --status planned
{baseDir}/scripts/featurebase.sh posts comment <id> --content "We're planning this for Q1!"
Handle Support Queue
# List open tickets
{baseDir}/scripts/featurebase.sh support list --status open
# Reply to a ticket
{baseDir}/scripts/featurebase.sh support reply <id> --content "Thanks for reaching out..."
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rdewolff-featurebase": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
analytics-tracking
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.
bexio
Bexio Swiss business software API for managing contacts, quotes/offers, invoices, orders, and items/products. Use when working with Bexio CRM, creating or managing invoices, quotes, sales orders, contact management, or Swiss business administration tasks. Supports listing, searching, creating, editing contacts and sales documents.
godaddy
GoDaddy API for managing DNS records. Use for listing, adding, updating, or deleting DNS records on GoDaddy-managed domains.
pipedrive
Pipedrive CRM API for managing deals, contacts (persons), organizations, activities, leads, pipelines, products, and notes. Use for sales pipeline management, deal tracking, contact/organization management, activity scheduling, lead handling, or any Pipedrive CRM tasks.
front
Front.app API for managing conversations, messages, comments, and team collaboration.