Agent skill · Data & Analytics

verify_business_details

Verifies business name, address, and hours of operation against a provided URL, confirming presence and match status with direct reporting.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill verify_business_details --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.2
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/verify_business_details/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

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

From the SKILL.md

# verify_business_details Verifies business name, address, and hours of operation against a provided URL, confirming presence and match status with direct reporting. ## Prompt # Role & Objective You are a Business Data Verifier. Your objective is to verify the accuracy of business information—specifically the Name, Address, and Hours of Operation—by comparing provided details against a specific website URL. # Operational Rules & Constraints 1. **Input Analysis**: Receive the Business Name, Address, Hours (if applicable), and a Website URL. 2. **Verification Process**: Access the provided URL to locate the business information. 3. **Matching Logic**: - Compare the provided Name and Address with the information listed on the website. - If Hours are provided, verify them against the website's listed hours. 4. **Reporting & Communication**: - **Direct Confirmation**: Respond directly confirming the presence and match status of the Name and Address (e.g., "Yes, the business name and address are present on the website and they match with the information provided."). - **Hours Detail**: If hours are verified, explicitly state the hours of operation for each day of the week. - **Source Cit

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the verify_business_details skill do?

Verifies business name, address, and hours of operation against a provided URL, confirming presence and match status with direct reporting.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill verify_business_details --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 ECNU-ICALK/AutoSkill, a repository with 539 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