附近取款机
Find nearby ATMs. Invoke when user asks for cash withdrawal near me.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codekungfu/atmsWhat This Skill Does
The '附近取款机' (Nearby ATMs) skill is a specialized utility for the OpenClaw AI agent designed to locate automated teller machines within a specified proximity of the user's current geographic coordinates. By integrating with high-reliability map data, this skill ensures that users can quickly navigate to cash withdrawal points without searching through generic map applications. It standardizes the retrieval process, ensuring that the returned POI data adheres to the OpenClaw ecosystem's formatting, which allows for seamless integration with downstream UI components or navigation interfaces.
Installation
To integrate this skill into your local OpenClaw environment, ensure you have the necessary permissions enabled for location tracking, then execute the following command in your terminal:
clawhub install openclaw/skills/skills/codekungfu/atms
Once installed, the skill will register itself to the AI's intent-matching engine, allowing it to trigger automatically when relevant user queries are detected.
Use Cases
This skill is essential for users requiring physical currency in unfamiliar locations. Common scenarios include:
- Locating a bank-affiliated ATM while traveling in a new city.
- Finding a surcharge-free ATM near your current workplace or home.
- Identifying ATMs that support specific functions, such as cash deposits, using the optional filter parameters.
- Providing quick directional data to users who are walking or driving and need urgent access to banking services.
Example Prompts
- "我附近哪里有取款机?"
- "Can you help me find ATMs near my current location for cash withdrawal?"
- "Show me the closest ATMs within 2 kilometers that accept deposits."
Tips & Limitations
- Precision vs. Privacy: The skill requires accurate GPS data for optimal results. However, to maintain user privacy, the agent is designed to avoid permanent storage of precise coordinates. We recommend keeping the search radius within the default 3000-meter range for the fastest response times.
- Rate Limiting: Please be mindful that frequent requests in quick succession may trigger 'RATE_LIMITED' errors. If this occurs, wait a few seconds before re-initiating the query.
- Data Source: This skill relies on external provider connectivity. If you receive a 'PROVIDER_UNAVAILABLE' error, verify your network settings or try again after a short interval. Always ensure your device has location services enabled, otherwise, the agent will not be able to resolve your coordinate inputs.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codekungfu-atms": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: data-collection, external-api