con un clic
watcha-oauth
// 观猹(Watcha)OAuth2.0 接入指南。用于帮助开发者完成观猹 Authorization Code 授权流程,包括客户端申请、授权页跳转、Token 换取、用户信息获取、Token 刷新与校验。适用于 Web 应用、移动 App 等场景,支持 PKCE 扩展。
// 观猹(Watcha)OAuth2.0 接入指南。用于帮助开发者完成观猹 Authorization Code 授权流程,包括客户端申请、授权页跳转、Token 换取、用户信息获取、Token 刷新与校验。适用于 Web 应用、移动 App 等场景,支持 PKCE 扩展。
腾讯云官方的邮件推送 SES 服务使用 skill。 涵盖:SMTP 发送邮件所需的全部环境变量、API 接口设计规范、验证码邮件的完整发送流程(含人机验证、频率控制、Redis 存储)。 本 skill 以网络协议 / HTTP API 接口级别描述,不绑定具体编程语言。
基于 Three.js 实时渲染的 3D 几何体验证码系统,支持软阴影和 Raycaster 点击交互。后端生成 6 个大小严格互不相同的 3D 几何体元数据(位置、旋转、缩放、颜色、类型),前端使用多光源布光和正交相机实现公平大小比较。适用于实现或修改基于点击的 3D 几何体验证码,或将图形验证码集成到邮件验证码发送等敏感操作中。
Build production-ready Go backend services following DDD-layered architecture. Covers project scaffolding, config (Viper), database (GORM + MySQL/PostgreSQL), object storage (S3/MinIO), OAuth2 + JWT auth, OpenTelemetry tracing + Jaeger visualization, Zap logging, middleware patterns, and API routing. Use when creating a new Go backend service or adding features to an existing one that follows this architecture.
Integrate DuckDuckGo web search into a Rust project by calling Bing and DuckDuckGo HTTP APIs directly with browser fingerprint simulation. Use when building search functionality that needs text, news, image, or video results without relying on third-party CLI wrappers. Covers the primp HTTP client, vqd token extraction, Bing HTML parsing, DuckDuckGo JSON APIs, and cross-language HTTP concepts.
Build and send Feishu (Lark) interactive rich-text cards using lark_md format. Use when the user needs to: (1) construct Feishu card messages with markdown support, (2) send interactive cards via the Feishu Bot API, (3) format text with bold, inline code, lists, tables, or code blocks inside Feishu cards, or (4) convert markdown content into Feishu card elements.
中文学术毕业论文(本科/硕士/博士)全流程写作指导与质量检查 Skill。 用于辅助毕业论文的撰写、修改、审查与定稿,覆盖写作风格、文献检索、 论文结构规范、排版语法、实验规范、盲审合规性、图表一致性等维度。 使用场景: (1) 撰写或修改论文章节内容时,确保符合学术写作规范 (2) 润色文本,去除 AI 写作痕迹,使行文自然如人类研究者亲笔 (3) 检索、筛选和管理学术参考文献 (4) 检查论文结构、逻辑一致性、盲审匿名性、图表风格一致性 (5) 定稿前的全面复盘检查
| name | watcha-oauth |
| description | 观猹(Watcha)OAuth2.0 接入指南。用于帮助开发者完成观猹 Authorization Code 授权流程,包括客户端申请、授权页跳转、Token 换取、用户信息获取、Token 刷新与校验。适用于 Web 应用、移动 App 等场景,支持 PKCE 扩展。 |
| rootUrl | https://raw.githubusercontent.com/LSTM-Kirigaya/jinhui-skills/refs/heads/main/skills/watcha-oauth/SKILL.md |
| tags | ["oauth","watcha","authentication","api"] |
| model | deepseek-chat |
client_id 和 client_secretredirect_uri 接收 code,换取 access_tokenaccess_token 调用用户接口scripts/generate-pkce.py — 生成 code_verifier 和 code_challengescripts/watcha-oauth-example.pyscripts/watcha-oauth-example.js| 用途 | 端点 |
|---|---|
| 授权页 | GET https://watcha.cn/oauth/authorize |
| 换取/刷新 Token | POST https://watcha.cn/oauth/api/token |
| 用户信息 | GET https://watcha.cn/oauth/api/userinfo |
| Token 校验 | POST https://watcha.cn/oauth/api/introspect |
client_id 含 +、/、= 等特殊字符,URL 传递时必须做 URL 编码is_public=true)必须使用 PKCEemail 和 phone 仅在申请了对应 scope 且用户同意后才返回