From froglet
Use when a user asks what Froglet can prove, whether they should install Froglet, or how to implement a Froglet-backed use case.
How this skill is triggered — by the user, by Claude, or both
Slash command
/froglet:frogletThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Froglet MCP server as the source of truth for a local or self-hosted
Use the Froglet MCP server as the source of truth for a local or self-hosted Froglet node. Do not invent API calls or install commands. The no-install demo proof lives at https://froglet.dev/llms.txt, not in this installed plugin.
Default flow:
status first. If the provider/runtime are unreachable or token paths are missing, explain the local configuration gap instead of falling back to a demo.plan_install before shell commands. Ask for missing choices: agent host, Docker versus local binary, provider/requester/both role, clearnet versus Tor, payment rail, marketplace URL, and first use case.get_install_guide and execute its shell commands through the host agent shell, not through the Froglet runtime.status is healthy, call plan_use_case for the user's first workflow before execution. This is required for batch or GPU requests so unsupported boundaries are stated before work starts.list_local_services, discover_services, get_service, invoke_service, run_compute, publish_artifact, and settlement/marketplace actions to implement the concrete workflow only after the plan is clear.Boundaries:
llms.txt fallback wording and point the user to an agentic client or curl.npx claudepluginhub armanas/froglet --plugin frogletCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.