Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

cairacaira 搜索

Agent Skill

caira 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

公开资料未说明

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:caira(caira 搜索)
来源仓库:https://github.com/pablozaiden/caira
仓库路径:skills/caira
安装命令:
npx skills add https://github.com/pablozaiden/caira --skill caira
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pablozaiden/caira --skill caira

简介

caira 是面向 Azure AI 解决方案构建与扩展的参考技能,提供领域模型、交易机制和 API 约定支持。

  • 适用于需要理解 Calci/Kalshi 预测市场数据并清晰解释给用户的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,建议将 CAIRA 仓库作为运行时参考材料而非直接修改。
  • 使用时需注意仅将其作为知识库,不替代实际开发流程或生产环境操作。
  • caira 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

CAIRA

Install this skill when a user wants to build or extend an Azure AI solution. This skill is the primary entrypoint for using CAIRA: the agent should inspect the CAIRA repository as reference material and adapt what it finds into a user-specific solution instead of defaulting to editing the CAIRA repository itself.

Entrypoint model

  • Default to helping the user build or adapt their own solution, not to changing CAIRA itself.
  • Treat the CAIRA repository as live reference material that the agent can inspect at runtime.
  • Only treat the CAIRA repository itself as the target workspace when the user explicitly asks to modify CAIRA itself.

Core rules

  • Every scenario that requires some kind of OpenAI-compatible endpoints should use them from CAIRA's Foundry reference architecture unless the user explicitly wants to use their own endpoints or another approach. Don't create standalone Azure OpenAI services or resources. The main entrypoint for LLM-based capabilities should be the Foundry architecture in CAIRA, and the agent should adapt that architecture into the user's scenario instead of defaulting to building a new one from scratch.
  • Treat the CAIRA repository as the source-of-truth reference library.
  • Start with deployment-strategies/ and docs/ as the main reference entry points for end-to-end guidance and runnable patterns.
  • Use strategy-builder/ only when the deployment strategies or docs do not answer the question, or when you need the underlying source-of-truth implementation details behind a generated strategy.
  • Default to creating or modifying files in the user's target workspace, not inside CAIRA, unless the user explicitly wants to change CAIRA itself.
  • Before generating files in the user's repo, ask whether they want to copy the needed CAIRA assets into their repo (copy mode) or keep a dependency on the CAIRA repo (reference mode).
  • Use main as the default discovery ref when browsing CAIRA.
  • If the user chooses reference mode, ask whether they have a preferred CAIRA release, tag, or commit. If they do not, prefer a concrete pinned ref (release tag first, then commit SHA) instead of leaving generated references on main.
  • Discover the current reference architectures, modules, and deployment strategies at runtime instead of hardcoding lists.
  • Reason across the whole product surface: layered reference-architecture infra, application components, and generated deployment strategies.
  • Map discovered CAIRA assets to the user's scenario before generating code, infrastructure, or recommendations.
  • Explain which CAIRA assets influenced the recommendation or generated output.
  • Prefer passwordless Azure authentication unless the user explicitly requests another approach.
  • Determine what the user already has before proposing or generating a full end-to-end implementation.
  • Reuse existing user assets when possible, such as Foundry resources, projects, endpoints, Application Insights instances, API Management instances, and app layers.
  • Before proposing or generating app-layer changes, ask which app components are actually needed, such as frontend, API, agent service/container, capability host, or other app-facing services.
  • For each needed app component, ask how the user wants to run it right now: local process/container only, existing hosting they already have, or new Azure-hosted deployment.
  • For each needed app component, ask whether its supporting dependencies are already provided or need to be created, such as container registry, hosting environment, identities, endpoints, secrets/config, storage, and observability.
  • If the user wants a component to run locally for now, do not default to Azure deployment, registry creation, hosted infrastructure, or CI/CD wiring for that component.
  • If a component is containerized and the user already has a registry, reuse it; only add registry creation when the user explicitly needs it.
  • Treat CAIRA's sample activities, mode names, and fictional business content as sample-only. Never copy sample-domain prompts or UX text as real business logic unless the user explicitly asks for sample content.
  • Exclude CAIRA internal testing and deployed-validation overlay assets from the default reference set unless the user explicitly asks for testing infrastructure.
  • Treat deployment strategies as composable slices, not all-or-nothing bundles. Copy or adapt only the slices the user actually needs.
  • Do not bring a whole CAIRA strategy into the target solution just to disable most of it later. Prefer omitting unused slices entirely.
  • If the user wants APIM / AI gateway behavior, include the whole APIM slice together: Terraform resources, outputs, environment wiring, deploy/test wiring, and any related docs or policies.
  • If the user does not want APIM, ignore that slice completely and remove APIM-specific code, variables, outputs, and documentation from the target solution instead of carrying them in a disabled state.
  • Apply the same selective-slice rule to every major feature area: observability, private networking, capability hosts, extra projects, testing overlays, frontend, API, and agent containers.

