
resciencelab/opc-skills
11 skills46.4k installs10.1k starsGitHub
Install
npx skills add https://github.com/resciencelab/opc-skillsSkills in this repo
1Seo Geoseo-geo is a marketing-facing agent skill for solo founders who need both Google/Bing fundamentals and Generative Engine Optimization so LLM-powered search tools mention their site. It organizes work around a clear insight: AI engines cite sources rather than present ten blue links, so structured facts, authoritative answers, and clean technical signals matter differently than classic rank tricks alone. The skill points to scriptable audits and quick shell checks you can run against a staging or production URL before paying for APIs. Use it when you are polishing a landing page, shipping docs that should surface in ChatGPT or Perplexity, or debugging why rich results and AI overviews skip your domain. It pairs technical hygiene—titles, descriptions, robots, sitemaps, JSON-LD—with content patterns aimed at quotable, self-contained sentences builders can maintain without an agency retainer.29.3kinstalls2RedditReddit is an agent skill from ReScienceLab’s opc-skills that wires your coding agent to Reddit’s public read API so you can fetch posts, comment threads, subreddit metadata, and profiles without standing up OAuth for basic research. Solo builders validating a niche, drafting launch copy, or monitoring competitor mentions run bundled Python scripts (for example get_post by post ID) or call the shared API helper from the agent session. Outputs can be human-readable summaries or JSON for downstream scraping pipelines. The skill fits the Prism journey when you need primary-source community signal—not a replacement for Reddit’s terms of service, rate limits, or official apps. It is an integration-style capability: network access, shell execution, and python3. Pair it with note-taking or validation skills after you collect threads. It does not post, vote, or manage ads; it retrieves public content for analysis.2.6kinstalls3Producthuntproducthunt is an integration skill that searches and retrieves Product Hunt content through the official GraphQL API. Indie builders validating ideas use it to see what recently launched in a category, which collections curators group, and how successful posts frame taglines and social proof—without manually clicking through PH. Launch-phase builders reuse the same scripts to benchmark timing, followers, and post structure before their own ship. The skill expects a PRODUCTHUNT_ACCESS_TOKEN in the environment and ships Python helpers under scripts for operations like get_collection. It complements browser research with repeatable, agent-invokable pulls you can log in notes or mem. It does not post launches for you; it is read-oriented market intelligence wired for agent workflows on Prism’s growth and idea rails.2.3kinstalls4Nanobananananobanana is an agent skill from ReScienceLab’s opc-skills repo for generating and editing images through Google Gemini 3 Pro Image, branded Nano Banana Pro in the catalog. Solo builders use it when they need hero images, icons, game-style pixel art, or photorealistic shots without opening a separate design tool chain. The SKILL material defines prompt anatomy—subject, style, lighting and composition details, and quality cues—and supplies category examples such as 8-bit mascots and professional product photography phrasing. It supports aspect ratio control and high-resolution 2K/4K renders suited to landing pages, app store assets, and social crops. Invoke it from an agent that can run bundled scripts under ./scripts/ with network access to Gemini. Multi-phase because the same capability supports Build-time UI assets and Launch-time distribution creative, always as a generator rather than a code review or SEO workflow.2.2kinstalls5Logo CreatorLogo Creator is an agent skill from ReScienceLab’s opc-skills that walks you through AI-assisted brand marks for solo and indie products. Instead of bouncing between random image prompts and manual cleanup, you align on style and ratio first, generate several candidates, refine with explicit feedback, then finish with crop, background removal, and SVG export for crisp use on the web or in apps. It fits anyone shipping a SaaS landing page, indie CLI with a GitHub avatar, content site favicon, or early ecommerce store who needs credible visuals without a design retainer. Use it when you have a name and positioning but no asset library yet, or when an MVP needs a professional face before you invest in a full design system. The workflow is procedural—discussion, generation, iteration, export—so coding agents in Claude Code, Cursor, or Codex can run the same steps each time you revisit branding during validation, build, or launch prep.2.1kinstalls6TwitterThe twitter skill packages ReScienceLab’s opc-skills integration with twitterapi.io so coding agents can query Twitter/X programmatically. Solo and indie builders use it when they need user metadata, tweet timelines, reply threads, follower graphs, communities, Spaces, or trend lists as part of distribution research, competitive listening, or content planning. The repo exposes Python scripts under ./scripts/ that call a small twitter_api helper for GET endpoints such as batch user info by IDs and follow-relationship checks between two accounts. Install it when your agent must ground answers in current X data rather than hallucinated posts. You supply API credentials for twitterapi.io and run commands from your project environment; outputs are terminal-friendly listings you can fold into reports or downstream automation. It is an integration skill, not a posting or ads manager—read and retrieve focused.1.7kinstalls7Domain HunterDomain Hunter is an agent skill that helps solo builders pick a domain without tab-hopping across registrars and WHOIS sites. Describe your product—such as an auto video editing tool—and the skill proposes themed names, checks whether each candidate is likely available, and compares price paths including common indie TLDs like .io and .ai. It is built for the moment you need a credible URL for a landing page, waitlist, or early brand, not after production infra is frozen. Workflows can include shell-based availability checks the agent runs on your behalf, then a ranked shortlist with registrar notes and promo hints so you buy at a sensible first-year cost. It complements naming brainstorms from the idea phase and feeds directly into validate landing setup and later launch distribution when the domain becomes your canonical marketing hostname.1.5kinstalls8Banner CreatorBanner Creator is an agent skill that turns a short creative brief into channel-ready header art using AI image generation. Solo builders use it when a repo, product page, or profile needs a polished banner but pixel-perfect design work is not worth blocking a ship date. The workflow confirms target dimensions and style, generates variations (often starting at a flexible ratio before crop), refines through feedback loops, and exports crops matched to GitHub README, Twitter, and LinkedIn conventions. It pairs naturally with existing logos or pixel-art brand assets named in the brief. Intermediate complexity: you need clear constraints and willingness to iterate; it does not replace a full brand system but compresses time-to-publish for launch and ongoing content refreshes.1.4kinstalls9RequesthuntRequestHunt is an agent skill that teaches your coding agent to run the RequestHunt CLI and turn multi-platform user feedback into demand research reports. It covers installing the verified binary, authenticating through the device flow or API key, verifying config, and executing hunts when you want evidence of what people ask for, complain about, or question across Reddit, X, GitHub, YouTube, LinkedIn, and Amazon. Solo builders use it to de-risk ideas: instead of guessing features from intuition, you anchor roadmap conversations in harvested requests and pain points. The skill is integration-forward—expect shell commands, network calls to RequestHunt APIs, and human approval during device login. It pairs naturally with later validate-phase scoping when you narrow which discovered pains merit a prototype or landing test.1.4kinstalls10Skill NameSkill-name is a meta scaffold for authoring agent skills in the OPC-skills style: YAML frontmatter naming the skill and embedding trigger phrases, then a predictable document skeleton agents and humans can fill in. It walks through prerequisites (keys, env vars), quick-start bash one-liners, tiered usage examples, per-command CLI help patterns, a scripts manifest, optional API base URL and auth notes, and symptom/solution troubleshooting pairs. Solo builders use it whenever they are packaging procedural knowledge so Claude Code, Cursor, or Codex can discover and run consistent Python helpers. Because it defines how skills are shaped—not one product feature—it applies across Idea research automations through Operate runbooks, whenever you add or refactor a skill directory. Pair it with your domain scripts after the template is copied and renamed.1.1kinstalls11ArchiveArchive is a journey-wide agent skill that turns ephemeral coding sessions into durable, grep-friendly project memory. Solo builders invoke it after significant work—deployments, migrations, gnarly debugging, or any multi-step process worth repeating—by writing structured markdown into date-stamped directories and updating a central MEMORY index. Before starting risky work, the skill directs agents to search existing archives and the index so you do not relearn the same CI or infrastructure lessons. Categories organize entries for infrastructure, debugging, and related themes defined in the skill references. The workflow is explicit: check for related archives, create the folder, write frontmatter-backed notes, append MEMORY, and link related entries. It complements ad-hoc README notes by making knowledge machine- and human-searchable inside the repo. Use when you want the next session’s agent to start from evidence, not from scratch.839installs