webdev-data-api

Fetches external data in Manus webdev and Expo projects via the Manus API Hub.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill webdev-data-api-military-veteran-team-lpt-realty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webdev-data-api
Source: https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills/tree/main/skills/webdev-data-api
Command: npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill webdev-data-api-military-veteran-team-lpt-realty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When building Manus fullstack (web-db-user) or mobile-app (Expo) projects, you often need external data but may not know which APIs are already available. This Skill directs you to check the Manus API Hub first before connecting third-party APIs, avoiding unnecessary external integrations. ## Core Features & Use Cases - Built-in API Discovery: Uses omni_search with search_type 'api' to find available built-in APIs in the Manus API Hub. - Fallback Guidance: Only connects external APIs when no suitable built-in API exists. - Use Case: While building an Expo mobile app that needs weather data, first search the Manus API Hub for a built-in weather API instead of signing up for and configuring a third-party weather service. ## Quick Start Search the Manus API Hub with omni_search using search_type 'api' to find a built-in API for the external data my project needs.

Frequently Asked Questions about webdev-data-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch external data in a Manus webdev project?

Use omni_search with search_type set to 'api' to check the Manus API Hub for a built-in API matching your data needs. Only connect an external API if no suitable built-in option exists.

How to find built-in APIs in the Manus API Hub?

Run omni_search with search_type 'api' to list available built-in APIs in the Manus API Hub. This search reveals which data sources are already integrated and ready to use in your project.

Does this approach work with Expo mobile apps?

Yes, the Manus API Hub search applies to both webdev fullstack (web-db-user) projects and mobile-app projects built with Expo. The same omni_search workflow is used in both project types.

When should I connect an external API instead of a built-in one?

Connect an external API only after searching the Manus API Hub and confirming no suitable built-in API exists for your data requirement. Built-in APIs should always be the first choice.