← 返回
未分类 中文

Agentify

Analyze, rewrite, and generate design specs to make web pages and websites more easily usable by AI agents, web scrapers, and automation tools. Use when (1)...
分析、重写并生成设计规范,使网页和网站更易于AI代理、网络爬虫和自动化工具使用。适用于以下情况 (1)...
chartgen-ai chartgen-ai 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 475
下载
💾 1
安装
1
版本
#latest

概述

Agentify

Make web pages and websites more easily navigable, parseable, and operable by AI agents, web scrapers, and automation tools.

Core Capabilities

1. Analyze

Evaluate web pages or code for agent-friendliness. Produce a scored report (0-100) with actionable improvements.

When to use: The user wants to audit a page, URL, or codebase for agent accessibility.

Workflow:

  1. Acquire the content:
    • URL → fetch and retrieve HTML
    • File path → read the file
    • Glob pattern → find matching files, analyze each
    • IDE selection → analyze selected code
  2. Read the scoring reference: references/scoring.md
  3. Read the full checklist: references/checklist.md
  4. Evaluate across 9 categories (100 points total):
#CategoryPtsFocus
-------------------------
1Semantic HTML15Heading hierarchy, landmarks, semantic tags vs div soup
2ARIA & Accessibility15Roles, labels, live regions, keyboard attributes
3Structured Data15JSON-LD / schema.org presence, completeness
4Form Readability10Label association, autocomplete, fieldset grouping
5Navigation Clarity10Consistent nav, breadcrumbs, skip links, sitemap
6Automation Attributes10data-testid coverage, data-* for key elements
7CSS Selector Stability5Meaningful class names vs generated hashes
8API Discoverability10Canonical URLs, link relations, OpenAPI
9Meta & Machine Signals10robots meta, description, OG tags, sitemap
  1. Output report in this format:
    • Score: X/100 (Grade A-F)
    • Per-category score breakdown table
    • Top 5 priority improvements with before/after code
    • Detailed findings per category
    • Quick wins section (changes under 5 minutes, 5+ point gain)

2. Rewrite

Transform web templates to be agent-friendly while preserving all existing functionality.

When to use: The user wants to improve existing code for agent consumption.

Workflow:

  1. Detect framework from file extension (.html, .jsx, .tsx, .vue, .svelte)
  2. Read the patterns reference: references/patterns.md
  3. Read framework-specific guidance: references/frameworks.md
  4. Read and understand the entire file before modifying
  5. Apply transformations in order:
    • Replace non-semantic elements with semantic equivalents (only when intent is unambiguous)
    • Add ARIA attributes to interactive elements
    • Add data-testid to buttons, links, inputs, content containers (kebab-case naming)
    • Improve form labels, autocomplete, fieldset grouping
    • Insert JSON-LD structured data where content type is identifiable
    • Add meta tags for full HTML pages
    • Add skip links and nav labels
    • Fix heading hierarchy

Safety rules (non-negotiable):

  • Never remove existing code, event handlers, or component logic
  • Never change class names, IDs, or visual appearance
  • Never break framework-specific syntax
  • Only add attributes, never replace unless strictly better
  • Match existing formatting style
  1. After modification, summarize: number of changes per category, changes considered but skipped, and follow-up suggestions needing human judgment

3. Design Spec

Generate a comprehensive agent-friendly design specification document for development teams.

When to use: The user wants to establish standards for agent-friendly web development.

Workflow:

  1. Parse arguments for project name and focus area (e-commerce, dashboard, docs, SaaS, marketing)
  2. Scan the project if in a code directory:
    • Detect framework (package.json, config files)
    • Detect test framework
    • Grep for existing data-testid, aria-*, schema.org patterns
    • Read 2-3 representative components to understand code style
  3. Read the spec template: references/spec-template.md
  4. Read the example spec: references/spec-example.md
  5. Generate a markdown spec to agent-friendly-spec.md covering:
    • Executive summary
    • Semantic HTML guidelines
    • ARIA & accessibility patterns
    • Naming conventions (data-testid, CSS classes, components)
    • Structured data (JSON-LD) per page type
    • Form design patterns
    • Navigation patterns
    • API & discoverability
    • Meta tags & machine signals
    • Component-level checklists
    • Testing for agent-friendliness
    • Migration guide (quick wins → medium → large effort)

Each section must include: priority level (P0/P1/P2), code examples for the detected framework, anti-patterns, and verification methods.

Shared Knowledge Base

For the canonical reference on all agent-friendly web patterns (semantic HTML, ARIA, structured data, data attributes, forms, navigation, APIs, meta tags, CSS stability, interaction patterns), read: references/knowledge-base.md

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 16:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 182,025
data-analysis

Data Analysis Pro

chartgen-ai
数据分析专业技能,提供三大核心功能:数据分析、数据解读与数据可视化。适用场景:(1) 数据分析——统计分析。
★ 1 📥 1,754
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 679 📥 327,974