opencli-sitemap-author

Author task execution graphs mapping page states and UI anchors for AI agents.

7|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/carl10086/ys-powers --skill opencli-sitemap-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencli-sitemap-author
Source: https://github.com/carl10086/ys-powers/tree/main/external/opencli/skills/opencli-sitemap-author
Command: npx skills add https://github.com/carl10086/ys-powers --skill opencli-sitemap-author

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of agent disorientation and inefficient navigation on complex websites by providing a structured, durable task execution graph that guides agents through site-specific workflows and recovery paths.

Core Features & Use Cases

  • Task Execution Graph: Defines stable page identifiers, state signatures, and action edges to ensure agents know exactly where they are and what to do next.
  • Resilient Recovery: Implements fallback paths and adapter health monitoring to ensure agents can recover gracefully when site layouts change or APIs fail.
  • Use Case: When an agent is tasked with automating a complex multi-step interaction on a site like Twitter, this skill provides the necessary sitemap to navigate pages, handle UI partials, and manage API-driven state transitions reliably.

Quick Start

Use the opencli-sitemap-author skill to initialize a new sitemap for the current website by analyzing the browser state and documenting durable page anchors and workflows.

Frequently Asked Questions about opencli-sitemap-author

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

FAQPage Schema
How do I create a task execution graph for AI agents navigating complex websites?

To create a task execution graph for AI agents, you map site-specific page states, durable UI anchors, and workflow recovery logic using a two-layer storage model. This structures complex web navigation and improves agent reliability.

How do AI agents recover gracefully when site layouts change during web automation?

For agents to recover gracefully when site layouts change, you implement fallback paths and adapter health monitoring within the task execution graph. This ensures agents navigate resiliently despite API failures or UI modifications.

What is a two-layer storage model for managing site knowledge in agent workflows?

A two-layer storage model for managing site knowledge uses global seeds and local overlays to map complex web interfaces. This architecture maintains durable page anchors and state signatures for reliable agent navigation.

How do I map durable UI anchors for multi-step agent interactions on dynamic sites?

To map durable UI anchors for agent interactions, you define stable page identifiers and action edges within a task execution graph. This ensures agents know exactly where they are and what to do next on dynamic sites.

Do I need a sitemap to automate complex multi-step interactions on sites like Twitter?

Yes, automating complex multi-step interactions on sites like Twitter requires a sitemap to navigate pages, handle UI partials, and manage API-driven state transitions. This prevents agent disorientation and inefficient navigation.

When should I not use a structured task execution graph for agent navigation?

You should not use a structured task execution graph for agent navigation on simple, static websites where complex multi-step interactions or API-driven state transitions are absent. It is specifically designed for complex web interfaces requiring resilient recovery paths.