Swiss phone directory lookup via search.ch API. Search for businesses, people, or reverse-lookup phone numbers. Use when: (1) finding contact details for Swiss companies or people, (2) looking up addresses by name or phone number, (3) reverse phone number lookup, (4) finding business categories. Requires SEARCHCH_API_KEY.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install swiss-phone-directory或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install swiss-phone-directory⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/swiss-phone-directory/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: swiss-phone-directory description: "Swiss phone directory lookup via search.ch API. Search for businesses, people, or reverse-lookup phone numbers. Use when: (1) finding contact details for Swiss companies or people, (2) looking up addresses by name or phone number, (3) reverse phone number lookup, (4) finding business categories. Requires SEARCHCH_API_KEY." metadata: openclaw: requires: env: - SEARCHCH_API_KEY ---
Search the Swiss phone directory (search.ch) for businesses, people, and phone numbers.
# 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 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)
# 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"
Results include (when available):
044 123 45 67)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.
export SEARCHCH_API_KEY="your-api-key-here"
For permanent setup, see references/configuration.md.
https://search.ch/tel/api/安装 Swiss Phone Directory 后,可以对 AI 说这些话来触发它
Help me get started with Swiss Phone Directory
Explains what Swiss Phone Directory does, walks through the setup, and runs a quick demo based on your current project
Use Swiss Phone Directory to swiss phone directory lookup via search
Invokes Swiss Phone Directory with the right parameters and returns the result directly in the conversation
What can I do with Swiss Phone Directory in my marketing & growth workflow?
Lists the top use cases for Swiss Phone Directory, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/swiss-phone-directory/ 目录(个人级,所有项目可用),或 .claude/skills/swiss-phone-directory/(项目级)。重启 AI 客户端后,用 /swiss-phone-directory 主动调用,或让 AI 根据上下文自动发现并使用。
Swiss Phone Directory 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Swiss Phone Directory 可免费安装使用。请查阅仓库了解许可证信息。
Swiss phone directory lookup via search.ch API. Search for businesses, people, or reverse-lookup phone numbers. Use when: (1) finding contact details for Swiss companies or people, (2) looking up addresses by name or phone number, (3) reverse phone number lookup, (4) finding business categories. Requires SEARCHCH_API_KEY.
Automate my marketing & growth tasks using Swiss Phone Directory
Identifies repetitive steps in your workflow and sets up Swiss Phone Directory to handle them automatically
Swiss Phone Directory 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。