Agent skill · DevOps & Cloud

sutochno

Search Sutochno.ru (СУТОЧНО.РУ), a Russian short-term apartment-rental platform where you book directly from owners and pay in rubles (Mir card / bank transfer). Best for Russian-speaking travellers booking stays in Georgia / the CIS, where Airbnb and Booking have withdrawn or do not accept Russian cards. Sutochno is NOT behind a bot wall — it ships on the toolkit standard patchright-docker base but runs the bundled chromium headless with no Akamai sensor to defeat. Trigger phrases include search Sutochno, суточно, Russian apartment rental, ruble payment, Mir card, Tbilisi apartment, Batumi ap

borskigithub.com/borskiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add borski/travel-hacking-toolkit --skill sutochno --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 8 KB
Bundled scripts: yes
Path: plugins/travel-hacking-toolkit/skills/sutochno/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 611
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sutochno Search Search **Sutochno.ru** (СУТОЧНО.РУ) — a Russian short-term-rental marketplace where you book apartments, rooms, and houses directly from owners and pay in **rubles**, typically via **Mir card** or bank transfer. It's the natural fit for Russian-speaking travellers booking stays in **Georgia / the CIS**, where Airbnb and Booking have withdrawn or won't take Russian cards. It complements the Airbnb MCP and the `vrbo` skill: those reach Western inventory, Sutochno reaches the ruble-priced, owner-direct inventory those platforms miss. **Sutochno is NOT behind Akamai.** Unlike the `vrbo` skill (which fights an Akamai bot wall and must run **headed**), Sutochno's server-rendered city pages load fine **headless** — there is no bot sensor to defeat. This skill still ships on the toolkit's standard **patchright-docker** base (the same image every browser skill builds on), but only for the bundled chromium + OS deps; it does not need Patchright's stealth. Patchright is a drop-in Playwright fork, so the browser API is identical. The default mode is headless; `--headed` is opt-in for debugging. **The JSON API is auth-walled — we scrape pages instead.** Sutochno's `/api/*` end

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. When NOT to Use
  4. Usage
  5. Arguments
  6. Selectors (the scrape contract)
  7. Output
  8. Tests
  9. Known fragility
Ships with 4 files
  • Dockerfile
  • scripts/entrypoint.sh
  • scripts/search_sutochno.py
  • tests/test_search_sutochno.py
Commands it runs
pip install patchright && patchright install chromium
docker build -t sutochno skills/sutochno/
python3 skills/sutochno/scripts/search_sutochno.py --city tbilisi
python3 skills/sutochno/scripts/search_sutochno.py --city batumi \
Explicit full URL (e.g. a city page with query filters already applied)
python3 skills/sutochno/scripts/search_sutochno.py \
Docker
docker run --rm sutochno --city tbilisi --json
python3 -m unittest discover -s skills/sutochno/tests -v   # or: python3 -m pytest skills/sutochno/tests
More from travel-hacking-toolkit
All skills →
About this skill
What does the sutochno skill do?

Search Sutochno.ru (СУТОЧНО.РУ), a Russian short-term apartment-rental platform where you book directly from owners and pay in rubles (Mir card / bank transfer). Best for Russian-speaking travellers booking stays in Georgia / the CIS, where Airbnb and Booking have withdrawn or do not accept Russian cards. Sutochno is NOT behind a bot wall — it ships on the toolkit standard patchright-docker base but runs the bundled chromium headless with no Akamai sensor to defeat. Trigger phrases include search Sutochno, суточно, Russian apartment rental, ruble payment, Mir card, Tbilisi apartment, Batumi ap

How do I install it?

Run `npx skills add borski/travel-hacking-toolkit --skill sutochno --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going