{"audit":{"version":"1.3","generated_at":"2026-07-20T09:50:55.482527+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/agencyaipilot.com","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"agencyaipilot.com","name":"AgencyAIPilot","url":"https://agencyaipilot.com/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"AgencyAIPilot","url":"https://agencyaipilot.com"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":null,"supports_streaming":false,"supports_push_notifications":false},"operational":{"live_state":"auth_required","live_responds":false,"last_status_code":200,"last_elapsed_ms":101,"last_error":null},"track_record":{"first_seen":"2026-07-18T17:04:55.162019+00:00","last_checked":"2026-07-20T04:35:06.878521+00:00","last_seen_ok":"2026-07-20T04:35:06.878521+00:00","checks_total":4,"checks_ok":4,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":44,"grade":"D","summary":"D-grade: significant issues, auth-gated, partially broken, or stale.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Schema-validated A2A AgentCard returned by the well-known endpoint."},{"key":"live_responds","label":"Live JSON-RPC","points":15,"max_points":25,"status":"partial","detail":"Endpoint requires auth, real agent but not anonymously callable."},{"key":"protocol_version","label":"Protocol version","points":0,"max_points":10,"status":"fail","detail":"No protocolVersion in card."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":0,"max_points":15,"status":"info","detail":"Only 4 probes so far, need ≥5 for an uptime grade."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 8 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: AgencyAIPilot (https://agencyaipilot.com). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":4,"max_points":5,"status":"pass","detail":"seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"No securitySchemes declared (common for open agents, not penalised)."}]},"skills":[{"id":"generate_blog_post","name":"Generate SEO Blog Post","description":"Produce a publish-ready, SEO-optimized long-form blog post for a given topic. Returns a structured object with title, markdown body, meta description, suggested tags, and target keywords. Ideal for content pipelines and WordPress publishing.","tags":["content","seo","blog","long-form"],"examples":["Generate an authoritative SEO blog post about how agencies use AI to scale content in 2026, targeting the keywords ai marketing and agency growth."],"inputModes":[],"outputModes":[],"input":{"type":"object","required":["topic"],"properties":{"topic":{"type":"string","description":"Blog topic or working title."},"keywords":{"type":"array","items":{"type":"string"},"description":"Target SEO keywords."},"tone":{"type":"string","enum":["professional","casual","authoritative"],"default":"professional"}}}},{"id":"generate_social_posts","name":"Generate Social Posts","description":"Generate a batch of platform-tailored social posts (Twitter/X and LinkedIn) around a topic, respecting each platform's tone and length conventions. Returns an array of posts with platform, body, and suggested hashtags.","tags":["content","social","twitter","linkedin"],"examples":["Create three social posts for Twitter/X and LinkedIn about launching an AI-first agency."],"inputModes":[],"outputModes":[],"input":{"type":"object","required":["topic"],"properties":{"topic":{"type":"string"},"platforms":{"type":"array","items":{"type":"string","enum":["twitter","linkedin"]},"default":["twitter","linkedin"]},"count":{"type":"integer","minimum":1,"maximum":10,"default":3}}}},{"id":"fetch_ga4_metrics","name":"Fetch GA4 Metrics","description":"Retrieve Google Analytics 4 metrics (sessions, users, engagement, top pages, traffic sources) for the caller's configured GA4 property over a given window. Falls back to an empty structured payload when GA4 is not yet connected.","tags":["analytics","ga4","reporting"],"examples":["Fetch GA4 metrics for the last 7 days."],"inputModes":[],"outputModes":[],"input":{"type":"object","properties":{"days":{"type":"integer","enum":[7,28,90],"default":7,"description":"Look-back window in days."}}}},{"id":"generate_weekly_report","name":"Generate Weekly Report","description":"Run the full weekly agency automation: pull GA4 metrics, generate blog + social content, and compile a client-ready executive report. Returns run status, artifact links, and per-step results.","tags":["reports","analytics","automation","weekly"],"examples":["Generate this week's agency performance report with analytics, content, and social recommendations."],"inputModes":[],"outputModes":[],"input":{"type":"object","properties":{}}},{"id":"list_tasks","name":"List Tasks","description":"List recent A2A task executions for the authenticated API key. Useful for observability, debugging, and swarm orchestration.","tags":["meta","observability"],"examples":["List the 10 most recent A2A task executions for this API key."],"inputModes":[],"outputModes":[],"input":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":100,"default":20}}}},{"id":"analyze_competitors","name":"Analyze Competitors","description":"Given a website or a set of keywords, produce a competitive landscape analysis: top competitors, positioning, content gaps, and strategic recommendations. Returns structured JSON suitable for downstream planning agents.","tags":["research","competitive-intelligence","seo"],"examples":["Analyze competitors for https://example.com in the marketing agencies industry."],"inputModes":[],"outputModes":[],"input":{"type":"object","properties":{"website":{"type":"string","description":"Target website URL to benchmark."},"keywords":{"type":"array","items":{"type":"string"},"description":"Focus keywords or niche descriptors."},"industry":{"type":"string"}}},"output":{"type":"object","properties":{"competitors":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"},"strengths":{"type":"array"},"weaknesses":{"type":"array"}}}},"content_gaps":{"type":"array","items":{"type":"string"}},"recommendations":{"type":"array","items":{"type":"string"}}}}},{"id":"create_content_calendar","name":"Create Content Calendar","description":"Generate a structured content calendar for a niche over a given time window. Returns a per-day plan with content type, platform, working title, key message, and hashtags — ready to be handed to publishing agents.","tags":["content","planning","calendar"],"examples":["Create a monthly content calendar for AI marketing agencies across Twitter/X, LinkedIn, and blog content."],"inputModes":[],"outputModes":[],"input":{"type":"object","required":["niche"],"properties":{"niche":{"type":"string"},"period":{"type":"string","enum":["week","month","quarter"],"default":"month"},"platforms":{"type":"array","items":{"type":"string"},"default":["twitter","linkedin","blog"]}}},"output":{"type":"object","properties":{"period":{"type":"string"},"entries":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"platform":{"type":"string"},"content_type":{"type":"string"},"title":{"type":"string"},"message":{"type":"string"},"hashtags":{"type":"array"}}}}}}},{"id":"generate_client_report_summary","name":"Generate Client Report Summary","description":"Convert raw performance data (analytics, campaign metrics, deliverables) into a clean executive summary suitable for client-facing reports. Highlights wins, risks, and next actions.","tags":["reporting","executive-summary"],"examples":["Generate an executive client report summary for Acme Co covering Q3 2026 with 12,400 sessions and 87 leads."],"inputModes":[],"outputModes":[],"input":{"type":"object","properties":{"client_name":{"type":"string"},"period":{"type":"string"},"data":{"type":"object","description":"Arbitrary metrics/deliverables payload."}}},"output":{"type":"object","properties":{"headline":{"type":"string"},"wins":{"type":"array","items":{"type":"string"}},"risks":{"type":"array","items":{"type":"string"}},"next_actions":{"type":"array","items":{"type":"string"}},"narrative":{"type":"string"}}}}],"provenance":[{"source":"registry","first_seen":"2026-07-18T17:04:55.162019+00:00"}],"recent_probes":[{"fetched_at":"2026-07-20T04:35:06.878521+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":101,"live_responds":false},{"fetched_at":"2026-07-19T17:04:43.968002+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":112,"live_responds":false},{"fetched_at":"2026-07-19T04:33:34.630895+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":198,"live_responds":false},{"fetched_at":"2026-07-18T17:04:55.162019+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":91,"live_responds":false}],"catalog_attestation":null,"verification_history":[]}