rf
v0.1.2RingFrame: turn one explicit intent into a confirmed native prompt, evaluate the exact result, record the decision
By fab7hq0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rf for Codex
codex plugin marketplace add fab7hq/fab7
codex plugin marketplace upgrade fab7
codex plugin add rf@fab7Paste and run these commands in a terminal with Codex. They add and refresh the fab7 catalog, then install this plugin.
Compatibility: the page URL and API slug “rf-2” remain stable.
- Codex:
rf-2@agent-plugin-marketplace→rf@fab7
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/fab7hq/fab7Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is products/ringframe/plugins/codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/ask/SKILL.md├── skills/eval/SKILL.md└── skills/seal/SKILL.md
Included Skills3
Turn one explicit intent into a confirmed, persisted prompt and deliver it through the selected native capability.
Judge the work against every open Ask with independent sub-agents; record a verdict with its confidence. Asks nothing.
Close the open Asks with one disposition; record the latest Eval as a fact and the receipt.
Plugin manifests1
{
"name": "rf",
"version": "0.1.2",
"description": "RingFrame: turn one explicit intent into a confirmed native prompt, evaluate the exact result, record the decision",
"author": {
"name": "fab7hq"
},
"skills": "./skills/",
"hooks": "./hooks.json",
"interface": {
"displayName": "RingFrame",
"shortDescription": "Explicit Ask, Eval, and Seal inside Codex",
"longDescription": "Ask compiles one intent into a confirmed prompt for a native Codex capability and hands it to you to submit. Eval checks an exact result against it. Seal records the decision. Requires the ringframe CLI and a native request_user_input confirmation tool in the current session.",
"developerName": "fab7hq",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "Use $rf:ask to turn an intent into a confirmed Codex prompt."
},
"repository": "https://github.com/fab7hq/fab7"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rf on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rf-2)