secondme-init
✓初始化 SecondMe 项目配置和功能模块选择,创建 state.json 和 CLAUDE.md
Installation
SKILL.md
| appname | 直接提取 App Name | | clientid | 直接提取 Client ID | | clientsecret | 直接提取 Client Secret | | redirecturi | 优先选择 localhost:3000 的 URI(开发用) | | redirecturis | 保存所有 Redirect URIs 列表 | | modules | 根据 Allowed Scopes 自动推断(见下表) |
| user.info | auth(必选) | | user.info.shades | profile | | user.info.softmemory | profile | | chat | chat | | chat | act | | note.add | note | | voice | 记录但暂不生成代码 |
| auth | OAuth 认证 | 必选,自动包含 | | profile | 用户信息展示 | 可选 | | chat | 聊天功能 | 可选 | | act | 结构化动作判断(返回 JSON) | 可选,权限复用 chat scope | | note | 笔记功能 | 可选 |
初始化 SecondMe 项目配置和功能模块选择,创建 state.json 和 CLAUDE.md Source: mindverse/second-me-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mindverse/second-me-skills --skill secondme-init- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is secondme-init?
初始化 SecondMe 项目配置和功能模块选择,创建 state.json 和 CLAUDE.md Source: mindverse/second-me-skills.
How do I install secondme-init?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mindverse/second-me-skills --skill secondme-init Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mindverse/second-me-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11