重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
thesys-generative-ui by secondsky/claude-skills
npx skills add https://github.com/secondsky/claude-skills --skill thesys-generative-ui最后更新 : 2025-11-10
import { generateUI } from 'thesys';
const ui = await generateUI({
prompt: 'Create a user profile card with avatar, name, and email',
schema: {
type: 'component',
props: ['name', 'email', 'avatar']
}
});
export default function Profile() {
return <div>{ui}</div>;
}
const form = await generateUI({
prompt: 'Create a contact form with name, email, and message fields',
theme: 'modern'
});
references/what-is-thesys.md - 什么是 TheSys C1,成功指标,入门指南广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
references/use-cases-examples.md - 使用场景,12 个可预防的错误,所有模板目录references/tool-calling.md - 包含 Zod 模式的完整工具调用指南references/integration-guide.md - Vite、Next.js、Cloudflare Workers 的完整设置references/component-api.md - 完整的组件属性参考references/ai-provider-setup.md - OpenAI、Anthropic、Cloudflare Workers AI 设置references/tool-calling-guide.md - 工具调用模式references/theme-customization.md - 主题系统深入解析references/common-errors.md - 扩展的错误目录basic-chat.tsx, custom-component.tsx, tool-calling.tsx, theme-dark-mode.tsxapp/page.tsx, app/api/chat/route.ts, tool-calling-route.tsworker-backend.ts, frontend-setup.tsxtheme-config.ts, tool-schemas.ts, streaming-utils.ts官方文档 : https://docs.thesys.dev | 在线演练场 : https://console.thesys.dev/playground
每周安装量
67
代码仓库
GitHub 星标数
93
首次出现
Jan 25, 2026
安全审计
已安装于
claude-code62
gemini-cli56
cursor55
codex54
opencode54
github-copilot52
Last Updated : 2025-11-10
import { generateUI } from 'thesys';
const ui = await generateUI({
prompt: 'Create a user profile card with avatar, name, and email',
schema: {
type: 'component',
props: ['name', 'email', 'avatar']
}
});
export default function Profile() {
return <div>{ui}</div>;
}
const form = await generateUI({
prompt: 'Create a contact form with name, email, and message fields',
theme: 'modern'
});
references/what-is-thesys.md - What is TheSys C1, success metrics, getting startedreferences/use-cases-examples.md - When to use, 12 errors prevented, all templates catalogreferences/tool-calling.md - Complete tool calling guide with Zod schemasreferences/integration-guide.md - Complete setup for Vite, Next.js, Cloudflare Workersreferences/component-api.md - Complete component prop referencereferences/ai-provider-setup.md - OpenAI, Anthropic, Cloudflare Workers AI setupreferences/tool-calling-guide.md - Tool calling patternsreferences/theme-customization.md - Theme system deep divereferences/common-errors.md - Expanded error catalogbasic-chat.tsx, custom-component.tsx, tool-calling.tsx, theme-dark-mode.tsxapp/page.tsx, app/api/chat/route.ts, tool-calling-route.tsworker-backend.ts, frontend-setup.tsxtheme-config.ts, , Official Docs : https://docs.thesys.dev | Playground : https://console.thesys.dev/playground
Weekly Installs
67
Repository
GitHub Stars
93
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code62
gemini-cli56
cursor55
codex54
opencode54
github-copilot52
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
53,700 周安装
tool-schemas.tsstreaming-utils.ts