youhai020616
- 12 skills
- 0 followers
- 7 hours ago last updated
- ▌ Bilibili · youhai020616 bundleBilibili CLI skill for agent workflows: search, video detail, comments, danmaku, download, live, publish, interactions, analytics, and session checks.
- ▌ Douyin · youhai020616 bundle抖音全能 Skill:搜索、下载、发布、互动、热榜、直播、数据看板。 API Client 负责搜索/下载/采集(即时),Playwright 负责发布/登录/数据分析(按需浏览器)。
- ▌ Xiaohongshu · youhai020616 bundle小红书全能 Skill:搜索笔记、发布图文/视频、点赞/收藏/评论/回复、用户主页、数据看板、通知。 通过 `xhs` 命令行调用,所有命令支持 --json-output 结构化输出;MCP 引擎负责主要功能(常驻),CDP 引擎负责数据看板/通知并作为回退。
- ▌ Agentmind Guide · youhai020616Background knowledge about the user's coding patterns, error resolution strategies, and tool usage preferences. Applied automatically when writing, reviewing, or debugging code to align with user's established patterns.
- ▌ Agentmind Context · youhai020616Injects learned coding preferences and patterns from AgentMind into the current conversation. Activates automatically when Claude works on coding tasks, providing learned instincts about user's preferred tools, code style, and workflows.
- ▌
- ▌ API Design · youhai020616Use when designing, building, or reviewing REST/GraphQL APIs — covers endpoint design, error handling, versioning, authentication, and documentation
- ▌ Docker Deploy · youhai020616Use when containerizing applications, writing Dockerfiles, creating docker-compose configs, or setting up CI/CD deployment pipelines
- ▌ Plan Execution · youhai020616Use when you have an implementation plan to execute, or when facing 2+ independent tasks/bugs — supports sequential execution, parallel dispatch (if available), and single-agent fallback
- ▌ Security Checklist · youhai020616Use when reviewing code for security issues, handling secrets, setting up authentication, auditing dependencies, or before deploying to production
- ▌ Finishing A Development Branch · youhai020616Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
- ▌ Verification Before Completion · youhai020616Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always