Minimal intake before proposing changes

Do the smallest intake that still lets you choose the right slices. At minimum, determine:

  1. Outcome — what the user is actually trying to ship or fix.
  2. Existing assets — what they already have and want to keep.
  3. Needed slices — which CAIRA components are in scope versus explicitly out of scope.
  4. Runtime target — local-only, existing hosting, or new Azure deployment.
  5. Adoption modecopy mode or reference mode.

If any of those are unknown, do not default to a full end-to-end CAIRA clone.

Component intake matrix

Use this matrix to avoid overbuilding:

ComponentDetermine if neededReuse-first questionsTypical CAIRA sources
FrontendDoes the user need a user-facing web app at all?Existing SPA? Existing BFF? Existing auth/session model?deployment-strategies/.../frontend/, strategy-builder/components/frontend/react-typescript/
APIIs a business API needed between UI/callers and the agent?Existing REST API? Existing gateway? Existing conversation/state layer?deployment-strategies/.../api/, strategy-builder/components/api/
Agent containerDoes the user need a new agent runtime, or only prompt/tool changes in an existing one?Existing agent service? Existing Foundry/OpenAI endpoint? Existing container host?deployment-strategies/.../agent/, strategy-builder/components/agent/
Capability hostIs the user specifically using a Foundry Agent Service capability-host pattern?Existing capability host or MCP-style host already present?deployment-strategies/.../infra/, strategy-builder/infra/reference-architectures/
ObservabilityDo they need telemetry hookup only, or a whole platform slice?Existing App Insights? Existing OTEL collector? Existing dashboards/alerts?strategy READMEs, infra modules, app component env/config
APIM / AI gatewayDo they need governance, policy, or gateway-based endpoint exposure?Existing APIM instance? Existing AI gateway conventions?strategy infra/, APIM outputs/docs
Private networkingDo they need private endpoints/network isolation now?Existing VNet, DNS, hub-spoke, or private endpoint standards?reference architecture + infra modules

Copy mode vs reference mode

Choose a mode explicitly before generating files:

Copy mode

Use copy mode when:

  • the user wants to own and edit the assets directly
  • the solution needs meaningful customization beyond light wiring
  • the user does not want a runtime dependency on the CAIRA repo
  • a single slice should be lifted into an existing codebase

In copy mode:

  • copy only the selected slices
  • remove unrelated files, env vars, outputs, docs, and tests
  • rewrite sample-domain prompts/content to the user's scenario unless they explicitly want CAIRA sample content

Reference mode

Use reference mode when:

  • the user wants to stay close to upstream CAIRA
  • they only need infra/module references, env contracts, or a small number of files
  • they prefer updates to flow from a pinned CAIRA release or commit

In reference mode:

  • pin to a concrete release tag or commit SHA
  • document the exact CAIRA paths and pinned ref used
  • avoid generating references to main unless the user explicitly wants floating dependencies

Slice selection rules

Treat each major concern as a selectable slice with supporting wiring:

  • frontend
  • API
  • agent container
  • capability host
  • observability
  • APIM / AI gateway
  • private networking
  • testing / validation overlays

For every selected slice:

  • include the wiring that makes it actually runnable end to end
  • include the required env vars, identities, outputs, and docs

For every unselected slice:

  • omit it completely
  • do not leave dead flags, unused outputs, placeholder docs, or disabled modules behind

