generated: '2026-09-13' method: searched source: >- https://docs.squared.ai/.well-known/agent-skills/multiwoven/skill.md (provider-published) plus skills generated from openapi/ai-squared-openapi.yml summary: >- AI Squared publishes one Agent Skill of its own, advertised from its A2A agent card and served from its own documentation host. It is a product-orientation skill, not an operations skill - it teaches an agent what AI Squared is and where things live, and lists endpoints by shape rather than by operationId. The two generated skills below are grounded operation-by-operation in the provider's published contract and cover the two flows the API actually supports end to end. skills: - name: Multiwoven id: multiwoven file: ai-squared-multiwoven-provider-published-skill.md method: searched authorship: provider-published source: https://docs.squared.ai/.well-known/agent-skills/multiwoven/skill.md http_status: 200 bytes: 15379 advertised_by: a2a/ai-squared-agent-card.json description: >- "Use when building data pipelines, connecting AI models to business applications, creating workflows, embedding insights into CRMs/ERPs, configuring data syncs, or deploying AI-powered features at scale." note: >- Saved verbatim. Carries frontmatter metadata.mintlify-proj = multiwoven, so it is generated by the documentation platform from AI Squared's own docs rather than hand-authored - but it is published by AI Squared, at AI Squared's own URL, and referenced from its agent card. - name: ai-squared-build-a-sync file: ai-squared-build-a-sync.md method: generated authorship: api-evangelist source: openapi/ai-squared-openapi.yml flow: connector-definitions -> check-connection -> connectors -> discover -> catalog -> model -> sync operations: 10 note: >- Grounded in real published operations. Where the provider assigned an operationId (createCatalog, createSync) the skill uses it; where the provider assigned none, the operation is addressed by method and path. No operationId was invented for the skill. - name: ai-squared-operate-a-sync file: ai-squared-operate-a-sync.md method: generated authorship: api-evangelist source: openapi/ai-squared-openapi.yml flow: trigger -> cancel -> monitor runs -> drill into records -> manage the sync operations: 10 note: All ten operations carry provider-assigned operationIds. grounding_rules_applied: - Every operation named in a generated skill exists in openapi/ai-squared-openapi.yml. - No operationId was invented; operations without one are cited by method and path. - The absence of idempotency and the absence of a published cancellation window are stated in the skills rather than papered over, because an agent acting on this API needs both facts before it writes.