AI agent skills for PlumAI content intelligence platform
npx claudepluginhub andginja/plumai-skillsAI agent skills for PlumAI — generate articles, browse keywords, manage content, and track usage programmatically.
AI agent skills for PlumAI — the AI-powered content intelligence platform.
Generate articles, browse keywords, manage content, and track usage — all from your AI assistant.
| Skill | Description |
|---|---|
plumai-setup | Authentication, configuration, plan awareness |
article-management | List, read, update, and query articles |
article-generation | Generate articles with translations, track async jobs |
keyword-browsing | Browse topics, discover keywords, explore industries |
account-usage | Check plan info, credits, and usage limits |
plumai-setup (foundation)
├── article-management
├── article-generation
├── keyword-browsing
└── account-usage
/plugin marketplace add andginja/plumai-skills
npx skills add andginja/plumai-skills
git clone https://github.com/andginja/plumai-skills.git
cp -r plumai-skills/skills/ .claude/skills/plumai/
git submodule add https://github.com/andginja/plumai-skills.git .claude/plumai-skills
For a better experience, also install the PlumAI MCP server. It handles authentication and saves tokens:
{
"mcpServers": {
"plumai": {
"command": "npx",
"args": ["@plumai/mcp"],
"env": {
"PLUMAI_API_KEY": "gn_..."
}
}
}
}
| Plan | Articles/Month | Topic Discovery | API Access | Price |
|---|---|---|---|---|
| Free | 3 | 5 topics | No | $0 |
| Starter | 10 | 20 topics | No | $19/mo |
| Pro | 50 | Unlimited | Yes | $49/mo |
| Ultra | 200 | Unlimited | Yes | $99/mo |
English, Hindi, Spanish, French, Arabic, Portuguese (Brazil), Portuguese (Portugal), Russian, German.
Generate an article:
"Generate an article from my highest-scoring topic in English, with Spanish and French translations."
Browse keywords:
"Show me my top 10 topics in the SaaS Marketing industry sorted by score."
Check usage:
"How many article credits do I have left this month?"
Manage articles:
"List all my published articles and show me the most recent one."
Contributions welcome! Please open an issue or PR on GitHub.
MIT