Add obol-stack-dev skill and LLM routing integration tests#189
Closed
bussyjd wants to merge 2 commits into
Closed
Conversation
- Add `obol-stack-dev` skill with full reference docs for LLM smart-routing through llmspy (architecture, CLI wrappers, overlay generation, integration testing, troubleshooting) - Add integration tests (`//go:build integration`) that deploy 3 OpenClaw instances through obol CLI verbs and validate inference through Ollama, Anthropic, and OpenAI via llmspy - Expand README model providers section and add OpenClaw commands
Add the standard Claude Code header, a Build/Test/Run Commands section with unit test, integration test, and cluster management instructions, and expand the References section with test files, CI/CD workflows, and the developer skill directory. Fix Go version from 1.21 to 1.25.
OisinKyne
added a commit
that referenced
this pull request
Jun 2, 2026
OisinKyne
added a commit
that referenced
this pull request
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
//go:build integration) that deploy 3 OpenClaw instances and validate inference through all 3 provider paths (Ollama, Anthropic, OpenAI) via llmspyobol model setup/status, added OpenClaw commands sectionSkill structure
Integration test results (all passing)
TestIntegration_OllamaInferenceollama/gpt-oss:120b-cloudTestIntegration_AnthropicInferenceollama/claude-sonnet-4-5-20250929TestIntegration_OpenAIInferenceollama/gpt-4o-miniTestIntegration_MultiInstanceAll tests go through
obolCLI verbs:obol openclaw sync,obol model setup,obol openclaw token,obol openclaw delete --force.Test plan
go test ./internal/openclaw/go test -tags integration -v -timeout 15m ./internal/openclaw/.claude/skills/symlink