Skills Plugins MCP Prompt Model 博客 我的中心
开发编程 #docker #ai #agent

agentbox

Fork the current agent session into a new VM or local Docker container with all the project files, agent settings and session teleported into.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=madarco-agentbox-apps-cli-share-host-skills-agentbox-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name agentbox description Fork the current agent session into a new VM or local Docker container with all the project files, agent settings and session teleported into. disable-model-invocation true context fork agent general-purpose allowed-tools Bash Fork the current Claude Code session into a fresh AgentBox box. Resolve the provider flag from $ARGUMENTS : empty → no flag (uses the default docker provider) docker | daytona | hetzner | vercel | e2b → pass --provider $ARGUMENTS anything else → stop and tell the user the valid values are docker , daytona , hetzner , vercel , e2b Detect an active plan (optional --plan ). If this session was just working on a Claude Code plan, carry it into the box so the fork resumes in plan mode. If you know the plan file path for this session (plan mode writes it to ~/.claude/plans/<slug>.md , and you have it from the plan you just produced in this conversation), use that path. Otherwise , find the most recent plan only if it was touched in the last 15 minutes (a stale plan from another task should not be resurrected). Run via the Bash tool: find "$HOME/.claude/plans" -name '*.md' -mmin -15 -type f 2>/dev/null \ | xargs -r ls -t 2>/dev/null | head -1 If it prints a path, that's the current plan; if it prints nothing, there is no active plan — skip --plan . Fork. If you are in plan mode, exit it, then run, via the Bash tool, exactly one command (add --plan "<path>" only if step 2 found a plan). Do NOT pass --session : agentbox fork autodetects the current Claude session itself (and safely falls back to the newest session for this workspace), which is correct even when this skill runs in a subagent where $CLAUDE_CODE_SESSION_ID would be the subagent's id, not the conversation you want to fork: agentbox fork [--provider $ARGUMENTS] [--plan "<plan path>"] Report. In one line, give the user the new box name (parse it from the command output) and confirm their host session is unaffected. If you passed --plan , mention the box opens in plan mode ready to resume. Do not summarize the conversation — the fork already carries it. For Hetzner cloud boxes only, when in Codex App or Claude Desktop, use can add a ssh connection to the box. To do this first add an alias to their ssh config, then instruct them how to add the connection: agentbox shell <box> --ssh-config # writes ~/.ssh/config + prints details to add a ssh alias that the user can use to connect to the box When in Codex App return a clickable link in the response for an easy way: [Add <ssh-alias> to Codex SSH](codex://settings/connections/ssh/add?name=<ssh-alias>) Troubleshooting If agentbox command fails, tell the user to install AgentBox by writing ! npm -g install @madarco/agentbox in the chat. If AGENTBOX_RELAY_URL is set in the environment, you are running inside a box. This command is host-only in v1; tell the user box→box fork is not supported yet. If you need to know more about Agentbox, check the /agentbox-info skill that containes the full documentation.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。