Generate a 430px mobile-style screenshot of an X post locally without depending on a third-party screenshot site.
Export an X Article into Markdown with its images and metadata for archiving or republishing.
Find royalty-free CC0 cover images for a slide deck or blog post with a risk rating per source.
Render a profile card for an X user with their latest posts attached.
Requires Bun for development plus Playwright browser binaries, and Codex must be restarted after installing the skills.
matt-skills is a monorepo that bundles together two creator-facing tools built as Codex skills, plus their command-line counterparts. Codex here refers to OpenAI's coding assistant, and a 'skill' is a packaged set of instructions and helper scripts that the assistant can invoke. The repository keeps the AI-facing skill files, deterministic helper scripts written in TypeScript, npm packages, and documentation in one place. The first tool, FxBrief, turns posts from X (formerly Twitter) into local editorial assets you can publish without depending on third-party screenshot sites. It uses FxEmbed for the data, local React or HTML templates for layout, and Playwright to render images. It can produce a 430px mobile-style post screenshot, a cleaner quote card, a profile card (optionally with latest posts), a Markdown export of an X Article with its assets and metadata, a long screenshot of an article with optional numbered slices for social, and raw or normalized JSON of FxEmbed data. The second tool, Pic Grab, finds images you can legally reuse for a cover, illustration, slide deck, or background, and writes out the source URL, creator, license, and a risk rating alongside the file. Its default mode prioritizes CC0 and public-domain sources and tries not to mislabel paid stock platforms as CC0. You can invoke it through the Codex skill or run the Bun script directly with options like --query, --mode strict_cc0, --orientation, and --count. Installation is done through a Codex helper called skill-installer pointed at the GitHub URLs of each skill folder, or by symlinking the skill folders into ~/.codex/skills/ from a local clone. Codex needs to be restarted afterward so it picks up the new skills. Development uses Bun for typecheck, test, build, and fixture rendering, and the fxbrief CLI ships as a scoped npm package at @mate-matt/fxbrief. The code in the repository is MIT licensed, but the README clearly states that third-party images, X content, and FxEmbed responses are not licensed by this repo, so you still need to preserve source links and review usage rights for your own publishing context. The project has 14 stars and is written mainly in TypeScript.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.