·agentstack-wrapper
</>

agentstack-wrapper

使用 agentstack-sdk 服务器包装器将现有 Python 代理包装为代理堆栈服务,而无需更改业务逻辑。

48安装·4热度·@i-am-bee

安装

$npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper

如何安装 agentstack-wrapper

通过命令行快速安装 agentstack-wrapper AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:i-am-bee/agentstack。

SKILL.md

查看原文

This SKILL.md is an instructional integration guide for wrapping Python agents to run on AgentStack. It is documentation, not executable code. It describes dependency management and runtime extension wiring. Primary security considerations are dependency supply-chain integrity and safe handling of sensitive runtime values provided through platform extensions.

The wrapper exposes the agent via the A2A protocol so it can be discovered, called, and composed with other agents on the platform.

| C1 | No business-logic changes. Only modify code for AgentStack compatibility. | | C2 | Strict minimal changes. Do not add auth, Dockerfile (containerization is optional and separate), telemetry, or platform middleware unless explicitly requested. If an agent works with simple text, don't force a Form. If it works with env vars, refactor minimally. |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from i-am-bee/agentstack

快速解答

什么是 agentstack-wrapper?

使用 agentstack-sdk 服务器包装器将现有 Python 代理包装为代理堆栈服务,而无需更改业务逻辑。 来源:i-am-bee/agentstack。

如何安装 agentstack-wrapper?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/i-am-bee/agentstack

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-25