webdev-data-api

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

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill webdev-data-api-waiyanphyo999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webdev-data-api
Source: https://github.com/waiyanphyo999/telegram-bot-deploy/tree/main/skills/webdev-data-api
Command: npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill webdev-data-api-waiyanphyo999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When building fullstack web or mobile apps on Manus, developers often need external data but waste time wiring up third-party APIs when a built-in option already exists in the Manus API Hub. ## Core Features & Use Cases - Built-in API Discovery: Uses omni_search with search_type 'api' to check the Manus API Hub for available built-in APIs before integrating anything external. - Fallback Guidance: Directs you to connect an external API only when no suitable built-in API exists. - Use Case: While building an Expo mobile app that needs weather data, first query the API Hub for a built-in weather API instead of signing up for and configuring a third-party provider. ## Quick Start Ask the assistant to check the Manus API Hub for a built-in API that provides the external data your web or mobile 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 need. Only connect an external API if no suitable built-in option exists.

What is the Manus API Hub used for?

The Manus API Hub is a catalog of built-in APIs available to Manus webdev fullstack and Expo mobile-app projects. It lets you access external data sources without manually integrating third-party providers.

Does this approach work with Expo mobile apps?

Yes, the same API Hub lookup applies to Expo mobile-app projects on Manus. Search for a built-in API first, and only fall back to a direct external API connection when nothing suitable is available.

When should I connect an external API instead of the API Hub?

Connect an external API only after searching the Manus API Hub with omni_search and confirming no built-in API covers your data requirement. This avoids redundant integration work.