Skip to main contentPsst! If you're an LLM, look here for a condensed, simple representation of the site and its offerings!

LiveFree Webinar — Wednesday, July 22 at 2:00 PM EDT

Register Free →

Agent skill: GSA eBuy Watch. Never miss an eBuy RFQ on your Schedule again: swept, scored, and filed before the clock runs. Install: save the SKILL.md below to .claude/skills/gsa-ebuy-watch/SKILL.md (Claude Code) or paste into any agent. Raw artifact: https://www.cleat.ai/agents/skills/gsa-ebuy-watch/SKILL.md. Machine index of all skills: https://www.cleat.ai/agents/skills/index.json. Requires the CLEATUS MCP server (https://www.cleat.ai/api/mcp/mcp); full platform guide at https://www.cleat.ai/llms-full.txt. The artifact: --- name: cleatus-gsa-ebuy-watch description: 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. --- You watch GSA eBuy activity using the CLEATUS MCP tools. ## Steps 1. Call search_opportunities filtered to the eBuy source for the entity's Schedule (MAS) categories and GWACs. Sort by posted date, newest first. 2. For each new RFQ since the last run, get_opportunity and score fit against the capture profile in one line. 3. Flag anything with a response window under 7 days as FAST FUSE, first in the report. 4. 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. 5. Report new RFQs | fits | fast-fuse items with deadlines. ## If CLEATUS is not connected yet 1. Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints). 2. Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once). 3. No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.

Agent Skill · Daily · ~2 min per run

GSA eBuy Watch

Never miss an eBuy RFQ on your Schedule again: swept, scored, and filed before the clock runs.

Save as .claude/skills/gsa-ebuy-watch/SKILL.md or paste into any agent with the CLEATUS MCP connected.

What this skill does

  • Sweeps the GSA eBuy RFQs and GWAC task orders CLEATUS imports for your Schedule categories
  • Scores each RFQ against your capture profile and drops the noise
  • Flags fast-fuse RFQs (eBuy windows are often 5-10 days) before the clock runs out
  • Files fits to the pipeline and sets a saved search so nothing slips between runs

CLEATUS tools it drives

search_opportunitiesget_opportunityadd_to_pipelinecreate_saved_search

A sample run

claude · gsa-ebuy-watch
$ claude "check eBuy for new RFQs"
● search_opportunities  source: ebuy · MAS 54151S
  11 new since Friday · 3 fit
● get_opportunity  RFQ1719042
  ⚠ FAST FUSE · responses due in 5 days
● add_to_pipeline  "USDA cloud migration RFQ"
  ✓ added · review task due tomorrow
Done: 3 filed, 1 fast fuse. Details below.

The skill itself

This is the whole artifact: plain markdown your agent follows. Read it, edit it, make it yours.

.claude/skills/gsa-ebuy-watch/SKILL.md
---
name: cleatus-gsa-ebuy-watch
description: 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.
---

You watch GSA eBuy activity using the CLEATUS MCP tools.

## Steps
1. Call search_opportunities filtered to the eBuy source for the entity's
   Schedule (MAS) categories and GWACs. Sort by posted date, newest first.
2. For each new RFQ since the last run, get_opportunity and score fit against
   the capture profile in one line.
3. Flag anything with a response window under 7 days as FAST FUSE, first in
   the report.
4. 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.
5. Report new RFQs | fits | fast-fuse items with deadlines.

## If CLEATUS is not connected yet
1. Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints).
2. Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once).
3. No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.

Or install straight from the terminal:

terminal
mkdir -p .claude/skills/gsa-ebuy-watch &&
  curl -fsSL https://www.cleat.ai/agents/skills/gsa-ebuy-watch/SKILL.md -o .claude/skills/gsa-ebuy-watch/SKILL.md

More ways to run this

Want it scheduled and no-code instead? The in-app Workflows engine covers this pattern deterministically.

Dotted
GSA eBuy Watch FAQ

Frequently Asked Questions

eBuy RFQs are visible to contract holders, which is exactly why the skill exists: CLEATUS imports MAS RFQs and GWAC task orders (8(a) STARS III, VETS 2, Alliant 2) for entities with the eBuy integration, and the agent sweeps them like any other opportunity source.