·agentstack-wrapper
</>

agentstack-wrapper

Wrap an existing Python agent as an Agent Stack service using agentstack-sdk server wrapper, without changing business logic.

48Installs·4Trend·@i-am-bee

Installation

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

How to Install agentstack-wrapper

Quickly install agentstack-wrapper AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: i-am-bee/agentstack.

SKILL.md

View raw

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. |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from i-am-bee/agentstack

Quick answers

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.

How do I install agentstack-wrapper?

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

Where is the source repository?

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

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25