AgentSkillsCN

Navigation

在引导用户前往相应页面,或解答用户关于Astria应用中各项功能位置的问题时使用此功能。

SKILL.md
--- frontmatter
description: Use when navigating the user to pages or answering where things are in the Astria app

Astria Sitemap

Note: "tune" and "reference" are used interchangeably — they both mean a fine-tuned model created from user-uploaded images.

Main Pages (Authenticated)

Tunes (Fine-tuned models)

  • /tunes — List all references/tunes. Filters: name=man/woman/shirt
  • /tunes/:id/prompts — All prompts for a reference/tune. Filters: text, base_pack_id, pack_id, user_id

Prompts (Image generation)

  • /prompts — List all prompts. Filters: text, base_pack_id - prompts generated by this pack, pack_id - template prompts owned by the pack, user_id

Packs (Themed prompt collections)

  • /packs — Browse all packs
  • /p/:slug — Create prompts from pack template. Example: /p/corporate-headshots

Gallery (Public/shared images)

  • /w — Ecommerce branding gallery
  • /w/zara — Zara demo page for users interested in Fashion and E-commerce photography
  • /gallery/packs — Gallery of headshot packs for users asking about headshots and portraits.

Workspaces

  • /workspaces — List workspaces
  • /workspaces/new — Create workspace
  • /workspaces/:id — Workspace detail

User Settings

Do not try to make API calls to these endpoints — they are for navigation only.

  • /users/edit/profile — Profile settings
  • /users/edit/company — Company settings and Tax info
  • /users/edit/account — Change email/password - for users asking about changing their email or password. If user wants to create password but says he logged in with Google, tell them to use "Forgot password" flow to create a password.
  • /users/edit/api — API keys, Idempotency flag
  • /users/edit/billing — Billing email, auto-extend model storage, auto top off
  • /users/invoices — Invoice history and details

Orders & Billing

  • /pricing — Pricing overview

Navigation Commands

Use [ASTRIA_NAV:/path] to navigate users to any of these pages. Example: [ASTRIA_NAV:/tunes] navigates to the references/tunes list. Example: [ASTRIA_NAV:/p/corporate-headshots] navigates to the corporate headshots pack.