在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用run
星标1
分支0
更新时间2026年5月29日 17:18
Launch this project's app to see a change in action.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Launch this project's app to see a change in action.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Help build/debug DeepSeek API usage (openai-compatible).
Run a command on a recurring interval (poll CI etc.).
Read/extract/combine/split PDFs.
Schedule a one-off or cron task via DeepCode's daemon.
Help author a new skill — frontmatter + body + best-trigger description.
Modify settings.json / hooks / permissions safely + explain trade-offs.
| name | run |
| description | Launch this project's app to see a change in action. |
Drive the project's own dev/test/build scripts. Detect toolchain from manifest.
| Manifest | Typical commands |
|---|---|
package.json | pnpm dev / pnpm test / pnpm build (or npm/yarn) |
pyproject.toml | pytest, uv run pytest, python -m <pkg> |
Cargo.toml | cargo test, cargo run, cargo build --release |
go.mod | go test ./..., go run ./cmd/<name> |
Gemfile | bundle exec rspec, bundle exec rails s |
Makefile | Prefer make test / make dev — usually canonical |
Read packageManager in package.json (or .tool-versions) for the pinned
package manager — don't guess.
42 passed, 3 failed, 1 skipped.