AgentStack
SKILL verified MIT Self-run

Loopify Codex Sdk

skill-andreratzenberger-loopify-loopify-codex-sdk · by AndreRatzenberger

Use when adding Codex SDK scripts or templates as loop actuators for repair, review, context building, trace summarization, or meta-loop proposal steps.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-andreratzenberger-loopify-loopify-codex-sdk

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Loopify Codex Sdk? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

loopify-codex-sdk

Add Codex SDK actuators to loops.

When To Use

  • A loop should call Codex SDK programmatically.
  • A project needs a repair, review, evaluator, or trace-summarizer actuator.
  • The loop needs resumable thread IDs, sandbox assumptions, or structured

outputs.

Do Not Use

  • Do not treat a Codex SDK call as the whole loop.
  • Do not write concrete SDK API calls from memory if current docs were not

verified.

  • Do not hide sandbox, model, cost, or authority decisions.

Workflow

  1. Read the Loop Contract.
  2. Identify the actuator role: repair, review, evaluator, context builder,

trace summarizer, or meta-loop proposer.

  1. Verify current official SDK docs before concrete API calls.
  2. If verification is unavailable, use clearly marked placeholders.
  3. Scaffold the actuator from templates/codex-repair-actuator.py or

templates/codex-review-actuator.md.

  1. Encode authority boundaries and structured output.
  2. Document that Codex SDK is the actuator, not the loop.

Output

Codex SDK actuator script/template and integration notes.

Validation

  • The surrounding loop still owns checks, state, stop rules, and trace.
  • Outputs are structured enough for the next loop step.
  • Sandbox and authority assumptions are explicit.

Example

Use loopify-codex-sdk to scaffold a repair actuator for the failing check in .loopify/loops/001-papertrail/loop-contract.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.