webdev-data-api

Fetches external data in Manus webdev and mobile-app projects via the Manus API Hub.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill webdev-data-api-anderhonorato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webdev-data-api
Source: https://github.com/AnderHonorato/Mem-rias-IA---Infinity/tree/main/Manus/Skills/webdev-data-api
Command: npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill webdev-data-api-anderhonorato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When building fullstack web (web-db-user) or Expo mobile apps on the Manus platform, you often need external data but may not know which APIs are already available, leading to unnecessary custom integrations. ## Core Features & Use Cases - Built-in API Discovery: Uses omni_search with search_type 'api' to check the Manus API Hub for existing built-in APIs before writing any integration code. - Fallback Guidance: Only connects to an external third-party API when no suitable built-in API exists in the hub. - Use Case: While building an Expo mobile app that needs weather data, first query the API Hub with omni_search to find a ready-made weather API instead of manually wiring up an external provider. ## Quick Start Ask the agent to search the Manus API Hub with omni_search using search_type 'api' to find a built-in API for the external data your 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 look for a built-in API in the Manus API Hub. Only connect an external API directly if no suitable built-in option exists.

What is the Manus API Hub and how do I search it?

The Manus API Hub is a catalog of built-in APIs available to Manus projects. Search it by calling omni_search with search_type 'api' to discover APIs matching your data needs.

Does this approach work for Expo mobile apps on Manus?

Yes, the same workflow applies to Manus mobile-app projects built with Expo. Search the API Hub first with omni_search before integrating any external API into the app.

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. Built-in APIs are preferred because they are already integrated with the platform.