From faelo
Diagnose Faelo plugin connectivity before orchestrating. Use when the user says the plugin "isn't working", tools are missing, calls return auth/401/connection errors, or they just installed the plugin and want to verify setup. Checks the MCP connection + key + account via whoami and gives exact fix steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/faelo:faelo-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this when Faelo isn't responding or the user just set up the plugin.
Run this when Faelo isn't responding or the user just set up the plugin.
Tools present? Are the mcp__faelo__* tools available in this session?
NO mcp__faelo__ tools at all means one of two things:
/plugin, confirm faelo is installed +
enabled, then start a new Claude Code session (MCP connects at session start).Authorization: Bearer token, so a bad key makes the whole MCP connection fail and
NO tools appear (there is no auth-free endpoint). Re-enter the key (step 2), restart.Connected + which account? Call mcp__faelo__whoami — the single connectivity +
identity probe. (mcp__faelo__ping only confirms reachability and, with auth on, also
needs a valid key — so it is NOT an auth-free liveness check.)
/plugin, disable then re-enable faelo (Claude Code re-prompts for
the Faelo API Key) — or uninstall and /plugin install faelo. Paste your
fae-<label>-<hex> key, then start a new session. There is no /plugin config
command. Keys are issued by the Faelo team — if you don't have one, request it.Ready to build? If whoami succeeds and balance > 0, hand off to
faelo-orchestrate (make an ad) or faelo-ship (one-shot from a config).
Report findings as a short checklist (✅/❌ per check) + the single next action.
npx claudepluginhub johnnybq/faelo-plugin --plugin faeloCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.