skills/swedish-self-referral-clinics/SKILL.md
Find Swedish clinics that have verified 1177 self-referral support (Egen vårdbegäran / egen remiss). Use when an agent needs to identify clinics a user can contact directly in Sweden, filter by county or municipality, match specialty or condition keywords, rank nearby options, and return 1177 profile links with evidence.
npx skillsauth add Eir-Space/eir-open swedish-self-referral-clinicsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user needs a Swedish clinic that accepts direct self-referral through 1177.
The bundled dataset contains only clinics with verified Egen vårdbegäran support from 1177. Do not claim self-referral support for clinics outside this dataset unless you verify them separately.
Search by query:
node scripts/find-clinic.js --query adhd --limit 5 --format markdown
Filter by geography:
node scripts/find-clinic.js --county "Stockholms län" --specialty psychiatry --limit 10 --format json
Rank by proximity:
node scripts/find-clinic.js --query psykiatri --near 59.3293,18.0686 --radius-km 80 --limit 8 --format json
Exact municipality search:
node scripts/find-clinic.js --municipality Uppsala --limit 20 --format markdown
Each result includes:
Boka tid, Av- eller omboka, and other e-service actions--query, --county, --municipality, or --specialty.--near lat,lng and optionally --radius-km.self_referral.evidence and links.profile_1177 fields in your answer so the user can verify the clinic.--format json
--format markdown
--format ndjson
summary, specialties, and tags to narrow options, but do not diagnose.Codex-style local install:
mkdir -p ~/.codex/skills
cp -R swedish-self-referral-clinics ~/.codex/skills/
Generic agent workflow:
SKILL.md.node scripts/find-clinic.js ... from the skill root.references/decision-guide.md when you need ranking guidance or field semantics.references/decision-guide.md
data/self-referral-clinics-sweden.json
data-ai
Understand hydration, alcohol, caffeine, tea, sugary drinks, and how beverages affect energy, sleep, mood, and wellbeing. Use when the user wants to improve hydration, drink more mindfully, reduce caffeine or alcohol, or understand how different drinks affect the body.
development
# US Medications Skill Look up US FDA medication information including uses, warnings, and drug interactions. ## Data Source - **FDA Drug Labels**: Official medication information from the US Food and Drug Administration - **81,212 medications** in the full database - **99 curated** common medications with instant access (no download needed) ## Usage ### Command Line ```bash # Look up a medication us-medications "lisinopril" # Search for medications us-medications --search "blood pressure
development
# US Medications Skill Look up US FDA medication information including uses, warnings, and drug interactions. ## Data Source - **FDA Drug Labels**: Official medication information from the US Food and Drug Administration - **81,212 medications** in the full database - **100 curated** common medications with instant access (no download needed) ## Usage ### Command Line ```bash # Look up a medication (uses curated data, falls back to full database) us-medications "lisinopril" # Search for m
development
Look up Swedish medication information from FASS (Farmaceutiska Specialiteter i Sverige). Use when users ask about medications, drugs, läkemedel, dosages, side effects (biverkningar), interactions, or need to understand prescriptions in Sweden. Covers all medications approved for use in Sweden.