discovering-abstract-portal

Discover AGW shipped apps, skills, Portal content, and user profiles with pagination and field trimming.

1|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Abstract-Foundation/agw-cli --skill discovering-abstract-portal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discovering-abstract-portal
Source: https://github.com/Abstract-Foundation/agw-cli/tree/main/packages/agw-cli/skills/discovering-abstract-portal
Command: npx skills add https://github.com/Abstract-Foundation/agw-cli --skill discovering-abstract-portal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need to safely browse available AGW shipped apps, related skills, live Portal apps, streams, and user profiles without manually constructing complex CLI commands or risking exposure to untrusted Portal content.

Core Features & Use Cases

  • Shipped App Catalog Access: List and inspect AGW's built-in app library, including linked skills for each app, with pagination and field trimming to avoid overwhelming output.
  • Live Portal Browsing: Safely fetch live Portal apps, associated streams, and user profile data with controlled field selection to limit exposure to untrusted payloads.
  • Schema-Guided Querying: Use built-in schema introspection to confirm correct command input and output shapes before running discovery requests. For example, if you want to find all AGW apps related to DeFi tools and check their associated skills, this skill guides you to run the correct paginated list command with only the relevant fields you need.

Quick Start

Ask your AI agent to list all available AGW shipped apps with their names and linked skill references, paginated to 10 results per page.

Frequently Asked Questions about discovering-abstract-portal

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

FAQPage Schema
How do I browse AGW shipped apps and their associated skills safely?

You can browse AGW shipped apps safely by using structured command guidance with pagination and field trimming to limit data retrieval and avoid overwhelming output. This built-in guardrail ensures controlled exposure when inspecting the app catalog and linked skills.

What is the best way to fetch live Portal streams and user profiles without risking exposure to untrusted payloads?

Fetching live Portal streams and user profiles safely requires built-in guardrails for untrusted Portal payloads and controlled field selection. This limits data exposure by trimming unnecessary fields during stream browsing and profile lookup operations.

Can I use schema introspection to confirm command input and output shapes before running AGW discovery requests?

Schema introspection confirms correct command input and output shapes before running AGW discovery requests. This mechanism allows you to validate paginated list commands and inspect app metadata structures prior to executing live queries.

How do I list available DeFi apps in the AGW catalog and paginate the results?

To list AGW catalog apps like DeFi tools, you run a paginated list command guided by the skill, requesting specific fields and limiting results to a set number per page. This approach fetches app names and linked skill references while trimming unnecessary data.

Do I need manual CLI command construction to discover AGW apps and Portal content?

You do not need manual CLI command construction to discover AGW apps and Portal content. The skill satisfies agent-driven CLI workflow requirements by providing structured command guidance, schema references, and field trimming automatically.