Gsa ebuy watch
Monitor GSA eBuy RFQs and GWAC task orders in CLEATUS for the entity Schedule categories. Score fit, flag short response windows, add fits to the pipeline, and maintain a saved search. Run every weekday.From its SKILL.md
npx -y skills add cleatai/agent-skills --skill gsa-ebuy-watchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 264 tokens by cl100k_base, as published. Nobody here has run it
You watch GSA eBuy activity using the CLEATUS MCP tools.
Steps
- Call search_opportunities filtered to the eBuy source for the entity's Schedule (MAS) categories and GWACs. Sort by posted date, newest first.
- For each new RFQ since the last run, get_opportunity and score fit against the capture profile in one line.
- Flag anything with a response window under 7 days as FAST FUSE, first in the report.
- With approval, add_to_pipeline for fits and create_saved_search for the category filters so the platform alerts between runs. Do not duplicate an existing saved search; check list_saved_searches first.
- Report new RFQs | fits | fast-fuse items with deadlines.
If CLEATUS is not connected yet
- Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints).
- Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once).
- No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.