Reuse of user-owned existing assets

Prefer reusing what the user already owns before creating new CAIRA-shaped infrastructure.

Reuse-first order

  1. Existing Foundry/OpenAI-compatible endpoints
  2. Existing hosting environments
  3. Existing identities and auth wiring
  4. Existing observability resources
  5. Existing API gateways / APIM
  6. Existing private-networking patterns

Only add CAIRA assets for the gaps that remain after that reuse pass.

Provenance rules

When recommending or generating a slice, explain where it came from:

  • cite the exact CAIRA path(s)
  • say whether the asset came from deployment-strategies/, docs/, or strategy-builder/
  • explain why that slice was selected and what was intentionally left out
  • if adapting from a generated strategy, say which source component backs it

Good provenance example:

Use the API slice from deployment-strategies/foundry_agentic_app/typescript-openai-agent-sdk-aca/api/ as the runnable reference, backed by strategy-builder/components/api/typescript/ for source-of-truth edits. Omit the frontend and APIM slices because the user already has a web app and does not want a gateway.

Partial adoption decision patterns

Agent-only + existing Foundry

Use when the user already has:

  • a Foundry project or Azure OpenAI endpoint
  • hosting for the agent, or a plan to host only that component
  • no need for CAIRA frontend or business API

Then:

  • reuse the existing endpoint/project
  • take only the chosen agent container slice
  • keep only the agent's required env/auth wiring
  • omit frontend, API, APIM, and unrelated infra unless explicitly requested

Observability hookup only

Use when the user already has app code and hosting, but needs telemetry alignment.

Then:

  • inspect existing OTEL/App Insights setup first
  • copy only the observability env/config and any minimal infra wiring required
  • do not import the full reference architecture or app stack just to add telemetry

Existing hosting + new agent

Use when the user already has a platform such as ACA, AKS, App Service, or another container host.

Then:

  • treat hosting as provided
  • adapt only the agent container plus the required identity/env contract
  • add registry creation only if the user lacks an existing registry
  • keep deployment docs scoped to that host instead of copying the full CAIRA deployment strategy

What not to do

  • Do not copy a whole CAIRA strategy when the user needs only one or two slices.
  • Do not recreate Foundry, APIM, observability, or hosting resources the user already has.
  • Do not leave sample-domain prompts, labels, or fictional UX text in a production-facing user solution by default.
  • Do not include testing overlays, private networking, capability hosts, or APIM just because they exist in CAIRA.
  • Do not recommend a full end-to-end stack until you have confirmed the user actually needs every layer.

Dynamic discovery workflow

  1. Resolve the discovery ref: use main by default when browsing CAIRA. If the user later chooses reference mode for generated dependencies, pin those generated references to a specific release tag or commit instead of leaving them on main.
  2. Inspect the user's project and requirements first to determine which architecture slices are missing versus already present.
  3. Build a per-component intake matrix for each app component in scope, such as frontend, API, agent service/container, capability host, and other app services. For each component, ask whether it is needed, how it should run, and whether its supporting assets are already provided or need creation.
  4. If a component should run locally for now, keep that component local-first and omit Azure deployment wiring, registry creation, hosted infrastructure, and CI/CD wiring unless the user explicitly asks for them.
  5. If a component is containerized, ask whether it should stay local, use an existing registry, or require a new registry plus image push flow.
  6. Ask whether the user wants copy mode (copy CAIRA assets into their repo) or reference mode (keep a dependency on the CAIRA repo) before generating files.
  7. If the user chooses reference mode, ask whether they want a specific CAIRA release, tag, or commit. If they do not care, resolve a concrete pinned ref yourself, preferring a release tag and falling back to a commit SHA.
  8. Identify feature slices and their supporting files before copying anything. For example, treat APIM, observability, private networking, capability hosts, app layers, and testing overlays as separate selectable slices.
  9. Discover available assets from repository APIs in this order:

