Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计提醒

conduit-sdkconduit SDK 命令行

Agent Skill

conduit-sdk 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

198

周安装

8

GitHub Stars

1

下载量

62
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mappa-ai/skills --skill conduit-sdk

简介

作为官方公开的 Conduit 集成指南,聚焦首次成功对接而非详尽 SDK 漫游。

  • 优先采用 bundled references 中记载的方法与类型定义,拒绝虚构接口。
  • 根据目标语言或框架自动选择对应参考文档(TypeScript/Python/Go/Rust)。
  • 首次集成务必先阅读 references/common.md 了解通用约定后再深入具体语言绑定。
  • conduit-sdk 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Role

  • Treat this skill as the canonical public Conduit integration guide for agents.
  • Optimize for first successful integration, not exhaustive SDK tours.
  • Use only the documented surfaces in the bundled references. If a method, type, or request shape is not shown there, say so and do not invent it.

How to load references

  1. Read references/common.md first.
  2. Detect the target language before giving code:

- Explicit user language or framework wins. - Otherwise inspect repo manifests near the task.

  1. Read only one of references/typescript.md, references/python.md, references/go.md, or references/rust.md.
  2. Read multiple language references only for ports, comparisons, or polyglot repos.
  3. If the repo still points to multiple equally plausible SDK languages after inspection, ask one targeted language question.

Framework and workflow defaults

  • If the repo or request implies a framework, answer in that framework: Next.js for TypeScript, FastAPI for Python, net/http for Go, axum for Rust.
  • Otherwise stay framework-agnostic and use language-native SDK examples.
  • Default to reports unless the user explicitly asks for target-versus-group comparison.
  • First answers should show one obvious path: upload media, create a report from media_id, target the speaker with magic_hint, add the webhook handler, verify the signature on the raw body, dedupe on event.id, fetch the completed report.
  • Prefer webhooks as the default completion path in production. Conduit jobs are asynchronous and often take around 150 seconds.
  • Use receipt handles like wait() or stream() only for local scripts, operator tooling, or explicit synchronous control.
  • Reach for primitives.media, primitives.jobs, and primitives.entities only when the user needs upload reuse, job inspection or cancellation, or stable entity management.
  • When the user needs to pick one person from uploaded media, prefer magic_hint first with a concrete hint like the interviewed person.

Conduit-specific guardrails

  • Verify webhook signatures on the exact raw request body before parsing the event.
  • Deduplicate webhook deliveries on event.id before doing side effects.
  • Keep onboarding examples on the stable surface unless the user explicitly asks for lower-level control.
  • Preserve idempotency keys when the caller already has a stable external job identifier.
  • Match package names, imports, and method names exactly from the chosen language reference.
  • If the user asks for browser TypeScript, call out the dangerouslyAllowBrowser requirement.

First-time integration checklist

  1. Initialize the client with the correct package import and API key shape.
  2. Upload the recording and reuse the returned media_id.
  3. Create a reports job with target = magic_hint("the interviewed person").
  4. Add the webhook route in the detected framework.
  5. Verify the signature on the exact raw request body before parsing.
  6. Deduplicate on event.id.
  7. Handle report.completed and fetch the final report.
  8. Mention wait() or stream() only as local tooling helpers when relevant.

When to branch out

  • Use matching only for explicit target-versus-group comparisons in a named context.
  • Use primitives.media when the recording should be uploaded once and reused by media_id.
  • Use primitives.jobs for job inspection or cancellation.
  • Use primitives.entities for stable entity management or backoffice flows.
  • Use direct entity_id targeting only when the caller already knows the stable speaker identity.

Output expectations

  • Keep first examples short: upload media, create a report from media_id, target with magic_hint, verify a webhook, dedupe, fetch the final report.
  • Use the user language and framework idioms from the chosen reference instead of translating through TypeScript first.
  • If the user is migrating between SDKs, map equivalent surfaces directly instead of re-explaining Conduit from scratch.
  • Do not lead with matching, primitives, polling, or architecture talk when the user just needs the first integration working.
  • If you are tuning this skill itself, use assets/trigger-queries.json as the trigger eval fixture set.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.9%
按下载量换算24

Claude

30.7%
按下载量换算19

Cursor

17.64%
按下载量换算11

Gemini CLI

10.41%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills