AuC is a Python framework for running a single AI agent with an asynchronous, pluggable reasoning loop, language-model adapters, permission levels, and observable events. It is used to build coding and conversational agents with tools, security checks, web interfaces, background jobs, evaluations, and isolated execution. The catalogue entries are skills for extending its agent workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ufy2024/AuC --skill infinitetalk-shopping-avatargit clone --depth 1 https://github.com/ufy2024/AuCWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ufy2024/auc/infinitetalk-shopping-avatar)<a href="https://agentmods.dev/skills/ufy2024/auc/infinitetalk-shopping-avatar"><img src="https://agentmods.dev/badge/skills/ufy2024/auc/infinitetalk-shopping-avatar/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ufy2024/auc/infinitetalk-shopping-avatar"><img src="https://agentmods.dev/badge/skills/ufy2024/auc/infinitetalk-shopping-avatar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00149 | $0.02868 |
| Opus 5 | $0.00075 | $0.01434 |
| Sonnet 5 | $0.00030 | $0.00574 |
| Haiku 4.5 | $0.00015 | $0.00287 |
Grade A, and why
infinitetalk-shopping-avatar scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
InfiniteTalk小省导购员数字人带货提示词生成
任务目标
- 本技能用于:为InfiniteTalk项目生成小省导购员数字人带货视频的结构化提示词,直接对接模型推理流程
- 能力包含:
- 生成适配InfiniteTalk Image-to-Video模式的分镜化提示词
- 帧级动作时序描述(5s/幕,精确到秒级)
- 音频同步匹配(Suno音乐 + chinese-wav2vec2-base编码)
- 一致性管控(角色/视觉/情绪三大维度)
- 跨工具集成(Suno、AI绘画、InfiniteTalk)
- 触发条件:用户需要生成小省导购员数字人带货视频,使用InfiniteTalk模型进行推理
前置准备
- 依赖说明:本技能基于智能体自然语言能力,无需Python依赖
- 环境准备:
- InfiniteTalk模型环境(已安装,包含chinese-wav2vec2-base编码器)
- TeaCache + int8量化配置(已配置)
- 角色参考图(9:16比例,分辨率≥1080×1920)
操作步骤
标准流程
1. 提示词生成
提示词生成师负责生成适配InfiniteTalk的结构化提示词:
输入信息:
- 场景类型(产品推荐/价格对比/促销活动等)
- 商品信息
- 情绪基调
- 五幕情绪递进
生成流程:
- 读取 references/infinitetalk-parameters.md,确认核心参数配置
- 读取 references/prompt-structure.md,遵循提示词结构规范
- 读取 references/scene-templates-infinitetalk.md,调取场景模板
- 生成五幕提示词,每幕包含:
- 角色固定特征(严格遵循固定描述)
- 动作时序(5s内帧级描述,精确到秒级)
- 场景环境(背景、前景、道具)
- 音频匹配(语音类型+音乐风格+音频对齐规则)
- 光影/氛围(色温、光照类型、情绪基调)
- 技术约束(构图比例、景深、动作强度等)
输出格式:
- 中文提示词(可直接作为InfiniteTalk推理脚本的
prompt参数) - 参数配置表(duration、aspect_ratio、motion_strength、face_consistency等)
2. 质量核查
质量管控师负责核查提示词质量:
核查维度:
-
技术参数匹配度:
- 时长:每幕5s,总时长25s
- 分辨率/比例:1080×1920(9:16竖版)
- 动作连贯性:5s内帧级动作描述流畅
- 角色一致性:严格匹配固定特征描述
-
角色一致性:
- 外貌特征:脸型、眼睛、发型、肤色、唇色
- 服饰描述:上衣、鞋子、配饰
- 气质特征:专业亲和、手部姿态
-
音频匹配性:
- 语音类型:语速、语气与情绪匹配
- 音乐风格:与场景情绪匹配
- 音频对齐:动作节奏与音乐/语音同步
-
光影可实现性:
- 色温:4000K-5500K范围
- 光照类型:侧光、顺光、顶光、逆光
- 光影效果:明暗对比、景深、虚化程度
核查结果:
- 通过(pass):传递给知识库运维师归档
- 不通过(fail):生成问题清单,反馈给提示词生成师调整(最多2次)
3. 知识库归档
知识库运维师负责归档提示词和知识库更新:
归档内容:
- 角色固定特征模板
- 五幕情绪-光影映射表
- 音频风格-动作匹配库
- 场景模板库
归档格式:
- JSON格式(便于程序调用)
- 包含完整元数据(场景类型、情绪基调、参数配置)
4. 跨工具集成
跨环节适配师负责跨工具集成和音频/图片适配:
音频集成:
-
Suno音乐生成:
- 提取情绪关键词,生成音乐风格描述
- 导出为16kHz单声道wav格式
- 确保时长5s/幕,与提示词严格对齐
-
chinese-wav2vec2-base编码:
- 使用chinese-wav2vec2-base对音频进行特征编码
- 生成音频特征文件
-
导购员语音生成:
- 根据每幕情绪调整语速/语气
- 与音乐时长严格对齐(5s/幕)
- 确保唇形同步
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 237 lines · 149 tokens per session scan A 334cd4b45660
infinitetalk-shopping-avatar is a skill published in the GitHub repository ufy2024/AuC (1,090 stars, last pushed 1mo ago), licensed MIT. It adds 149 tokens to every session and 2,868 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…
amazon-price-tracker
Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.