refly-skills

Skill from refly-ai/refly-skills

Refly Skills

⭐️ The Official Executable Skill Registry for Refly ⭐️

Refly Skills is an open-source library of production-ready, runnable agent skills.
Every skill ships with a stable interface, deterministic execution, and one-click runtime inside Refly —
ready to use in Claude Code, Cursor, and MCP-powered workflows.

  • Run instantly — execute skills in Refly with one click
  • 🧩 Reusable infrastructure — versioned skills, not one-off prompts
  • 🔌 Export anywhere — ship skills to Claude Code or deploy as APIs
  • 🌍 Community-powered — import, fork, and publish your own skills

Installation

Install Refly CLI

BASH
npm install -g @powerformer/refly-cli@0.1.25

Install a Skill

BASH
# Via Refly CLI
refly skill install <skill-id>

# Via npx
npx skills add refly-ai/<skill-name>

Publish a Skill

BASH
refly skill publish <skill-id>

Skills

AI Image Generation

SkillDescription
fal-imageGenerate AI images using Fal.ai Flux models. Create images from text prompts, transform existing images, or generate photorealistic/artistic images.
nano-bananaFast AI image generation using Nano Banana for quick prototypes and simple image content.
nano-banana-proGenerate or edit images via Gemini 3 Pro Image. Supports 1K/2K/4K resolutions and up to 14 input images for composition.
seedream-imageGenerate AI images using ByteDance Seedream 4.5 for high-quality artistic or realistic images with style transfer.

AI Video Generation

SkillDescription
fal-videoGenerate AI videos using Fal.ai Seedance models. Animate images into short videos or create motion from still photos.
kling-videoGenerate AI videos using Kling models. Create videos from text, animate images, transform videos, or create AI avatar videos with speech.
wan-videoGenerate AI videos using Alibaba Wan 2.6 models. Create videos from text, animate images, or apply AI style transfer.
video-creatorAI short video creation with multi-platform publishing to YouTube, TikTok, Instagram, Facebook, LinkedIn, and Twitter.

AI Audio Generation

SkillDescription
fal-audioGenerate AI audio using Fal.ai audio models. Convert text to speech, create podcast-style audio, or clone voices from samples.
fish-audioGenerate AI audio using Fish Audio models. Text-to-speech in multiple languages and audio transcription.

AI Avatar

SkillDescription
volcengine-avatarCreate AI digital humans using Volcengine Avatar. Generate avatar videos with speech or build virtual spokespersons.

Communication & Messaging

SkillDescription
slackIntegrate with Slack for team messaging. Send messages to channels, post notifications, and automate communication workflows.
microsoft-teamsIntegrate with Microsoft Teams. Send messages to channels, post team notifications, and automate communication.
send-emailSend emails with HTML content and file attachments.
outlookIntegrate with Microsoft Outlook for email and calendar. Send/manage emails and create calendar events.

Social Media

SkillDescription
facebookIntegrate with Facebook for social media management. Post updates, share content, and automate page workflows.
instagramIntegrate with Instagram. Post content, manage media and insights, and automate publishing workflows.
youtubeIntegrate with YouTube for video management. Upload videos, manage channel content, and retrieve analytics.

Project Management & Issue Tracking

SkillDescription
linearIntegrate with Linear for issue tracking. Create/manage issues, track development tasks, and automate project workflows.
asanaIntegrate with Asana for task management. Create/manage tasks, organize projects, and automate team tracking.
trelloIntegrate with Trello for project management. Create/manage cards, organize tasks in lists, and automate tracking.
gitlabIntegrate with GitLab for DevOps. Create/manage issues, trigger CI/CD pipelines, and automate development workflows.

CRM & Sales

SkillDescription
salesforceIntegrate with Salesforce for CRM operations. Create/query records, manage accounts and opportunities.
hubspotIntegrate with HubSpot for CRM management. Manage contacts and deals, track sales pipelines.
apolloSearch sales leads with Apollo.io. Find company/contact information and enrich lead data.
hunterFind emails with Hunter.io. Discover professional email addresses and verify deliverability.
linkupFind LinkedIn contacts with Linkup. Search professional profiles and enrich network data.

Productivity & Office

SkillDescription
excelIntegrate with Microsoft Excel. Read/write data, manage workbooks, and automate data analysis.
onedriveIntegrate with OneDrive for cloud storage. Upload/download files and manage cloud documents.
google-calendarIntegrate with Google Calendar. Create events, manage schedules, and automate calendar workflows.
google-analyticsIntegrate with Google Analytics. Retrieve website analytics reports and analyze web performance.
google-mapsIntegrate with Google Maps. Geocode addresses, search places, and get directions.
zoomIntegrate with Zoom for video meetings. Schedule meetings, create instant meetings, and manage invitations.

Database & Data

SkillDescription
airtableIntegrate with Airtable for database management. Create/query records and automate data workflows.

Payment

SkillDescription
stripeIntegrate with Stripe for payment processing. Manage customers, payments, invoices, and subscriptions.

Search & Research

SkillDescription
exaPerform semantic search using Exa AI. Find content by meaning, discover similar documents.
jinaExtract content from URLs and search with Jina. Read/extract content and perform site-specific searches.
perplexityAI-powered search and chat with Perplexity. Get AI responses with real-time web search.

Financial Data

SkillDescription
alpha-vantageGet financial data from Alpha Vantage. Retrieve stock quotes, forex/crypto rates, and market analytics.

Specialized Tools

SkillDescription
amazon-christmas-tree-researchResearch tool for Amazon Christmas tree products.
geo-content-optimizerOptimize content based on geographic targeting.
social-trend-monitorMonitor social media trends and analytics.
youtube-video-analyzerAnalyze YouTube videos for insights and metrics.

Structure

Each skill contains:

  • SKILL.md - Skill definition with metadata, triggers, and implementation
  • README.md - Documentation and usage instructions

Example SKILL.md format:

MARKDOWN
---
name: skill-name
description: Use when you need to...
---

# Skill Content
...

Contributing

Bug ReportsFeature RequestsIssues/DiscussionsReflyAI Community
Create Bug ReportSubmit Feature RequestView GitHub DiscussionsVisit ReflyAI Community
Something isn't working as expectedIdeas for new skills or improvementsDiscuss and raise questionsA place to ask questions, learn, and connect with others
  1. Create your skill with refly skill create <name>
  2. Develop and test locally
  3. Publish with refly skill publish <skill-id>
  4. A pull request will be automatically created for review

Community and Contact

  • GitHub Discussion: Best for sharing feedback and asking questions.
  • GitHub Issues: Best for reporting bugs and suggesting features.
  • Discord: Best for sharing your skills and interacting with the community.
  • X(Twitter): Best for sharing your skills and staying connected with the community.

Security Issues

To protect your privacy, please avoid posting security-related issues on GitHub. Instead, send your questions to support@refly.ai, and we will provide you with a more detailed response.


License

Individual skills may have their own licenses. Please check each skill's directory for specific license terms.