fk
v0.4.0Read the current Figma browser selection through the local Figwright Kiwi bridge.
By DenisPapushaLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 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 fk for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add fk@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/DenisPapushaJava/figwright-kiwi-readerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/kiwi-reader/release/codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/figma-browser-reader/SKILL.md└── .mcp.json
Included Skills1
Read the current Figma browser selection or a node from a Figma design URL through the local read-only Figwright Kiwi Reader. Use when the user mentions @fk, asks to read or inspect a selected Figma frame, requests design context from a Figma URL, or wants browser Figma data for implementation. Do not use this skill to edit Figma.
MCP servers1
- command
- node
- args
- REPLACED_BY_INSTALLER
Plugin manifests1
{
"name": "fk",
"version": "0.4.0",
"description": "Read the current Figma browser selection through the local Figwright Kiwi bridge.",
"author": {
"name": "DenisPapusha"
},
"repository": "https://github.com/DenisPapushaJava/figwright-kiwi-reader",
"license": "MIT",
"keywords": [
"figma",
"figwright",
"kiwi",
"design-to-code",
"read-only"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "FK",
"shortDescription": "Read Figma frames from the browser.",
"longDescription": "Connects Codex to the local read-only Figwright Kiwi Reader so any task can inspect the selected Figma frame or a node from a Figma URL.",
"developerName": "DenisPapusha",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Read the selected Figma frame.",
"Prepare the selected frame for implementation in the current project.",
"Check the Figma browser connection."
]
}
}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.
[fk on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fk)