tv按频道与日期查电视节目单,可查频道列表。当用户说:央视一套今晚有什么节目?湖南卫视节目表,或类似电视节目问题时,使用本技能。
Install via ClawdBot CLI:
clawdbot install jisuapi/tvGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://www.jisuapi.com/api/tv/Audited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
家庭用户询问特定频道或时间的节目单,如查询今晚CCTV-3的综艺节目。AI代理可调用技能获取频道ID和节目信息,提供个性化推荐,增强家庭娱乐体验。
电视台或内容制作公司分析不同频道的节目安排,例如获取湖南卫视一周的晚间节目单。AI代理可自动化数据收集,支持内容优化和竞争分析。
集成到语音助手或聊天机器人中,用户通过自然语言查询电视节目,如询问下周的体育频道节目。AI代理解析查询,调用技能返回结构化数据,提升用户体验。
酒店为客人提供本地电视频道指南,例如查询特定日期所有可用频道的节目。AI代理可快速生成节目列表,增强客户服务,适用于旅游住宿行业。
教育机构或文化组织查询教育频道的节目单,如CCTV-10的科普节目。AI代理可帮助筛选相关节目,支持学习资源推荐和文化传播。
提供电视节目数据API给开发者或企业,按调用次数或订阅收费。基于极速数据API,可扩展为定制化数据服务,适用于媒体应用集成。
构建电视节目推荐平台,集成此技能提供实时节目查询和个性化推荐。通过广告、高级订阅或数据分析服务盈利,吸引家庭用户和广告商。
为电视台、酒店或智能设备制造商提供定制化集成方案,如将技能嵌入智能电视或酒店管理系统。通过一次性开发费或持续维护合同获得收入。
💬 Integration Tip
确保设置JISU_API_KEY环境变量,并验证API密钥权限以避免常见错误码如101或104。
Scored Jun 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.