# Send Swiss Phone Directory to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "swiss-phone-directory",
    "name": "Swiss Phone Directory",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xenofex7/swiss-phone-directory",
    "canonicalUrl": "https://clawhub.ai/xenofex7/swiss-phone-directory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/swiss-phone-directory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiss-phone-directory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "configuration.md",
      "searchch.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "swiss-phone-directory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T15:15:52.762Z",
      "expiresAt": "2026-05-16T15:15:52.762Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiss-phone-directory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiss-phone-directory",
        "contentDisposition": "attachment; filename=\"swiss-phone-directory-1.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "swiss-phone-directory"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/swiss-phone-directory"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/swiss-phone-directory",
    "downloadUrl": "https://openagent3.xyz/downloads/swiss-phone-directory",
    "agentUrl": "https://openagent3.xyz/skills/swiss-phone-directory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swiss-phone-directory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swiss-phone-directory/agent.md"
  }
}
```
## Documentation

### Swiss Phone Directory Skill

Search the Swiss phone directory (search.ch) for businesses, people, and phone numbers.

### Quick Start

# Search for a business
python3 scripts/searchch.py search "Migros" --location "Zürich"

# Search for a person
python3 scripts/searchch.py search "Müller Hans" --type person

# Reverse phone number lookup
python3 scripts/searchch.py search "+41442345678"

# Business-only search
python3 scripts/searchch.py search "Restaurant" --location "Bern" --type business --limit 5

### search

Search for businesses, people, or phone numbers.

python3 scripts/searchch.py search <query> [options]

Options:
  --location, -l    City, ZIP, street, or canton (e.g., "Zürich", "8000", "ZH")
  --type, -t        Filter: "business", "person", or "all" (default: all)
  --limit, -n       Max results (default: 10, max: 200)
  --lang            Output language: de, fr, it, en (default: de)

### Examples

# Find restaurants in Rapperswil
python3 scripts/searchch.py search "Restaurant" -l "Rupperswil" -t business -n 5

# Find a person by name
python3 scripts/searchch.py search "Meier Peter" -l "Zürich" -t person

# Reverse lookup a phone number
python3 scripts/searchch.py search "044 123 45 67"

# Search with canton abbreviation
python3 scripts/searchch.py search "Bäckerei" -l "SG"

### Output Format

Results include (when available):

Name - Business or person name
Type - Organisation or Person
Address - Street, ZIP, city, canton
Phone - Clickable tel: link (e.g., [044 123 45 67](tel:+41441234567))
Fax - Clickable tel: link
Email - Email address
Website - Website URL
Categories - Business categories

### Clickable Phone Numbers 📞

Phone numbers are automatically formatted as Markdown links with tel: protocol:

📞 [044 123 45 67](tel:+41441234567)

This enables one-tap calling on mobile devices (Telegram, Signal, WhatsApp, etc.).

To disable clickable links, use --no-clickable.

### Get an API Key (free)

Request a key: https://search.ch/tel/api/getkey.en.html
Fill out the form (name, email, use case)
Approval: ~10-15 minutes, key arrives via email

### Set the Environment Variable

export SEARCHCH_API_KEY="your-api-key-here"

For permanent setup, see references/configuration.md.

### API Reference

Base URL: https://search.ch/tel/api/
Rate limits: Depend on API key tier
Full docs: https://search.ch/tel/api/help.en.html
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xenofex7
- Version: 1.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T15:15:52.762Z
- Expires at: 2026-05-16T15:15:52.762Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/swiss-phone-directory)
- [Send to Agent page](https://openagent3.xyz/skills/swiss-phone-directory/agent)
- [JSON manifest](https://openagent3.xyz/skills/swiss-phone-directory/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/swiss-phone-directory/agent.md)
- [Download page](https://openagent3.xyz/downloads/swiss-phone-directory)