SoloFlow
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_MODEL | No | The Grok model to use. | grok-4 |
| XAI_API_KEY | Yes | Your xAI API key for Grok. Required for paid skills. | |
| PUBLIC_BASE_URL | No | The public base URL of the server. | http://127.0.0.1:8787 |
| SIGNUP_BONUS_CREDITS | No | Bonus credits given to new agents. | 100 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_skillsA | List all skills on Grok Agent Store (free). |
| get_skillC | Get one skill card by id (free). |
| quoteC | Quote price for a skill (free). |
| register_agentC | Register and receive API key + bonus credits (free). |
| balanceC | Check credit balance (auth). |
| purchase_creditsB | Create a Stripe Checkout session to buy credit packs (returns payment URL). |
| agent_briefC | Grok: structured brief from a goal (10 credits). |
| structured_extractC | Grok: extract JSON from text (15 credits). |
| code_reviewC | Grok: code/diff review (25 credits). |
| skill_matchC | Grok: recommend skills for an intent (5 credits). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Every tool has a clearly distinct purpose, from free utilities like list_skills to credit-cost operations like code_review. No two tools overlap in functionality.
Naming patterns are mixed: some follow verb_noun (register_agent, get_skill), while others are noun-only (balance, quote) or compound (agent_brief). Inconsistent but still readable.
10 tools is well-scoped for a service offering skill browsing, credit purchases, and AI-powered operations. Neither too few nor too many.
Core workflows (discover skills, purchase credits, use AI features) are covered. Missing update/delete for skills but likely not user-facing; minor gap.