From plumai-skills
Check PlumAI plan info, credit usage, and remaining limits. Use before generating articles to verify available credits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plumai-skills:account-usageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check plan info and credit usage.
Check plan info and credit usage.
GET /v1/account
Response:
{
"plan": "pro",
"articles": {
"used": 5,
"limit": 50,
"remaining": 45
},
"periodEnd": "2026-04-07T00:00:00Z",
"canGenerate": true
}
| Field | Description |
|---|---|
| plan | Current plan: free, starter, pro, ultra |
| articles.used | Articles generated this billing period |
| articles.limit | Maximum articles for this plan |
| articles.remaining | Credits left |
| periodEnd | When the billing period resets |
| canGenerate | Whether the user can generate more articles |
GET /v1/account before POST /v1/articles/generate to verify canGenerate is true.canGenerate is false: Tell the user how many credits they've used, their limit, and when the period resets. Suggest upgrading if they need more.translationLanguages consume additional credits.npx claudepluginhub andginja/plumai-skills --plugin plumai-skillsGenerates SEO/GEO-optimized blog articles in 55 languages with AI illustrations, voice-overs, and social media adaptations for 9 platforms. Automates content sessions and product knowledge bases via Citedy API.
Creates and manages articles on PANews platform: publish new articles, handle drafts/edits/deletes, revise rejections, upload images, search tags, apply for columns, polish content. Requires valid session.
Details Granola plan tiers, meeting limits, feature access, Enterprise API rate limits, and usage monitoring. Useful for plan selection, quota checks, or API management.