— 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
✓ PassedNo 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 claimAbout
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
- Read the Loop Contract.
- Identify the actuator role: repair, review, evaluator, context builder,
trace summarizer, or meta-loop proposer.
- Verify current official SDK docs before concrete API calls.
- If verification is unavailable, use clearly marked placeholders.
- Scaffold the actuator from
templates/codex-repair-actuator.pyor
templates/codex-review-actuator.md.
- Encode authority boundaries and structured output.
- 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.
- Author: AndreRatzenberger
- Source: AndreRatzenberger/loopify
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.