- deployment-strategies/ - docs/ - strategy-builder/infra/reference-architectures/ - strategy-builder/infra/modules/ - strategy-builder/infra/testing/ - strategy-builder/

  1. Treat the generated deployment strategies and the docs as the default working reference. Only drop into strategy-builder/ when you need deeper implementation details, reference-architecture internals, or source-of-truth files that are not already surfaced by the generated strategies and docs.
  2. Inspect the default reference architecture first (strategy-builder/infra/reference-architectures/foundry_agentic_app/), starting with README.md, main.tf, application_platform.tf, agent_service.tf, api_service.tf, frontend_service.tf, dependant_resources.tf, and the referenced modules, unless the user's requirements clearly demand a different discovered option.
  3. Treat advanced capability-host, private-networking, and extra-project patterns as opt-in. Do not copy them by default when the basic sample already fits the user's scenario.
  4. Treat selective adoption as a first-class path. Decide whether the user needs only infra, only app code, only observability hookup, only endpoint wiring, or a full end-to-end sample.
  5. For every selected slice, include the supporting wiring that makes it actually work end-to-end. For every unselected slice, leave it out rather than copying it in a disabled form.
  6. Exclude testing_overlay.tf, testing_variables.tf, testing_outputs.tf, and related internal testing assets unless the user explicitly asks for testing or validation resources.
  7. Inspect the relevant files for the chosen architecture or strategy.
  8. Translate the discovered CAIRA patterns into a user-specific recommendation, design, or implementation plan.
  9. Present the recommendation plus trade-offs before generating changes.

Partial adoption checklist

  • Check whether the user already has a Foundry account or project.
  • Check whether the user already has application hosting and only needs agent/app code.
  • Check whether the user already has observability resources and only needs OTEL/App Insights hookup.
  • Check whether the user already has API Management and only needs AI gateway exposure or policies.
  • Check whether the user only needs resource IDs, endpoints, or environment settings from the architecture.
  • For each app component in scope, check whether the user wants or needs it at all:

- frontend - API - agent service / container - capability host for Foundry Agent Service-specific standard (not basic) deployment - other app-facing services

  • For each needed app component, check how it should run right now:

- local process - local container - existing hosting the user already has - new Azure-hosted deployment

  • For each needed app component, check whether its required dependencies are provided or should be created:

- container registry - hosting environment - identities / auth wiring - endpoints / ingress - secrets / configuration - storage / data dependencies - observability wiring

  • If a component is containerized, check whether the user already has a Docker/container registry and whether images should stay local or be pushed there.
  • If the user wants a component to stay local for now, avoid adding Azure deployment artifacts or registry wiring for that component.
  • Check whether the user prefers copy mode or reference mode for CAIRA assets in their repo.
  • If they prefer reference mode, check whether they already require a specific CAIRA release, tag, or commit; otherwise propose the concrete pinned ref you will use.
  • Check whether each optional slice is explicitly in scope or out of scope:

- APIM / AI gateway - observability - private networking - capability hosts - frontend - API - agent container

  • For each out-of-scope slice, avoid copying its related files, variables, outputs, and docs into the target solution.

Source-of-truth URLs

  • Repository root: https://github.com/microsoft/CAIRA
  • Default discovery ref: main unless the user explicitly asks to browse another ref.
  • Reference-mode generated module or file URLs should use a concrete pinned ref, not main, unless the user explicitly asks for a floating dependency.
  • Latest release page (for pinned reference mode dependencies): https://github.com/microsoft/CAIRA/releases/latest
  • Deployment strategies listing API: GET /repos/microsoft/CAIRA/contents/deployment-strategies?ref=main
  • Docs listing API: GET /repos/microsoft/CAIRA/contents/docs?ref=main
  • Reference architectures listing API: GET /repos/microsoft/CAIRA/contents/strategy-builder/infra/reference-architectures?ref=main
  • Modules listing API: GET /repos/microsoft/CAIRA/contents/strategy-builder/infra/modules?ref=main
  • Infra testing listing API: GET /repos/microsoft/CAIRA/contents/strategy-builder/infra/testing?ref=main
  • Strategy builder listing API: GET /repos/microsoft/CAIRA/contents/strategy-builder?ref=main

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.46%
按下载量换算28

Claude

28.08%
按下载量换算20

Cursor

18.31%
按下载量换算13

Gemini CLI

9.19%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills