feat(terra-models): add Models skill#3
Merged
Conversation
CameronLCrawford
force-pushed
the
cameron/models-skill
branch
from
July 16, 2026 11:24
b7fa1ec to
0bbc517
Compare
Adds a terra-models skill for the Terra API Models product: run a health model over a connected user's data for a date range and get a ready-to-use insight back. SKILL.md covers the two GA models (sleep_window, health_terrain) and their data needs, connecting the user through the Unified API first, handling empty/unsupported results (HTTP 200, not errors) and the credit they still cost, per-run pricing, and the boundaries with the Unified API and Health Scores. Exact request/response schemas are left to the live docs. Registered in skills.sh.json, the plugin marketplace, and the README catalog.
CameronLCrawford
force-pushed
the
cameron/models-skill
branch
from
July 16, 2026 11:25
0bbc517 to
05911c2
Compare
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.
Adds a
terra-modelsskill for the Terra API Models product: run a health model over a connected user's data for a date range and get a ready-to-use insight back.Follows the authoring guide (distil what the agent would get wrong; point to live docs for volatile shapes).
SKILL.mdcovers:sleep_windowandhealth_terrain, and their data needs.unsupported/no_data/supported:false), not errors, and still bill a credit — so validate before running.Exact request/response schemas are left to the live docs (
docs.tryterra.co/models).Registered in
skills.sh.json,.claude-plugin/marketplace.json, and the README catalog.Local checks (mirroring CI):
prettier --check✓,agentskills validate skills/terra-models✓, SKILL.md under 500 lines ✓,check-doc-links✓.