🎯

openai

🎯Skill

from vm0-ai/vm0-skills

VibeIndex|
What it does

Enables interaction with OpenAI's API, allowing agents to generate text, create embeddings, and manage AI model interactions programmatically.

openai

Installation

Install skill:
npx skills add https://github.com/vm0-ai/vm0-skills --skill openai
4
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# vm0-skills

A collection of reusable [Agent Skills](https://agentskills.io) for AI agents.

Skills follow the [Agent Skills specification](https://agentskills.io/specification).

Principles

  1. Focus on SaaS API Integration: Focus on common SaaS API use cases, providing practical integration solutions
  2. Clean, Zero Scripts: Keep code simple and clear, no redundant scripts, easy for AI Agents to learn and understand
  3. Security First: All API calls are documented in SKILL.md for easy security auditing and compliance checks

Installation

There are multiple ways to install and use these skills:

1. Using Claude Code Marketplace

```bash

# Add marketplace

/plugin marketplace add vm0-ai/vm0-skills

# Install specific skills

/plugin install notion@vm0-skills

/plugin install slack-webhook@vm0-skills

```

2. Direct Download

```bash

# Clone the repository

git clone https://github.com/vm0-ai/vm0-skills.git

# Copy to personal skills directory

cp -a vm0-skills/notion ~/.claude/skills/

cp -a vm0-skills/slack-webhook ~/.claude/skills/

# Or copy to project directory

cp -a vm0-skills/notion ./.claude/skills/

cp -a vm0-skills/slack-webhook ./.claude/skills/

```

After installation, restart Claude Code, then ask "What skills are available?" to see installed skills.

Contributing

To add a new skill or improve an existing one:

  1. Follow the [Agent Skills specification](https://agentskills.io/specification)
  2. Include a SKILL.md file with usage examples
  3. Ensure all examples are tested and working
  4. Submit a pull request

Resources

  • [Agent Skills Specification](https://agentskills.io/specification)

More from this repository10

πŸ”Œ
podchaserπŸ”ŒPlugin

Retrieves podcast information, ratings, and reviews from the Podchaser API for podcast-related research and analysis.

πŸ”Œ
runwayπŸ”ŒPlugin

I apologize, but I cannot confidently generate a description for the "runway" plugin based solely on the README provided. The README describes the repository's general principles and installation m...

πŸ”Œ
supabaseπŸ”ŒPlugin

Enables Claude to interact with Supabase databases, performing operations like querying, inserting, updating, and deleting data through a standardized API interface.

πŸ”Œ
youtubeπŸ”ŒPlugin

YouTube Data API v3 via curl. Use this skill to search videos, get video/channel info, list playlists, and fetch comments.

πŸ”Œ
apifyπŸ”ŒPlugin

Web scraping and automation platform with pre-built Actors for common tasks

πŸͺ
vm0-ai-vm0-skillsπŸͺMarketplace

VM0 SaaS integration skills for Claude Code

πŸ”Œ
instagramπŸ”ŒPlugin

Instagram Graph API integration via curl. Use this skill to fetch and publish Instagram media.

πŸ”Œ
figmaπŸ”ŒPlugin

Figma REST API for accessing design files, comments, components, and projects. Use this skill to read file contents, export images, manage comments, and integrate with Figma workspaces.

πŸ”Œ
bright-dataπŸ”ŒPlugin

Bright Data Web Scraper API via curl. Use this skill for scraping social media (Twitter/X, Reddit, YouTube, Instagram, TikTok), account management, and usage monitoring.

πŸ”Œ
mondayπŸ”ŒPlugin

Connects and manages tasks, projects, and workflows within the Monday.com platform, enabling automated interactions and data synchronization.