aicc-dev
- 6 skills
- 0 followers
- 7 hours ago last updated
- ▌ Telrobot Init · aicc-dev bundleInitialize Telrobot CLI environment automatically after skill installation. Downloads platform-specific executable, configures local settings, and guides token setup. MUST be triggered immediately after any telrobot skill is installed.
- ▌ Telrobot Task · aicc-devUse this skill for Telrobot CLI task management operations including listing tasks with tags, creating inbound/outbound tasks with task add, starting/stopping tasks, viewing call statistics summaries, and querying customers by intention. Automatically initializes CLI environment on first use.
- ▌ Telrobot Number · aicc-devUse this skill for Telrobot CLI number management operations including listing, searching, adding, updating, and batch importing (.xlsx/.excel/CSV/TXT supported with old template compatibility and --auto-convert intelligent column mapping; .xls must be converted to standard .xlsx first) numbers within a task. Automatically initializes CLI environment on first use.
- ▌ Tapd Base · aicc-dev bundleTAPD 基础技能,包含 OAuth 授权、token 缓存、配置加载和通用 TAPD 用户态 API 调用。需要获取或复用 TAPD 用户态 token,或其它 TAPD skills 要求先授权时使用。
- ▌ Tapd Story · aicc-dev bundleTAPD 需求技能,用于读取、更新 TAPD 需求,读取/新增/修改需求评论,以及通过 TestX design 接口读取需求;读取需求时只处理 API 返回的文本字段。依赖 tapd-base 提供 OAuth 和用户态 API token;需要把需求关联到 TestX 时可继续使用 tapd-testx。
- ▌ Tapd Testx · aicc-dev bundleTAPD TestX 技能,用于查询仓库和目录、创建或更新 TestX 用例,并把 TAPD 需求稳定关联到 TestX 用例。依赖 tapd-base 提供 OAuth 和用户态 API token;涉及需求内容时先串联 tapd-story。