Add glasser skill - #3093
Open
adriansurething wants to merge 2 commits into
Open
Add glasser skill#3093adriansurething wants to merge 2 commits into
adriansurething wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
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
Adds
skills/glasser, a skill for tasks that need external or paid data (person and company enrichment, SEO and SERP, web scraping, places, news, scholar and social data) when no built-in or user-provided integration covers it.Glasser is a broker for paid third-party data endpoints. The skill teaches the agent the workflow and the spending rules: check the user's own keys and integrations first, search the catalog, inspect the endpoint's input schema and exact price before running, generate an idempotency key so a retry never charges twice, and report the charge after each run. It works through the Glasser MCP server (remote Streamable HTTP, OAuth sign-in) or the
glasserCLI. The MCP server can be added to Copilot's MCP configuration with the URLhttps://api.glasser.ai/mcp.The skill text is the same one shipped in the official plugin repository (https://github.com/glasser-ai/plugins, MIT); only the front-matter description was adjusted to match this repository's conventions. Links in the file are limited to the docs and the source.
Requirements and limitations, stated in the skill: a Glasser account with a prepaid balance is required for paid runs; failed calls and empty results are not charged; the CLI is optional when the MCP tools are available.
Disclosure: I am a member of the Glasser team. This submission follows the guidance in discussion #968.
Checks
npm run skill:validate→ all 419 skills validnpm run build→docs/README.skills.mdregenerated (one new row)🤖 Generated with Claude Code