What is agentstack-wrapper?
Wrap an existing Python agent as an Agent Stack service using agentstack-sdk server wrapper, without changing business logic. Source: i-am-bee/agentstack.
Wrap an existing Python agent as an Agent Stack service using agentstack-sdk server wrapper, without changing business logic.
Quickly install agentstack-wrapper AI skill to your development environment via command line
Source: i-am-bee/agentstack.
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. |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapperWrap an existing Python agent as an Agent Stack service using agentstack-sdk server wrapper, without changing business logic. Source: i-am-bee/agentstack.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/i-am-bee/agentstack