Native Data Fetching
Securely retrieves and integrates Expo app's native device data (contacts, location, etc.) directly into your frontend code.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add native-data-fetching npx -- -y @trustedskills/native-data-fetching
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"native-data-fetching": {
"command": "npx",
"args": [
"-y",
"@trustedskills/native-data-fetching"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The native-data-fetching skill enables AI agents to retrieve and process data directly from native sources, such as local files or device-specific APIs. It allows seamless integration with frontend environments by providing efficient methods for fetching and handling data without relying on external services.
When to use it
- Fetching user preferences stored locally on a mobile device.
- Retrieving configuration settings from a JSON file bundled within the app.
- Accessing sensor or hardware data directly from the device's native APIs.
Key capabilities
- Direct access to local files and system resources.
- Integration with device-specific APIs for real-time data retrieval.
- Efficient handling of data formats like JSON, XML, and binary.
Example prompts
- "Read the user settings file located at
/data/settings.json." - "Fetch the latest GPS coordinates from the device's location service."
- "Load configuration data from a local SQLite database."
Tips & gotchas
- Ensure proper permissions are granted for accessing device-specific APIs.
- Be mindful of file paths and format compatibility when reading local files.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.