as-api-dynamic-query

Query registered AngelScript types and symbols via the ASApiQuery HTTP service.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/moraluco/Illusion-Cursor-dev-kit --skill as-api-dynamic-query
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: as-api-dynamic-query
Source: https://github.com/moraluco/Illusion-Cursor-dev-kit/tree/main/.cursor/skills/as-api-dynamic-query
Command: npx skills add https://github.com/moraluco/Illusion-Cursor-dev-kit --skill as-api-dynamic-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

使用 ASApiQuery 编辑器可快速查询当前会话中已注册的 AngelScript 类型与符号,帮助开发者在 Unreal/UE 项目中快速对齐运行时绑定与编辑器状态。

Core Features & Use Cases

  • 动态查询当前会话的 AngelScript 类型/符号,以便进行绑定验证和调试。
  • 与 SoftUEBridge 无关的独立查询入口,确保在编辑器未启动时也有回退路径。
  • 可将查询结果用于文档、调试或构建工作流,以提升迭代效率。

Quick Start

在 ASApiQuery 编辑器中向对应 HTTP 服务发送查询请求,获取当前会话绑定信息。

Frequently Asked Questions about as-api-dynamic-query

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

FAQPage Schema
How do I query AngelScript bindings at runtime in Unreal Engine?▼

To query AngelScript bindings at runtime, send an HTTP request to the ASApiQuery editor service to retrieve registered types and symbols for validating bindings and aligning editor-runtime states in UE projects.

What is the fallback for querying AngelScript types when the editor is unavailable?▼

When the ASApiQuery HTTP service is unavailable, AngelScript type querying falls back to static angelscript-api-query documentation to ensure safe operation and maintain binding validation continuity.

How does runtime AngelScript binding validation work across UE projects?▼

Runtime AngelScript binding validation works by querying the current session's registered types and symbols via the ASApiQuery editor HTTP service, ensuring editor-runtime alignment across Unreal Engine projects.

Can I use runtime AngelScript queries for debugging without SoftUEBridge?▼

Yes, you can query AngelScript bindings independently of SoftUEBridge by using the ASApiQuery editor HTTP service, with a static documentation fallback ensuring continuous debugging access.

What should I do if querying AngelScript symbols is not working during development?▼

If querying AngelScript symbols fails, verify the ASApiQuery editor HTTP service is running; if unavailable, rely on the static angelscript-api-query documentation fallback to maintain safe operation.

Does as-api-dynamic-query support validating editor-runtime alignment across multiple UE projects?▼

Yes, as-api-dynamic-query supports validating editor-runtime alignment across UE projects by querying registered AngelScript types and symbols in the current session via the ASApiQuery editor HTTP service.