Shareable repo for creator and marketing skills.
This repo contains skill instructions and helper scripts that are safe to share publicly. Secrets are intentionally excluded. Each user should configure their own API keys, app connections, and plugin auth locally.
| # | Skill / plugin workflow | Local folder | What it is for | Access notes |
|---|---|---|---|---|
| 1 | YouTube Researcher | skills/youtube-researcher |
YouTube search, channel scans, transcript pulls, hook analysis, creator style grounding | Requires SUPADATA_API_KEY and SERPAPI_KEY |
| 2 | Readwise CLI Control | skills/readwise-cli-control |
Search/export Reader and Readwise saves for content ideas, summaries, and source-backed research | Requires Readwise CLI auth/token |
| 3 | Excalidraw Diagrams | skills/excalidraw-diagrams |
Build editable Excalidraw diagrams, visual explainers, flowcharts, and share links | Requires excalidraw-cli |
| 4 | Paper | skills/paper-mcp, skills/paper-deck-style |
Edit Paper boards through MCP and create polished Paper decks/diagrams | Requires Paper desktop/local MCP server |
| 5 | Remotion and HyperFrames | plugin-workflows/remotion, plugin-workflows/hyperframes, plugin-workflows/hyperframes-cli, plugin-workflows/hyperframes-gsap |
Motion graphics, launch videos, overlays, app demos, captions, and rendered video assets | Requires Remotion/HyperFrames tooling or plugins |
| 6 | Gen Media | skills/genmedia |
Search and run fal.ai media models, generate/edit images and video, hand off results to the local mini app | Requires genmedia and fal credentials |
| 7 | Email Manager / Brand Deal Researcher | skills/brand-deal-researcher |
Scan sponsorship email, dedupe opportunities, research brands, and produce tables/docs/sheets | Requires Gmail access; Calendar plugin is useful for scheduling follow-up |
| 8 | Buffer Publisher | skills/buffer-publisher |
Inspect Buffer account/channel state and create ideas, drafts, queued posts, or scheduled posts | Requires BUFFER_API_KEY or macOS Keychain item |
skills/: standalone Codex/Claude-style skills.plugin-workflows/: exported instructions from plugin-backed workflows that are useful to share with the team.docs/: repo-level reference docs for setup and required secrets.
For Codex-style local skills, copy a folder from skills/ into your local skills directory, for example:
mkdir -p "$HOME/.codex/skills"
cp -R skills/youtube-researcher "$HOME/.codex/skills/"For Claude Code-style skills, copy the same folder into your Claude/agent skills directory if your setup supports it.
Plugin workflows may still require the corresponding plugin to be installed/enabled. The folders here preserve the operating instructions, but they do not replace plugin authentication or hosted plugin capabilities.
Do not commit keys or personal data. Use environment variables, macOS Keychain, app connector auth, or your team secret manager.
See docs/requirements.md for the setup checklist.