AI Agent Skills for Solopreneurs, Indie Hackers, and One-Person Companies Extend Claude Code, Cursor, Codex, and more with automation skills.
> /plugin marketplace add ReScienceLab/opc-skills
What's inside
Skills are folders of instructions, scripts, and resources that AI agents load dynamically to improve performance on specialized tasks. Each skill is self-contained with a SKILL.md file containing instructions and metadata.
For more information about the Agent Skills standard, see agentskills.io.
| Skill | Description | |
|---|---|---|
| seo-geo | SEO & GEO optimization for AI search engines (ChatGPT, Perplexity, Google) | |
| requesthunt | Research user demand from Reddit, X, and GitHub | |
| domain-hunter | Find domains, compare registrar prices, and discover promo codes | |
| logo-creator | Create logos with AI, crop, remove background, export as SVG | |
| banner-creator | Create banners for GitHub, Twitter, LinkedIn, etc. | |
| nanobanana | Generate images using Gemini 3 Pro Image (Nano Banana Pro) | |
| Search and retrieve content from Reddit via the public JSON API | ||
| Search and retrieve content from Twitter/X via twitterapi.io | ||
| producthunt | Search Product Hunt posts, topics, users, and collections | |
| archive | Archive session learnings and debugging solutions with indexed markdown |
Install directly from Claude Code's plugin marketplace:
# Add the OPC Skills marketplace
/plugin marketplace add ReScienceLab/opc-skills
# Install specific skills
/plugin install requesthunt@opc-skills
/plugin install domain-hunter@opc-skills
/plugin install seo-geo@opc-skills
# List all available skills
/plugin marketplace list opc-skills
Install with one command - works with Claude Code, Cursor, Windsurf, Droid, and 12+ other AI tools:
# Install all skills
npx skills add ReScienceLab/opc-skills
# Install specific skill
npx skills add ReScienceLab/opc-skills --skill reddit
# Install to specific agent
npx skills add ReScienceLab/opc-skills -a droid
Browse and discover skills at skills.sh ๐ฏ
Some skills require other skills to function properly:
twitter and redditnanobananananobananaInstall them together:
npx skills add ReScienceLab/opc-skills --skill reddit --skill twitter --skill domain-hunter
OPC Skills work with 16+ AI coding agents via npx skills add:
See the full compatibility list for all supported tools.
Explore OPC Skills through multiple channels:
DeepWiki provides an AI assistant that can answer questions about the codebase:
The documentation auto-syncs with the repository, so it's always up to date.
See the template in ./template/ directory for the basic structure:
skills/ with your skill nameSKILL.md file with YAML frontmatterRequired fields in SKILL.md:
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---
For detailed guidance, check out existing skills or visit the Agent Skills specification.
skills/SKILL.md with proper frontmatterApache 2.0
.agents/
skills/
seo-geo/
examples/
opc-skills-case-study.md
references/
geo-research.md
google-docs-summary.md
platform-algorithms.md
schema-templates.md
seo-checklist.md
tools-and-apis.md
scripts/
autocomplete_ideas.py
backlinks.py
competitor_gap.py
credential.py
dataforseo_api.py
domain_overview.py
keyword_research.py
related_keywords.py
seo_audit.py
serp_analysis.py
SKILL.md
.claude-plugin/
marketplace.json
.factory/
AGENTS.md
hooks.json
skills/
add-new-opc-skill/
SKILL.md
.gitattributes
.github/
workflows/
auto-close-issues.yml
deploy-website.yml
fetch-install-stats.yml
publish-blog.yml
test-installer.yml
.gitignore
.hal/
prd.json
progress.txt
CHANGELOG.md
LICENSE
README.md
scripts/
BLOG_GUIDELINES.md
BLOG_PUBLISHING.md
create-blog.py
fetch-install-stats.py
skill-logos/
archive.svg
banner-creator.svg
domain-hunter.svg
logo-creator.svg
nanobanana.svg
producthunt.svg
reddit.svg
requesthunt.svg
seo-geo.svg
twitter.svg
skills/
skills.json
archive/
.factory-plugin/
plugin.json
hooks/
hooks.json
load-memory.py
references/
TEMPLATE.md
SKILL.md
banner-creator/
.claude-plugin/
plugin.json
examples/
images/
banner-01.png
banner-02.png
banner-03.png
banner-04.png
banner-05.png
banner-06.png
github-banner-01.png
github-banner-02.png
github-banner-03.png
opc-banner-final.png
opc-banner-creation.md
references/
formats.md
scripts/
crop_banner.py
SKILL.md
templates/
preview.html
domain-hunter/
.claude-plugin/
plugin.json
examples/
auto-video-editing-domain.md
references/
registrars.md
spaceship-api.md
SKILL.md
logo-creator/
.claude-plugin/
plugin.json
examples/
images/
logo-01.png
logo-02.png
logo-03.png
logo-04.png
logo-05.png
logo-06.png
logo-07.png
logo-08.png
logo-09-v1.png
logo-09-v2.png
logo-09-v3.png
logo-09-v4.png
logo-09-v5.png
logo-09-v6.png
logo-09.png
opc-logo-final.svg
opc-logo-selected.png
opc-logo-creation.md
references/
styles.md
scripts/
crop_logo.py
remove_bg.py
vectorize.py
SKILL.md
templates/
preview.html
nanobanana/
.claude-plugin/
plugin.json
references/
prompts.md
scripts/
batch_generate.py
generate.py
SKILL.md
producthunt/
.claude-plugin/
plugin.json
scripts/
credential.py
get_collection.py
get_collections.py
get_post_comments.py
get_post.py
get_posts.py
get_topic.py
get_topics.py
get_user_posts.py
get_user.py
producthunt_api.py
SKILL.md
reddit/
.claude-plugin/
plugin.json
scripts/
credential.py
get_post.py
get_posts.py
get_subreddit.py
get_user.py
reddit_api.py
search_posts.py
SKILL.md
requesthunt/
.claude-plugin/
plugin.json
examples/
calendar-app-research.md
scheduling-tools-research-report.md
SKILL.md
seo-geo/
.claude-plugin/
plugin.json
examples/
opc-skills-case-study.md
references/
geo-research.md
google-docs-summary.md
platform-algorithms.md
schema-templates.md
seo-checklist.md
tools-and-apis.md
scripts/
autocomplete_ideas.py
backlinks.py
competitor_gap.py
credential.py
dataforseo_api.py
domain_overview.py
keyword_research.py
related_keywords.py
seo_audit.py
serp_analysis.py
SKILL.md
twitter/
.claude-plugin/
plugin.json
scripts/
batch_get_users.py
check_relationship.py
credential.py
get_article.py
get_community_members.py
get_community_moderators.py
get_community_tweets.py
get_community.py
get_followers.py
get_following.py
get_list_followers.py
get_list_members.py
get_space.py
get_trends.py
get_tweet_quotes.py
get_tweet_replies.py
get_tweet_retweeters.py
get_tweet_thread.py
get_tweet.py
get_user_about.py
get_user_info.py
get_user_mentions.py
get_user_tweets.py
get_verified_followers.py
search_community_tweets.py
search_tweets.py
search_users.py
twitter_api.py
SKILL.md
template/
SKILL.md
website/
apple-touch-icon.png
blog/
2026-01-21-domain-hunter-og.png
2026-01-21-what-is-opc-og.png
2026-01-23-skills-docs-og.png
2026-01-24-docs-skills-og.png
2026-01-26-ralph-og.png
2026-01-28-free-infrastructure-og.png
2026-01-28-install-opc-skills-claude-code-og.png
2026-02-05-claude-code-plugin-install.png
2026-02-05-seo-geo-1k-installs-og.png
2026-02-23-archive-skill-og.png
blog.json
posts/
archive-skill-session-knowledge.md
convert-docs-to-skills-guide.md
domain-hunting-ai-saved-50.md
free-ai-infrastructure-deepseek-jan.md
install-opc-skills-claude-code.md
ralph-autonomous-agent-loop.md
seo-geo-1k-installs-milestone.md
what-is-opc.md
why-skills-beat-docs.md
favicon-32x32.png
favicon.ico
install-stats.json
og-image.png
opc-banner.png
opc-logo.svg
package-lock.json
package.json
resciencelab-logo.svg
worker.js
wrangler.tomlFAQ
opc-skills is a Claude Code plugin with 10 hand-picked skills for marketing work, indexed on Flowy. Install it with the command on its page. It includes archive, banner-creator, domain-hunter. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.