← Back to Skills Marketplace
OpenAI Agent SDK
by
sendwealth
· GitHub ↗
· v1.0.0
· MIT-0
228
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openai-agent-sdk
Description
Build multi-agent AI systems with OpenAI Agents SDK. Create, orchestrate, and manage AI agents with tools, handoffs, guardrails, and tracing. Supports 100+ L...
Usage Guidance
This package appears to implement what it claims (an agents SDK) but exercise caution before installing or running it:
- The SKILL.md tells you to set OPENAI_API_KEY (and shows other provider keys) but the skill metadata does not declare required credentials. Treat that as a red flag: only provide minimal, scoped API keys and avoid using primary/production keys for testing.
- Example code contains eval() inside a tool (calculate). Do not run that example or reuse that tool with untrusted inputs—eval can execute arbitrary code.
- There is no homepage or known source listed. Verify the package provenance (look up 'openai-agents' on PyPI/GitHub and confirm the maintainer) before pip installing. Prefer installing in an isolated environment (virtualenv/container) and inspect the installed package files.
- If you must use this skill: (1) use least-privilege API keys, (2) review example and template code for unsafe constructs (eval, unsanitized function inputs), and (3) run in a sandbox until you confirm the package matches official sources.
Capability Analysis
Type: OpenClaw Skill
Name: openai-agent-sdk
Version: 1.0.0
The skill bundle contains a critical Remote Code Execution (RCE) vulnerability in 'examples/tools_example.py' and 'SKILL.md'. The 'calculate' tool uses the Python 'eval()' function to process user-provided strings without any sanitization, which allows for arbitrary code execution. While this appears to be a poorly implemented example rather than intentional malware, the inclusion of such a dangerous pattern in a 'Best Practices' section is highly risky.
Capability Assessment
Purpose & Capability
Name/description (multi-agent SDK) align with SKILL.md and the included examples/templates which demonstrate agents, handoffs, tools, guardrails, tracing, and LiteLLM/other LLM integrations. The declared Python/package runtime requirements (python>=3.10, openai-agents>=0.1.0) are consistent with the SDK purpose.
Instruction Scope
SKILL.md instructs the agent developer to install 'openai-agents' and to set OPENAI_API_KEY, and shows examples using other provider clients (Anthropic) and voice/Redis extras. The instructions do not reference unrelated system paths or hidden endpoints. However, the SKILL.md contains example code that uses Python's eval() in the calculate() tool—this is a code-execution risk if reused with untrusted inputs.
Install Mechanism
No install spec is embedded in the skill package (instruction-only). SKILL.md suggests pip/uv commands to install a public package name (openai-agents). No download-from-URL or archive extraction is present in the skill bundle itself.
Credentials
The registry metadata lists no required environment variables, but SKILL.md explicitly instructs setting OPENAI_API_KEY and shows examples passing other provider keys (Anthropic). That is an incoherence: a skill that depends on API credentials should declare them. Requiring API keys for LLMs is expected for this SDK, but the missing declaration and the demonstration of multiple provider keys (Anthropic, LiteLLM config) should be called out so users don't accidentally supply broad/high-privilege keys without awareness.
Persistence & Privilege
The skill does not request always:true and uses default agent invocation semantics. It does not request system-wide config paths or claim it will modify other skills. No persistence or elevated privileges are requested by the bundle itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openai-agent-sdk - After installation, invoke the skill by name or use
/openai-agent-sdk - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Complete OpenAI Agents SDK skill with examples and templates
Metadata
Frequently Asked Questions
What is OpenAI Agent SDK?
Build multi-agent AI systems with OpenAI Agents SDK. Create, orchestrate, and manage AI agents with tools, handoffs, guardrails, and tracing. Supports 100+ L... It is an AI Agent Skill for Claude Code / OpenClaw, with 228 downloads so far.
How do I install OpenAI Agent SDK?
Run "/install openai-agent-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenAI Agent SDK free?
Yes, OpenAI Agent SDK is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenAI Agent SDK support?
OpenAI Agent SDK is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenAI Agent SDK?
It is built and maintained by sendwealth (@sendwealth); the current version is v1.0.0.
More Skills