Available Skills
Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, and GitHub.
REQUESTHUNT_API_KEY requesthunt.com/dashboardnpx skills add ReScienceLab/opc-skills --skill requesthunt
Example Commands
python3 scripts/list_requests.py --topic "{topic}" --limit 20python3 scripts/search_requests.py "{query}" --expand --limit 20python3 scripts/scrape_topic.py "{topic}" --platforms reddit,x,githubpython3 scripts/get_topics.pypython3 scripts/get_usage.py
Search domains, compare registrar prices, and find promo codes. Help users find and purchase domain names at the best price.
npx skills add ReScienceLab/opc-skills --skill twitter --skill reddit --skill domain-hunter
Example Commands
whois {domain}.{tld}WebSearch: cheapest .{tld} domain registrar
Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG.
GEMINI_API_KEY aistudio.google.com/apikeyREMOVE_BG_API_KEY www.remove.bg/api (optional)RECRAFT_API_KEY www.recraft.ai/api (optional)npx skills add ReScienceLab/opc-skills --skill nanobanana --skill logo-creator
Example Commands
python3 /scripts/batch_generate.py "{prompt}" -n 20 --ratio 1:1 -d ./logos -p logo python3 scripts/crop_logo.py {input.png} {output.png}python3 scripts/remove_bg.py {input.png} {output.png}python3 scripts/vectorize.py {input.png} {output.svg}
Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio for GitHub, Twitter, LinkedIn, etc.
GEMINI_API_KEY aistudio.google.com/apikeynpx skills add ReScienceLab/opc-skills --skill nanobanana --skill banner-creator
Example Commands
python3 /scripts/batch_generate.py "{prompt}" -n 20 --ratio 21:9 -d ./banners -p banner python3 scripts/crop_banner.py {input.png} {output.png} --ratio 2:1 --width 1280
Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, aspect ratios, and 2K/4K output.
GEMINI_API_KEY aistudio.google.com/apikeynpx skills add ReScienceLab/opc-skills --skill nanobanana
Example Commands
python3 scripts/generate.py "{prompt}" -o {output.png}python3 scripts/generate.py "{prompt}" -i {input.jpg} -o {output.png}python3 scripts/batch_generate.py "{prompt}" -n 20 -d ./images -p image
Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API.
npx skills add ReScienceLab/opc-skills --skill reddit
Example Commands
python3 scripts/get_posts.py {subreddit} --limit 20python3 scripts/search_posts.py "{query}" --limit 20python3 scripts/get_subreddit.py {subreddit}python3 scripts/get_post.py {post_id}python3 scripts/get_user.py {username}
Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io.
TWITTERAPI_API_KEY twitterapi.ionpx skills add ReScienceLab/opc-skills --skill twitter
Example Commands
python3 scripts/get_user_info.py {username}python3 scripts/search_tweets.py "{query}" --type Latest --limit 20python3 scripts/get_user_tweets.py {username} --limit 20python3 scripts/get_tweet.py {tweet_id}python3 scripts/get_followers.py {username} --limit 100
Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API.
PRODUCTHUNT_ACCESS_TOKEN producthunt.com/v2/oauth/applicationsnpx skills add ReScienceLab/opc-skills --skill producthunt
Example Commands
python3 scripts/get_posts.py --limit 20python3 scripts/get_post.py {slug_or_id}python3 scripts/get_topics.py --query "{query}" --limit 20python3 scripts/get_user.py {username}python3 scripts/get_collections.py --featured --limit 20
SEO & GEO (Generative Engine Optimization) for websites. Optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Includes Princeton GEO research methods for +40% AI visibility.
DATAFORSEO_LOGIN dataforseo.com (optional)DATAFORSEO_PASSWORD dataforseo.com (optional)TWITTERAPI_API_KEY twitterapi.io (twitter)npx skills add ReScienceLab/opc-skills --skill twitter --skill reddit --skill seo-geo
Example Commands
python3 scripts/seo_audit.py "{url}"python3 scripts/keyword_research.py "{keyword}" --limit 20python3 scripts/serp_analysis.py "{keyword}" --depth 20python3 scripts/backlinks.py "{domain}" --limit 20python3 scripts/domain_overview.py "{domain}"