·agentstack-wrapper
</>

agentstack-wrapper

Encapsulez un agent Python existant en tant que service Agent Stack à l'aide du wrapper de serveur agentstack-sdk, sans modifier la logique métier.

48Installations·4Tendance·@i-am-bee

Installation

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

Comment installer agentstack-wrapper

Installez rapidement le skill IA agentstack-wrapper dans votre environnement de développement via la ligne de commande

  1. Ouvrir le Terminal: Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.)
  2. Exécuter la commande d'installation: Copiez et exécutez cette commande : npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper
  3. Vérifier l'installation: Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

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

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-25
Mis à jour
2026-03-10

Browse more skills from i-am-bee/agentstack

Réponses rapides

Qu'est-ce que agentstack-wrapper ?

Encapsulez un agent Python existant en tant que service Agent Stack à l'aide du wrapper de serveur agentstack-sdk, sans modifier la logique métier. Source : i-am-bee/agentstack.

Comment installer agentstack-wrapper ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/i-am-bee/agentstack --skill agentstack-wrapper Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw

Où se trouve le dépôt source ?

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

Détails

Catégorie
</>Développement
Source
skills.sh
Première apparition
2026-02-25