{
  "specVersion": "1.0",
  "host": {
    "displayName": "Blue Panda Agentic Capability Catalog",
    "identifier": "did:web:agents.bluepanda.cloud",
    "documentationUrl": "https://agents.bluepanda.cloud/ard-docs",
    "logoUrl": "https://agents.bluepanda.cloud/bluepanda-logo.png",
    "trustManifest": {
      "identity": "did:web:agents.bluepanda.cloud",
      "identityType": "did:web",
      "note": "v0.1 public demo catalog. No cryptographic attestations are claimed yet."
    }
  },
  "entries": [
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:registry:bluepanda-ard",
      "displayName": "Blue Panda ARD Registry",
      "type": "application/ai-registry+json",
      "url": "https://agents.bluepanda.cloud",
      "description": "Searchable ARD registry for Blue Panda-approved agent capabilities, tool cards, workflow cards, and private execution pointers.",
      "tags": [
        "registry",
        "search",
        "agent-discovery",
        "bluepanda"
      ],
      "capabilities": [
        "CatalogSearch",
        "CapabilityDiscovery",
        "FacetExplore",
        "AgentToolDirectory"
      ],
      "representativeQueries": [
        "find a Blue Panda capability for website review",
        "search approved tools for DNS migration",
        "show available agent workflows for server operations",
        "discover Blue Panda MCP servers and AI skills"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public",
        "executionMode": "discovery-only",
        "approvalRequired": false,
        "status": "v0.1-demo",
        "notes": "Registry search returns capability cards; execution is delegated to the referenced protocol or private endpoint."
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:skill:website-review-auditor",
      "displayName": "Website Review Auditor",
      "type": "application/ai-skill+json",
      "url": "https://agents.bluepanda.cloud/artifacts/website-review-auditor.json",
      "description": "Audits small-business and agency websites for UX, conversion gaps, technical hygiene, SEO basics, accessibility basics, and AI-agent readiness.",
      "tags": [
        "website",
        "audit",
        "seo",
        "ux",
        "conversion",
        "agency"
      ],
      "capabilities": [
        "WebsiteAudit",
        "UXReview",
        "SEOBasics",
        "ConversionReview",
        "AccessibilityBasics",
        "AgentReadinessReview"
      ],
      "representativeQueries": [
        "review this website and tell me what is actually important",
        "find UX and conversion issues on this business website",
        "audit SEO metadata and technical quality",
        "check whether this website is ready for AI agents"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card",
        "executionMode": "manual-or-private",
        "approvalRequired": false,
        "category": "agency",
        "status": "usable-as-agent-instruction-card"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:mcp:dns-zone-diff",
      "displayName": "DNS Zone Diff",
      "type": "application/mcp-server+json",
      "url": "https://agents.bluepanda.cloud/artifacts/dns-zone-diff.mcp.json",
      "description": "Compares DNS zone files, identifies missing/conflicting records, and prepares Cloudflare-importable records without changing live DNS.",
      "tags": [
        "dns",
        "cloudflare",
        "migration",
        "zone-file",
        "records"
      ],
      "capabilities": [
        "DNSDiff",
        "ZoneFileCompare",
        "CloudflareImportPrep",
        "MXTXTReview",
        "RecordConflictDetection"
      ],
      "representativeQueries": [
        "compare these two DNS zone files",
        "create a Cloudflare import file for missing DNS records",
        "find conflicting MX TXT CNAME and A records",
        "prepare DNS records for Cloudflare migration"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card",
        "executionMode": "local-tool-or-private-mcp",
        "approvalRequired": false,
        "dangerousActions": false,
        "category": "webops",
        "status": "tool-card-ready"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:mcp:cloudflare-import-prep",
      "displayName": "Cloudflare Import Prep",
      "type": "application/mcp-server+json",
      "url": "https://agents.bluepanda.cloud/artifacts/cloudflare-import-prep.mcp.json",
      "description": "Validates Cloudflare DNS import files, catches common zone-file syntax issues, and emits clean import-ready records.",
      "tags": [
        "cloudflare",
        "dns",
        "zone-import",
        "validation",
        "webops"
      ],
      "capabilities": [
        "CloudflareZoneValidation",
        "ZoneFileLinting",
        "ImportErrorRepair",
        "DNSRecordNormalization"
      ],
      "representativeQueries": [
        "validate this Cloudflare zone import file",
        "fix DNS records that Cloudflare refuses to import",
        "normalize DNS records for Cloudflare",
        "detect invalid SVCB or quoted DNS keys"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card",
        "executionMode": "local-tool-or-private-mcp",
        "approvalRequired": false,
        "dangerousActions": false,
        "category": "webops",
        "status": "tool-card-ready"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:agent:server-ops-reviewer",
      "displayName": "Server Ops Reviewer",
      "type": "application/a2a-agent-card+json",
      "url": "https://agents.bluepanda.cloud/artifacts/server-ops-reviewer.agent.json",
      "description": "Reviews hosting/server health reports and recommends safe deterministic fixes. Public catalog exposes the card only; execution should remain private and approval-gated.",
      "tags": [
        "server-ops",
        "hosting",
        "monitoring",
        "linux",
        "incident-triage",
        "human-approval"
      ],
      "capabilities": [
        "ServerHealthReview",
        "IncidentTriage",
        "LogSummary",
        "SafeFixRecommendation",
        "ApprovalGatedAutomation"
      ],
      "representativeQueries": [
        "review this server health report",
        "triage cPanel or Linux hosting alerts",
        "suggest safe fixes for common hosting issues",
        "summarize server logs and recommend next actions"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card-private-execution",
        "executionMode": "private-a2a-or-human-approval",
        "approvalRequired": true,
        "dangerousActions": true,
        "category": "webops",
        "status": "private-execution-recommended"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:skill:repo-evaluator",
      "displayName": "Repo Experiment Evaluator",
      "type": "application/ai-skill+json",
      "url": "https://agents.bluepanda.cloud/artifacts/repo-experiment-evaluator.json",
      "description": "Evaluates GitHub repositories as candidates for AI-server experiments, including setup effort, hardware fit, maintenance quality, and experiment value.",
      "tags": [
        "github",
        "repo-analysis",
        "ai-experiments",
        "server",
        "evaluation"
      ],
      "capabilities": [
        "RepositoryEvaluation",
        "ExperimentFitScoring",
        "SetupRiskReview",
        "HardwareFitReview",
        "ReadmeAnalysis"
      ],
      "representativeQueries": [
        "evaluate this GitHub repo for my AI experiment server",
        "rank these repos by experiment value and setup effort",
        "check whether this repo can run on a CPU-only server",
        "summarize risks before installing this project"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card",
        "executionMode": "agent-instruction-card",
        "approvalRequired": false,
        "category": "ai-experiments",
        "status": "usable-as-agent-instruction-card"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:skill:repository-archaeology-evaluator",
      "displayName": "Repository Archaeology Evaluator",
      "type": "application/ai-skill+json",
      "url": "https://agents.bluepanda.cloud/artifacts/repository-archaeology-evaluator.json",
      "description": "Performs exhaustive repository evaluation before an agent summarizes, reuses, forks, or ranks a codebase. Designed to avoid shallow README-only triage by inspecting branches, supplemental docs, commit signals, architecture, setup friction, and hidden project context.",
      "tags": [
        "github",
        "repo-analysis",
        "codebase-research",
        "portfolio-audit",
        "agent-research",
        "due-diligence"
      ],
      "capabilities": [
        "RepositoryArchaeology",
        "BranchAwareRepoInspection",
        "SupplementalDocsDiscovery",
        "SetupFrictionAnalysis",
        "ArchitectureExtraction",
        "ReuseRiskScoring",
        "PortfolioSignalEvaluation"
      ],
      "representativeQueries": [
        "evaluate this GitHub repository thoroughly before I reuse it",
        "inspect all branches and docs before summarizing this repo",
        "find hidden project context beyond the README",
        "score this repo for reuse risk setup effort and real value",
        "audit my repositories without relying on stars size or description"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card",
        "executionMode": "agent-instruction-card",
        "approvalRequired": false,
        "dangerousActions": false,
        "category": "developer-tools",
        "status": "usable-as-agent-instruction-card",
        "relationshipToRepoExperimentEvaluator": "Use this for deep repository archaeology and reusable/context evaluation; use Repo Experiment Evaluator for AI-server experiment fit and install-risk ranking.",
        "primaryFailureModePrevented": "shallow triage based on README, stars, size, default branch only, or generic repo metadata"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:mcp:smriti-context-lookup",
      "displayName": "Smriti Context Lookup",
      "type": "application/mcp-server+json",
      "url": "https://agents.bluepanda.cloud/artifacts/smriti-context-lookup.mcp.json",
      "description": "Looks up project memory, local notes, decisions, and repository context so coding agents do not operate context-blind.",
      "tags": [
        "memory",
        "project-context",
        "coding-agents",
        "repo-context",
        "smriti"
      ],
      "capabilities": [
        "ProjectContextLookup",
        "DecisionMemorySearch",
        "RepoNotesSearch",
        "AgentMemory"
      ],
      "representativeQueries": [
        "find prior decisions for this project",
        "look up repo context before editing code",
        "retrieve local memory for this coding task",
        "what did we decide earlier about this feature"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "private-recommended",
        "executionMode": "private-mcp",
        "approvalRequired": false,
        "category": "developer-tools",
        "status": "private-integration-card"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:api:image-sorter",
      "displayName": "Image Sorter / Vision Triage",
      "type": "application/openapi+json",
      "url": "https://agents.bluepanda.cloud/artifacts/image-sorter.openapi.json",
      "description": "Groups local images by visual similarity, detects duplicates, extracts lightweight tags, and prepares review queues for human sorting.",
      "tags": [
        "vision",
        "images",
        "sorting",
        "duplicates",
        "local-ai"
      ],
      "capabilities": [
        "ImageSimilarityGrouping",
        "DuplicateDetection",
        "ImageTagging",
        "ReviewQueueGeneration"
      ],
      "representativeQueries": [
        "sort these images by visual similarity",
        "find duplicate or near duplicate images",
        "tag local images for review",
        "prepare an image cleanup queue"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "private-recommended",
        "executionMode": "private-api-or-local-tool",
        "approvalRequired": false,
        "category": "vision",
        "status": "prototype-card"
      }
    },
    {
      "identifier": "urn:ai:agents.bluepanda.cloud:skill:proposal-quote-helper",
      "displayName": "Proposal / Quote Helper",
      "type": "application/ai-skill+json",
      "url": "https://agents.bluepanda.cloud/artifacts/proposal-quote-helper.json",
      "description": "Turns client requirements, product/service notes, and pricing data into structured proposal or quote drafts with explicit assumptions and review checkpoints.",
      "tags": [
        "proposal",
        "quote",
        "sales-ops",
        "drafting",
        "business"
      ],
      "capabilities": [
        "ProposalDrafting",
        "QuoteStructuring",
        "AssumptionListing",
        "ClientRequirementSummary"
      ],
      "representativeQueries": [
        "draft a proposal from these requirements",
        "turn product notes into a quote draft",
        "summarize assumptions before sending this proposal",
        "create a client-ready scope and pricing draft"
      ],
      "version": "0.1.0",
      "updatedAt": "2026-06-18T00:00:00+05:30",
      "metadata": {
        "access": "public-card-private-data",
        "executionMode": "agent-instruction-card",
        "approvalRequired": true,
        "category": "business-ops",
        "status": "usable-as-agent-instruction-card"
      }
    }
  ],
  "metadata": {
    "name": "Blue Panda ARD v0.1",
    "description": "First public/static Agentic Resource Discovery catalog for Blue Panda capabilities.",
    "owner": "Blue Panda",
    "contact": "https://agents.bluepanda.cloud",
    "warning": "Discovery is not execution. Public cards should not expose secrets, credentials, or destructive private endpoints.",
    "generatedAt": "2026-06-18T00:00:00+05:30"
  }
}