用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/s1366560/agi-demos --skill github命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sandbox MCP Server 是一个隔离的代码执行环境,提供完整的文件系统操作、命令执行、 代码分析、测试运行和远程桌面能力。当你需要执行代码、操作文件、运行测试、 分析代码结构、或需要图形界面操作时使用此技能。支持 Python、Node.js、Java 等多语言环境。
Evidence-led triage and scoped recovery for local MemStack development runtime incidents. Use when FastAPI, React/Vite Web, Ray, the agent actor, Docker infrastructure, Redis, Postgres, Neo4j, the sandbox, or the Electron desktop sidecar fails to start, crashes, consumes abnormal resources, or becomes unresponsive.
Deliver and verify MemStack native desktop changes in agi-demos against the design-prototype or Web product surface while preserving the Electron shell, Rust sidecar, IPC, encrypted-vault, signing, and updater boundaries. Use for implementation, parity repair, or QA work scoped to agi-stack/apps/desktop; do not use for generic Web QA, mobile work, or unrelated desktop applications.
正在显示 SKILL.md
基于 SOC 职业分类
| name | github |
| description | Use GitHub repositories, issues, pull requests, commits, search, and files through the configured GitHub plugin. |
| tools | ["github"] |
Use the github tool for GitHub repository, issue, pull request, commit, search, and file requests.
owner and repo.<owner>/<repo> before repository-scoped operations.operation="get_repo".list_issues, get_issue, create_issue.list_pull_requests, get_pull_request.create_issue_comment.search_repositories with query.get_file with path and optional ref.list_commits with optional ref.Mutating operations require confirm_write=true and a configured token environment variable.
Use writes only when the user clearly asked to create or comment on a GitHub resource.
The plugin reads GitHub credentials from an environment variable, defaulting to GITHUB_TOKEN.
For GitHub Enterprise, configure api_base_url.