openai
π―Skillfrom vm0-ai/vm0-skills
Enables interaction with OpenAI's API, allowing agents to generate text, create embeddings, and manage AI model interactions programmatically.
Installation
npx skills add https://github.com/vm0-ai/vm0-skills --skill openaiSkill Details
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
- Focus on SaaS API Integration: Focus on common SaaS API use cases, providing practical integration solutions
- Clean, Zero Scripts: Keep code simple and clear, no redundant scripts, easy for AI Agents to learn and understand
- 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:
- Follow the [Agent Skills specification](https://agentskills.io/specification)
- Include a
SKILL.mdfile with usage examples - Ensure all examples are tested and working
- Submit a pull request
Resources
- [Agent Skills Specification](https://agentskills.io/specification)
More from this repository10
Retrieves podcast information, ratings, and reviews from the Podchaser API for podcast-related research and analysis.
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...
Enables Claude to interact with Supabase databases, performing operations like querying, inserting, updating, and deleting data through a standardized API interface.
YouTube Data API v3 via curl. Use this skill to search videos, get video/channel info, list playlists, and fetch comments.
Web scraping and automation platform with pre-built Actors for common tasks
VM0 SaaS integration skills for Claude Code
Instagram Graph API integration via curl. Use this skill to fetch and publish Instagram media.
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 Web Scraper API via curl. Use this skill for scraping social media (Twitter/X, Reddit, YouTube, Instagram, TikTok), account management, and usage monitoring.
Connects and manages tasks, projects, and workflows within the Monday.com platform, enabling automated interactions and data synchronization.