0% 5h quota used ·
resets in 2h
live · 08/09/2026 12:04 CEST
What it knows how to do
17 skills across the workspaces.
A skill is the portable part of a task: markdown plus scripts, no orchestrator code. Its description is what the dispatcher matches free text against, so a vague description is why a Chat request gets a question back instead of a run.
| Skill | Matched against this text | Used by | Lines |
|---|---|---|---|
| _global/decisions-answer | Record a human's answer to an open platform decision (OS-001, OS-002…) in _global's decision register — approve, reject, or note a reply that arrived by Google Chat. | decisions-answer | 54 |
| _global/monthly-report | Monthly "what Country OS did" report for every workspace, published as a Google Doc per country plus one cross-country doc. Journal-derived, no traffic or market analysis. | monthly-report | 150 |
| _global/pr-review | Process human review feedback on open Country OS draft PRs — apply requested changes, answer questions, revert rejected fixes, and distill durable rules into memory/review-feedback.md so future runs never repeat a rejected pattern. | pr-review | 107 |
| _global/price-parser-repair | Repair a broken pricing-page parser in tools/bin/price-watch after a provider redesigns its page, and open a draft PR. Runs only after a human has settled what the price actually is. | price-parser-repair | 74 |
| _global/sentry-triage | Weekly Sentry triage across the cms, telecom and renovation repos — classify unresolved production errors, fix the ones that are safely code-fixable via a draft PR per repo, journal the rest. Ignores third-party and infrastructure noise. | sentry-triage | 258 |
| de/netzbetreiber-enrich | Research contact data (website, form URL, email, anti-bot) for the next batch of German Stromnetzbetreiber from the seed list, and append results to the campaign JSONL. | netzbetreiber-enrich | 85 |
| de/netzbetreiber-preisblatt | Find the published §14a Preisblatt on a silent grid operator's own website, download it, and extract the module figures — the collection path for operators who never answered the email. | netzbetreiber-preisblatt | 133 |
| de/netzbetreiber-replies | Fetch and triage replies to the §14a outreach — classify each message, extract module data (from text, PDFs, or linked pages), record findings, draft follow-ups, then flush them through the guarded deterministic sender at the end of the pass. | netzbetreiber-replies | 220 |
| de/wasserversorger-discover | Discover which German water suppliers exist and which municipalities each one serves — the population-weighted coverage sweep that builds the Wasserversorger roster and the municipality↔company links. Run this before wasserversorger-enrich, which refuses an empty roster. | wasserversorger-discover | 608 |
| de/wasserversorger-enrich | Enrich the next batch of German water suppliers (Wasserversorger) — contact details plus the published water-analysis URL — and append results to the campaign JSONL. | wasserversorger-enrich | 245 |
| tn/business-review | Monthly "state of the country" memo for HQ — traffic, landscape, opportunities, and what Country OS did. Autonomous, judgment-heavy. | business-review | 68 |
| tn/content | Write one new page a month on demand the site already receives but does not serve — chosen from Search Console, not from taste. Ships as a draft PR. | content | 120 |
| tn/content-freshness | Monthly data-accuracy pass — verify STEG tariffs, contacts and agency data against official sources, prepare corrections on a branch, ship as a PR after human approval. | content-freshness | 33 |
| tn/ctr-optimizer | Turn Search Console impressions the site already earns into clicks — rewrite titles, meta descriptions and rich-result markup on the pages ranking well but earning few clicks, then measure the result 28 days later. Ships as a draft PR. | ctr-optimizer | 112 |
| tn/decisions-answer | Record a human's answer to an open decision (TN-001, TN-002…) in the country's decision register — approve, reject, or note a reply that arrived by Google Chat. | decisions-answer | 44 |
| tn/seo-audit | Weekly SEO and health audit of tunisie-electricite.com — scores every page, checks the live site, reports top actions. Read-only; chains tn:seo-fixes when 2+ mechanical fixes are found. | seo-audit | 60 |
| tn/seo-fixes | Implement the mechanical fixes from the latest SEO audit report on a branch, ship as a PR to develop after human approval. On-demand companion to seo-audit. | seo-fixes | 47 |