Sync the skill body: catalog size, and the linear-pricing guidance - #10
Merged
Merged
Conversation
Two changes, both already merged in the anyapi repository and carried here by `npm run sync-skills`, which the external gate requires to match exactly. The catalog size is now stated rather than gestured at. "Hundreds of APIs" was a second owner for a number the main repository already computes from its SKU manifests, so the skill said something vaguer than it needed to and could not go stale in a way anyone would notice. It reads the same constant every other AnyAPI surface reads, and says 359. The pricing section was already out of sync here for an unrelated reason: main had split flat and linear offers, because quoting `maxPer1kUsd` for a linear offer overstates a call by roughly two orders of magnitude. That guidance had never been synced. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
npm run sync-skillsin theanyapirepository, which the gate here requires to matchsrc/lib/agentSkill.tsexactly. Two changes, both already merged upstream.Catalog size. "You reach hundreds of APIs" becomes "You reach 359 APIs". Upstream, the published catalog size is now bound to the SKU manifests in the same commit, so every AnyAPI surface reads one constant and a stale figure fails CI before merge instead of after deploy. This skill was one of ten surfaces still stating the size in prose - vague rather than stale, but the same defect: a second owner for a number the repository already computes. Live
/SKILL.mdhas served this since the frontend deployed (getanyapi-com/anyapi#840).Linear-pricing guidance. Already out of sync here before this change, for an unrelated reason. Upstream split flat and linear offers because quoting
maxPer1kUsdfor a linear offer overstates a real call by roughly two orders of magnitude -linkedin.search_posts_fullreads as137where 1,000 results actually cost$1.37. That guidance had never been synced, so this PR carries it.bash scripts/check.shpasses:skills checks passed (1 manifest-listed skill).