Agent Skills
› agi-bar/neuDrive
› neudrive
neudrive
GitHub作为 neuDrive 的中心枢纽技能,通过 MCP 和平台原生入口处理数据导入、导出、列表查看及状态监控等核心工作流。
Trigger Scenarios
用户需要在 Codex 或 Claude 中操作 neuDrive
涉及数据导入、导出、同步或文件管理任务
Install
npx skills add agi-bar/neuDrive --skill neudrive -g -y
SKILL.md
Frontmatter
{
"name": "neudrive",
"tags": [
"neudrive",
"mcp",
"sync",
"portability"
],
"description": "Use neuDrive as the canonical hub for platform import, export, listing, and status workflows through MCP plus platform-native entrypoints."
}
neuDrive
Use this umbrella skill when the user wants to work with neuDrive from inside a supported platform such as Codex or Claude.
Core Model
- neuDrive MCP is the supported public capability surface for current product workflows.
- This local
neudriveskill is the entry layer that routes platform-native commands to the right MCP tools and local platform actions. - Treat neuDrive as the canonical destination for imported data.
- Current public surface focuses on profile, memory, projects, skills, tree, token, and sync workflows.
- Roles, inbox, and collaboration remain deferred product concepts. Do not treat them as currently supported public neuDrive tools.
Commands
lsRead/skills/neudrive/commands/ls.mdreadRead/skills/neudrive/commands/read.mdwriteRead/skills/neudrive/commands/write.mdsearchRead/skills/neudrive/commands/search.mdcreateRead/skills/neudrive/commands/create.mdlogRead/skills/neudrive/commands/log.mdimportRead/skills/neudrive/commands/import.mdtokenRead/skills/neudrive/commands/token.mdstatsRead/skills/neudrive/commands/stats.mdexportRead/skills/neudrive/commands/export.mdstatusRead/skills/neudrive/commands/status.mdhelpRead/skills/neudrive/commands/help.md
Quick Start
- Codex examples:
$neudrive help,$neudrive ls,$neudrive read profile/preferences,$neudrive status - Claude examples:
/neudrive help,/neudrive ls,/neudrive read profile/preferences,/neudrive status
Rules
- Use neuDrive MCP tools for Hub reads and writes instead of inventing local file formats.
- Preserve exact assets separately from derived summaries.
- When a platform-specific portability manual exists, read
/skills/portability/<platform>/SKILL.mdbefore migrating data or choosing import/export tools. - When no platform-specific manual exists, fall back to
/skills/portability/general/SKILL.md. - For skills migration, especially "all skills", workspace exports, or zip-based imports, do not choose
import_skill,import_skills_archive, orprepare_skills_uploaduntil the portability manual has been read. - Never silently drop unsupported or partially captured data; preserve it as notes or archive metadata.
Version History
- 5df41f2 Current 2026-07-24 15:56


