neuronwriter-api
Installation
SKILL.md
NeuronWriter API Skill
Author: Anton Gulin · Tool: opencode-skill-creator · GitHub: @antongulin · Registry: skills.sh
Quota System
The API (v0.5) only consumes content writer analysis credits (1 per new-query). Each account's limit depends on their plan.
What the API does NOT expose:
- No endpoint to check remaining credits — the user must check their dashboard
- AI content generation credits — web UI only, no public API
- Plagiarism check credits — web UI only, no public API
How to detect quota exhaustion: If new-query returns {"error": "The analysis exceeds the number of keyword analyses available for this month."}, the monthly content writer limit is hit. Use the proxy fallback strategy below until the reset date (shown in the user's dashboard).
Golden Rule
1. Always use real API data. Never mock. 2. Always log every command in a "Commands Used" section. 3. If new-query fails, use list-queries + get-query fallback. Never give up.